Age | Commit message (Expand) | Author |
2016-03-14 | include sys/sysmacros.h in more places | Mike Frysinger |
2016-03-01 | selinux: always try to load the full selinux db | Zbigniew Jędrzejewski-Szmek |
2016-02-23 | tree-wide: minor formatting inconsistency cleanups | Vito Caputo |
2016-02-22 | Merge pull request #2701 from keszybz/udev-rules | Lennart Poettering |
2016-02-22 | udev-rules: fix querying of attributes | Zbigniew Jędrzejewski-Szmek |
2016-02-22 | Merge pull request #2685 from poettering/lldp-fixes2 | Tom Gundersen |
2016-02-21 | udev-rules: use _cleanup_ for fclose | Zbigniew Jędrzejewski-Szmek |
2016-02-21 | udev-rules: make error messages about rules more uniform | Zbigniew Jędrzejewski-Szmek |
2016-02-21 | udev-rules: rewrite function to avoid clobbering arguments | Zbigniew Jędrzejewski-Szmek |
2016-02-21 | udev-rules: modernize syntax a bit | Zbigniew Jędrzejewski-Szmek |
2016-02-21 | udev-rules: log_oom() on memory error and abort processing of event | Zbigniew Jędrzejewski-Szmek |
2016-02-20 | tree-wide: place #pragma once at the same place everywhere | Lennart Poettering |
2016-02-19 | udev/path_id: correct segmentation fault due to missing NULL check | Hendrik Brueckner |
2016-02-18 | Remove/add (un)needed includes | Nathan McSween |
2016-02-16 | udev: fix cg_unified() return code checking | Lennart Poettering |
2016-02-10 | tree-wide: remove Emacs lines from all files | Daniel Mack |
2016-02-09 | path_id: reintroduce by-path links for virtio block devices | Michal Sekletar |
2016-01-29 | udev: net_id - for ccw bus, shorten the identifier and stip leading zeros | Dimitri John Ledkov |
2016-01-25 | udev: filter out non-sensically high onboard indexes reported by the kernel | Lennart Poettering |
2016-01-23 | udevd: do not clean up fds in main | Zbigniew Jędrzejewski-Szmek |
2016-01-18 | udevd: initialize fds to -1 and close them before exiting | Zbigniew Jędrzejewski-Szmek |
2016-01-13 | tree-wide: check if errno is greater then zero | Zbigniew Jędrzejewski-Szmek |
2016-01-12 | tree-wide: use xsprintf() where applicable | Daniel Mack |
2016-01-01 | udev: Fix touch screen detection | Andreas Pokorny |
2015-12-09 | Merge pull request #2110 from keszybz/udev-indentation | Daniel Mack |
2015-12-07 | udev/scsi_id: fix some strange indentation | Zbigniew Jędrzejewski-Szmek |
2015-12-07 | udev: add emacs header line | Zbigniew Jędrzejewski-Szmek |
2015-12-07 | udev: fix NULL deref when executing rules | Zbigniew Jędrzejewski-Szmek |
2015-11-27 | tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy | Lennart Poettering |
2015-11-17 | Merge pull request #1926 from phomes/include-order-libudev | Daniel Mack |
2015-11-17 | tree-wide: group include of libudev.h with sd-* | Thomas Hindoe Paaboel Andersen |
2015-11-17 | tree-wide: use right cast macros for UIDs, GIDs and PIDs | Lennart Poettering |
2015-11-16 | tree-wide: sort includes | Thomas Hindoe Paaboel Andersen |
2015-11-16 | siphash24: change result argument to uint64_t | Martin Pitt |
2015-11-13 | udev/path_id: improve and enhance bus detection for Linux on z Systems | Liu Yuan Yuan |
2015-11-09 | Merge pull request #1820 from michich/errno-v2 | Daniel Mack |
2015-11-09 | treewide: apply errno.cocci | Michal Schmidt |
2015-11-06 | doc: correct orthography, word forms and missing/extraneous words | Jan Engelhardt |
2015-11-05 | treewide: use the negative error codes returned by our functions | Michal Schmidt |
2015-10-27 | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split out globbing related calls into glob-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split out printf() helpers to stdio-util.h | Lennart Poettering |
2015-10-27 | socket-util: move CMSG_FOREACH() from macro.h to socket-util.h | Lennart Poettering |
2015-10-27 | user-util: move UID/GID related macros from macro.h to user-util.h | Lennart Poettering |
2015-10-27 | util-lib: move /proc/cmdline parsing code to proc-cmdline.[ch] | Lennart Poettering |
2015-10-27 | util-lib: move string table stuff into its own string-table.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: move a number of fs operations into fs-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: move more file I/O related calls into fileio.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split string parsing related calls from util.[ch] into parse-util.[ch] | Lennart Poettering |