summaryrefslogtreecommitdiffstats
path: root/src/libsystemd/sd-device (follow)
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: make use of new STRLEN() macro everywhere (#7639)Lennart Poettering2017-12-143-4/+4
* Replace free and reassignment with free_and_replaceDaniel Lockyer2017-11-242-27/+9
* tree-wide: adjust fall through comments so that gcc is happyShawn Landden2017-11-201-1/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-197-0/+7
* libsystemd: use IN_SET macroYu Watanabe2017-09-281-2/+2
* Add handling for bind/unbind actions (#6720)Lennart Poettering2017-09-042-0/+4
* build-sys: drop automake supportZbigniew Jędrzejewski-Szmek2017-07-181-1/+0
* udev: use interface before the string that interface points to is freed by de...Evgeny Vereshchagin2017-06-181-3/+3
* udev: stop freeing value after using it for setting sysattr (#6094)Evgeny Vereshchagin2017-06-071-0/+1
* sd-device: Try /sys/firmware for sysname to allow device-tree (#5837)Paul Kocialkowski2017-06-061-0/+4
* tree-wide: when %m is used in log_*, always specify errno explicitlyZbigniew Jędrzejewski-Szmek2017-05-192-10/+5
* Fix missing space in comments (#5439)AsciiWolf2017-02-241-1/+1
* sd-device: replace lstat() + open() with open(O_NOFOLLOW)Zbigniew Jędrzejewski-Szmek2017-02-201-27/+16
* tree-wide: adjust fall through comments so that gcc is happyZbigniew Jędrzejewski-Szmek2017-01-311-1/+1
* tree-wide: replace all readdir cycles with FOREACH_DIRENT{,_ALL} (#4853)Reverend Homer2016-12-091-1/+2
* tree-wide: stop using canonicalize_file_name(), use chase_symlinks() insteadLennart Poettering2016-12-011-1/+1
* tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek2016-10-231-1/+1
* sd-device/networkd: unify code to get a socket for issuing netdev ioctls onLennart Poettering2016-10-061-2/+3
* treewide: fix typos and remove accidental repetition of wordsTorstein Husebø2016-07-111-1/+1
* sd-device: new_from_subsystem_sysnam - support a real subsystem called 'drivers'Tom Gundersen2016-06-271-23/+20
* sd-device: device_id - set correctly for 'drivers'Tom Gundersen2016-06-272-14/+72
* sd-device: enumerator - do not abort enumeration if a device failsTom Gundersen2016-06-261-16/+18
* Udevadm trivial cleanups (#3331)Zbigniew Jędrzejewski-Szmek2016-05-241-3/+2
* sd-device: udev-db - handle properties with empty value (#3330)Tom Gundersen2016-05-241-1/+0
* tree-wide: use mdash instead of a two minusesZbigniew Jędrzejewski-Szmek2016-04-221-3/+3
* sd-device: Allocate enough room for tags stringMartin Pitt2016-04-061-1/+1
* sd-device: fix crash if a device has many tags or devlinksMartin Pitt2016-04-051-13/+24
* tree-wide: make ++/-- usage consistent WRT spacingVito Caputo2016-02-232-10/+10
* Merge pull request #2685 from poettering/lldp-fixes2Tom Gundersen2016-02-221-2/+2
|\
| * tree-wide: place #pragma once at the same place everywhereLennart Poettering2016-02-201-2/+2
* | sd-device: use (void) before set_iterate callsZbigniew Jędrzejewski-Szmek2016-02-211-6/+6
|/
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-103-6/+0
* sd-device: initialize variables to avoid warningZbigniew Jędrzejewski-Szmek2016-01-181-1/+1
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-274-18/+12
* parse-util: introduce parse_ifindex() and make use of it everywhereLennart Poettering2015-11-031-7/+2
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-273-0/+3
* user-util: move UID/GID related macros from macro.h to user-util.hLennart Poettering2015-10-271-0/+1
* util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering2015-10-272-0/+2
* util-lib: introduce dirent-util.[ch] for directory entry callsLennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-272-0/+2
* build-sys: add missing makefile symlinkLennart Poettering2015-10-261-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-253-0/+3
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-244-30/+36
* libsystemd: sd-device - translate / vs. ! in sysnameKay Sievers2015-10-061-3/+15
* sd-device: fix format strings after conversion to log_*_errno()Michal Schmidt2015-10-011-2/+2
* tree-wide: add missing errno arguments to log_*_errno()Michal Schmidt2015-10-011-2/+2
* tree-wide: remove a number of invocations of strerror() and replace by %mLennart Poettering2015-09-303-20/+13
* sd-device: fix enumeration of devices without subsystemMaxim Mikityanskiy2015-08-221-0/+2