summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-device/sd-device.c
AgeCommit message (Expand)Author
2016-05-25stuffLuke Shumaker
2016-01-18sd-device: initialize variables to avoid warningZbigniew Jędrzejewski-Szmek
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering
2015-11-03parse-util: introduce parse_ifindex() and make use of it everywhereLennart Poettering
2015-10-27util-lib: split out allocation calls into alloc-util.[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: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart 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-07-15sd-device: never return NULL+0David Herrmann
2015-06-14hashmap: fix iterators to not skip entriesDavid Herrmann
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-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: uniformly handle missing devicesTom Gundersen
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-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