summaryrefslogtreecommitdiff
path: root/src/udev
AgeCommit message (Expand)Author
2016-04-08udevadm: assert return valueZbigniew Jędrzejewski-Szmek
2016-04-08udevd: use (void) to silence coverityZbigniew Jędrzejewski-Szmek
2016-03-14include sys/sysmacros.h in more placesMike Frysinger
2016-03-01selinux: always try to load the full selinux dbZbigniew Jędrzejewski-Szmek
2016-02-23tree-wide: minor formatting inconsistency cleanupsVito Caputo
2016-02-22Merge pull request #2701 from keszybz/udev-rulesLennart Poettering
2016-02-22udev-rules: fix querying of attributesZbigniew Jędrzejewski-Szmek
2016-02-22Merge pull request #2685 from poettering/lldp-fixes2Tom Gundersen
2016-02-21udev-rules: use _cleanup_ for fcloseZbigniew Jędrzejewski-Szmek
2016-02-21udev-rules: make error messages about rules more uniformZbigniew Jędrzejewski-Szmek
2016-02-21udev-rules: rewrite function to avoid clobbering argumentsZbigniew Jędrzejewski-Szmek
2016-02-21udev-rules: modernize syntax a bitZbigniew Jędrzejewski-Szmek
2016-02-21udev-rules: log_oom() on memory error and abort processing of eventZbigniew Jędrzejewski-Szmek
2016-02-20tree-wide: place #pragma once at the same place everywhereLennart Poettering
2016-02-19udev/path_id: correct segmentation fault due to missing NULL checkHendrik Brueckner
2016-02-18Remove/add (un)needed includesNathan McSween
2016-02-16udev: fix cg_unified() return code checkingLennart Poettering
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-02-09path_id: reintroduce by-path links for virtio block devicesMichal Sekletar
2016-01-29udev: net_id - for ccw bus, shorten the identifier and stip leading zerosDimitri John Ledkov
2016-01-25udev: filter out non-sensically high onboard indexes reported by the kernelLennart Poettering
2016-01-23udevd: do not clean up fds in mainZbigniew Jędrzejewski-Szmek
2016-01-18udevd: initialize fds to -1 and close them before exitingZbigniew Jędrzejewski-Szmek
2016-01-13tree-wide: check if errno is greater then zeroZbigniew Jędrzejewski-Szmek
2016-01-12tree-wide: use xsprintf() where applicableDaniel Mack
2016-01-01udev: Fix touch screen detectionAndreas Pokorny
2015-12-09Merge pull request #2110 from keszybz/udev-indentationDaniel Mack
2015-12-07udev/scsi_id: fix some strange indentationZbigniew Jędrzejewski-Szmek
2015-12-07udev: add emacs header lineZbigniew Jędrzejewski-Szmek
2015-12-07udev: fix NULL deref when executing rulesZbigniew Jędrzejewski-Szmek
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering
2015-11-17Merge pull request #1926 from phomes/include-order-libudevDaniel Mack
2015-11-17tree-wide: group include of libudev.h with sd-*Thomas Hindoe Paaboel Andersen
2015-11-17tree-wide: use right cast macros for UIDs, GIDs and PIDsLennart Poettering
2015-11-16tree-wide: sort includesThomas Hindoe Paaboel Andersen
2015-11-16siphash24: change result argument to uint64_tMartin Pitt
2015-11-13udev/path_id: improve and enhance bus detection for Linux on z SystemsLiu Yuan Yuan
2015-11-09Merge pull request #1820 from michich/errno-v2Daniel Mack
2015-11-09treewide: apply errno.cocciMichal Schmidt
2015-11-06doc: correct orthography, word forms and missing/extraneous wordsJan Engelhardt
2015-11-05treewide: use the negative error codes returned by our functionsMichal Schmidt
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: split out globbing related calls into glob-util.[ch]Lennart Poettering
2015-10-27util-lib: split out printf() helpers to stdio-util.hLennart Poettering
2015-10-27socket-util: move CMSG_FOREACH() from macro.h to socket-util.hLennart Poettering
2015-10-27user-util: move UID/GID related macros from macro.h to user-util.hLennart Poettering
2015-10-27util-lib: move /proc/cmdline parsing code to proc-cmdline.[ch]Lennart 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