summaryrefslogtreecommitdiff
path: root/src/udev
AgeCommit message (Expand)Author
2016-05-25run itLuke Shumaker
2016-05-25udev: 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
2015-10-27util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering
2015-10-26util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering
2015-10-26util-lib: split out IO related calls to io-util.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util: move logind_running() to login-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-24util: split out escaping code into escape.[ch]Lennart Poettering
2015-10-14keymap: Drop keyboard-keys-to-name.hMartin Pitt
2015-10-05document ability to disable MACAddressPolicyJacob Keller
2015-10-01Merge pull request #1428 from franciozzy/tagenhanceKay Sievers
2015-10-01udev: fix format string after conversion to log_*_errno()Michal Schmidt
2015-09-30Support OP_NOMATCH for TAG keyFelipe Franciosi
2015-09-30tree-wide: remove a number of invocations of strerror() and replace by %mLennart Poettering
2015-09-30basic: split out cpu set specific APIs into cpu-set-util.[ch]Lennart Poettering