summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-device
AgeCommit message (Expand)Author
2016-10-06sd-device/networkd: unify code to get a socket for issuing netdev ioctls onLennart Poettering
2016-07-11treewide: fix typos and remove accidental repetition of wordsTorstein Husebø
2016-06-27sd-device: new_from_subsystem_sysnam - support a real subsystem called 'drivers'Tom Gundersen
2016-06-27sd-device: device_id - set correctly for 'drivers'Tom Gundersen
2016-06-26sd-device: enumerator - do not abort enumeration if a device failsTom Gundersen
2016-05-24Udevadm trivial cleanups (#3331)Zbigniew Jędrzejewski-Szmek
2016-05-23sd-device: udev-db - handle properties with empty value (#3330)Tom Gundersen
2016-04-21tree-wide: use mdash instead of a two minusesZbigniew Jędrzejewski-Szmek
2016-04-06sd-device: Allocate enough room for tags stringMartin Pitt
2016-04-05sd-device: fix crash if a device has many tags or devlinksMartin Pitt
2016-02-22tree-wide: make ++/-- usage consistent WRT spacingVito Caputo
2016-02-22Merge pull request #2685 from poettering/lldp-fixes2Tom Gundersen
2016-02-20sd-device: use (void) before set_iterate callsZbigniew Jędrzejewski-Szmek
2016-02-20tree-wide: place #pragma once at the same place everywhereLennart Poettering
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
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-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