summaryrefslogtreecommitdiff
path: root/src/udev
Commit message (Expand)AuthorAgeFilesLines
* selinux: always try to load the full selinux dbZbigniew Jędrzejewski-Szmek2016-03-012-2/+2
* tree-wide: minor formatting inconsistency cleanupsVito Caputo2016-02-234-4/+4
* Merge pull request #2701 from keszybz/udev-rulesLennart Poettering2016-02-221-3/+3
|\
| * udev-rules: fix querying of attributesZbigniew Jędrzejewski-Szmek2016-02-221-3/+3
* | Merge pull request #2685 from poettering/lldp-fixes2Tom Gundersen2016-02-227-14/+14
|\ \ | |/ |/|
| * tree-wide: place #pragma once at the same place everywhereLennart Poettering2016-02-207-14/+14
* | udev-rules: use _cleanup_ for fcloseZbigniew Jędrzejewski-Szmek2016-02-211-21/+14
* | udev-rules: make error messages about rules more uniformZbigniew Jędrzejewski-Szmek2016-02-211-203/+150
* | udev-rules: rewrite function to avoid clobbering argumentsZbigniew Jędrzejewski-Szmek2016-02-211-29/+20
* | udev-rules: modernize syntax a bitZbigniew Jędrzejewski-Szmek2016-02-211-119/+54
* | udev-rules: log_oom() on memory error and abort processing of eventZbigniew Jędrzejewski-Szmek2016-02-212-15/+17
|/
* udev/path_id: correct segmentation fault due to missing NULL checkHendrik Brueckner2016-02-191-1/+1
* Remove/add (un)needed includesNathan McSween2016-02-181-1/+0
* udev: fix cg_unified() return code checkingLennart Poettering2016-02-161-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-1039-78/+0
* path_id: reintroduce by-path links for virtio block devicesMichal Sekletar2016-02-091-0/+6
* udev: net_id - for ccw bus, shorten the identifier and stip leading zerosDimitri John Ledkov2016-01-291-2/+9
* udev: filter out non-sensically high onboard indexes reported by the kernelLennart Poettering2016-01-251-0/+9
* udevd: do not clean up fds in mainZbigniew Jędrzejewski-Szmek2016-01-231-1/+1
* udevd: initialize fds to -1 and close them before exitingZbigniew Jędrzejewski-Szmek2016-01-181-1/+2
* tree-wide: check if errno is greater then zeroZbigniew Jędrzejewski-Szmek2016-01-131-1/+1
* tree-wide: use xsprintf() where applicableDaniel Mack2016-01-125-19/+27
* udev: Fix touch screen detectionAndreas Pokorny2016-01-011-2/+2
* Merge pull request #2110 from keszybz/udev-indentationDaniel Mack2015-12-0934-69/+135
|\
| * udev/scsi_id: fix some strange indentationZbigniew Jędrzejewski-Szmek2015-12-072-69/+68
| * udev: add emacs header lineZbigniew Jędrzejewski-Szmek2015-12-0734-0/+67
* | udev: fix NULL deref when executing rulesZbigniew Jędrzejewski-Szmek2015-12-071-4/+4
|/
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-273-5/+3
* Merge pull request #1926 from phomes/include-order-libudevDaniel Mack2015-11-174-4/+8
|\
| * tree-wide: group include of libudev.h with sd-*Thomas Hindoe Paaboel Andersen2015-11-174-4/+8
* | tree-wide: use right cast macros for UIDs, GIDs and PIDsLennart Poettering2015-11-171-4/+4
|/
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-1613-44/+41
* siphash24: change result argument to uint64_tMartin Pitt2015-11-161-3/+3
* udev/path_id: improve and enhance bus detection for Linux on z SystemsLiu Yuan Yuan2015-11-131-27/+30
* Merge pull request #1820 from michich/errno-v2Daniel Mack2015-11-094-7/+4
|\
| * treewide: apply errno.cocciMichal Schmidt2015-11-092-5/+2
| * treewide: use the negative error codes returned by our functionsMichal Schmidt2015-11-052-2/+2
* | doc: correct orthography, word forms and missing/extraneous wordsJan Engelhardt2015-11-061-4/+4
|/
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-2712-1/+13
* util-lib: split out globbing related calls into glob-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out printf() helpers to stdio-util.hLennart Poettering2015-10-271-0/+1
* socket-util: move CMSG_FOREACH() from macro.h to socket-util.hLennart Poettering2015-10-271-0/+1
* user-util: move UID/GID related macros from macro.h to user-util.hLennart Poettering2015-10-271-0/+1
* util-lib: move /proc/cmdline parsing code to proc-cmdline.[ch]Lennart Poettering2015-10-272-0/+2
* util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering2015-10-272-4/+5
* util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]Lennart Poettering2015-10-272-0/+2
* util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering2015-10-273-0/+3
* util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-274-0/+4
* util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering2015-10-261-0/+1