summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-device/sd-device.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-201-4/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-2/+2
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* path-util: introduce path_simplify()Yu Watanabe2018-06-031-1/+1
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-8/+4
* Merge pull request #8554 from poettering/chase-trail-slashZbigniew Jędrzejewski-Szmek2018-03-261-6/+3
|\
| * sd-device: make use of the fact that log_debug_errno() returns the error pass...Lennart Poettering2018-03-221-6/+3
* | macro: introduce TAKE_PTR() macroLennart Poettering2018-03-221-2/+1
|/
* sd-device: support the case that /sys is a symlinkYu Watanabe2018-01-081-0/+23
* sd-device: use chase_symlinks()Yu Watanabe2018-01-081-12/+2
* tree-wide: make use of new STRLEN() macro everywhere (#7639)Lennart Poettering2017-12-141-2/+2
* Replace free and reassignment with free_and_replaceDaniel Lockyer2017-11-241-21/+7
* 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-191-0/+1
* libsystemd: use IN_SET macroYu Watanabe2017-09-281-2/+2
* udev: stop freeing value after using it for setting sysattr (#6094)Evgeny Vereshchagin2017-06-061-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-191-2/+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
* 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-271-14/+70
* 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-231-1/+0
* tree-wide: use mdash instead of a two minusesZbigniew Jędrzejewski-Szmek2016-04-211-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-221-7/+7
* sd-device: use (void) before set_iterate callsZbigniew Jędrzejewski-Szmek2016-02-201-6/+6
* 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-271-3/+3
* 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-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-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-11/+11
* 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-301-11/+8
* sd-device: never return NULL+0David Herrmann2015-07-151-0/+8
* hashmap: fix iterators to not skip entriesDavid Herrmann2015-06-141-8/+25
* fix double semicolon typoThomas Hindoe Paaboel Andersen2015-06-021-1/+1