summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-device
AgeCommit message (Expand)Author
2015-10-27user-util: move UID/GID related macros from macro.h to user-util.hLennart Poettering
2015-10-27util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering
2015-10-27util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]Lennart Poettering
2015-10-27util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering
2015-10-27util-lib: introduce dirent-util.[ch] for directory entry callsLennart Poettering
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering
2015-10-26build-sys: add missing makefile symlinkLennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-10-06libsystemd: sd-device - translate / vs. ! in sysnameKay Sievers
2015-10-01sd-device: fix format strings after conversion to log_*_errno()Michal Schmidt
2015-10-01tree-wide: add missing errno arguments to log_*_errno()Michal Schmidt
2015-09-30tree-wide: remove a number of invocations of strerror() and replace by %mLennart Poettering
2015-08-22sd-device: fix enumeration of devices without subsystemMaxim Mikityanskiy
2015-07-29tree-wide: port everything over to fflush_and_check()Lennart Poettering
2015-07-15sd-device: never return NULL+0David Herrmann
2015-06-14hashmap: fix iterators to not skip entriesDavid Herrmann
2015-06-03libudev: enumerate - accept NULL parameters in add_match()Tom Gundersen
2015-06-02fix double semicolon typoThomas Hindoe Paaboel Andersen
2015-06-02sd-device: get_driver - remember if a device does not have a driverTom Gundersen
2015-06-02sd-device: get_subsystem - don't complain if a device does not have a subsystemTom Gundersen
2015-06-01sd-device: ensure update_properties_buf() is a noop on failureTom Gundersen
2015-06-01sd-device: fix invalid property strv pointersMartin Pitt
2015-05-28sd-device: enumerator - fix matching on properties and sysattrsTom Gundersen
2015-05-27sd-device: fix device_get_properties_strv()Tom Gundersen
2015-05-20sd-device: fix return codes on errorZbigniew Jędrzejewski-Szmek
2015-04-26sd-device: don't retry loading uevent/db files more than onceTom Gundersen
2015-04-26sd-device: don't complain if the uevent file is missingTom Gundersen
2015-04-23udevd: fix REMOVE handlingTom Gundersen
2015-04-21sd-device: set_syspath - return ENODEV when passed something that is not a de...Tom Gundersen
2015-04-17sd-device: simplify enumerator hacksDavid Herrmann
2015-04-17sd-device: uniformly handle missing devicesTom Gundersen
2015-04-17sd-device: enumerator - match only on initialized devices by defaultTom Gundersen
2015-04-17sd-device: enumerator - don't expose add_device()Tom Gundersen
2015-04-16sd-device: add device-enumerator libraryTom Gundersen
2015-04-14sd-device: fix typoZbigniew Jędrzejewski-Szmek
2015-04-14sd-devcie: fix typoTom Gundersen
2015-04-14sd-device: fix reading of subsystemTom Gundersen
2015-04-14sd-device: allow uevent files to be write-onlyTom Gundersen
2015-04-07device: fix sysattr newline cutterDavid Herrmann
2015-04-05sd-device: don't use alloca() within loopsTom Gundersen
2015-04-03sd-device,udevd: fix spelling /ammend/amend/Tom Gundersen
2015-04-03sd-device: fix deserialization from netlinkTom Gundersen
2015-04-03sd-device: get_properties_{nulstr,strv} - don't recreate the buffer unnecessa...Tom Gundersen
2015-04-03sd-device: get_sysattr_value - don't leak returned valueTom Gundersen
2015-04-03sd-device: initialize variableTom Gundersen
2015-04-02libsystemd: add sd-device libraryTom Gundersen