Age | Commit message (Expand) | Author |
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 |
2015-10-26 | util-lib: split out user/group/uid/gid calls into user-util.[ch] | Lennart Poettering |
2015-10-26 | util-lib: split out IO related calls to io-util.[ch] | Lennart Poettering |
2015-10-25 | util-lib: split out fd-related operations into fd-util.[ch] | Lennart Poettering |
2015-10-24 | util: move logind_running() to login-util.[ch] | Lennart Poettering |
2015-10-24 | util-lib: split our string related calls from util.[ch] into its own file str... | Lennart Poettering |
2015-10-24 | util: split out escaping code into escape.[ch] | Lennart Poettering |
2015-10-14 | keymap: Drop keyboard-keys-to-name.h | Martin Pitt |
2015-10-05 | document ability to disable MACAddressPolicy | Jacob Keller |
2015-10-01 | Merge pull request #1428 from franciozzy/tagenhance | Kay Sievers |
2015-10-01 | udev: fix format string after conversion to log_*_errno() | Michal Schmidt |
2015-09-30 | Support OP_NOMATCH for TAG key | Felipe Franciosi |
2015-09-30 | tree-wide: remove a number of invocations of strerror() and replace by %m | Lennart Poettering |
2015-09-30 | basic: split out cpu set specific APIs into cpu-set-util.[ch] | Lennart Poettering |
2015-09-22 | udev: ata_id - ATA_ID_SATA_CAPABILITY == 76 | Kay Sievers |
2015-09-21 | Fixup WWN bytes for big-endian systems | Tom Lyon |
2015-09-09 | tree-wide: replace while(1) by for(;;) everywhere | Lennart Poettering |
2015-09-09 | tree-wide: update empty-if coccinelle script to cover empty-while and more | Lennart Poettering |
2015-09-09 | Merge pull request #1207 from poettering/coccinelle-fixes | Daniel Mack |
2015-09-09 | tree-wide: drop {} from one-line if blocks | Lennart Poettering |
2015-09-09 | tree-wide: make use of log_error_errno() return value | Lennart Poettering |
2015-09-09 | tree-wide: drop redundant if checks before safe_close() | Lennart Poettering |
2015-09-09 | tree-wide: make more code use safe_close() | Lennart Poettering |
2015-09-09 | tree-wide: use coccinelle to patch a lot of code to use mfree() | Lennart Poettering |
2015-09-08 | udev: build by-path identifiers for ATA devices. | David Milburn |
2015-09-08 | sd-login: fix sd_seat_get_active() to return ENODATAsystemd/v226 | David Herrmann |
2015-09-03 | udev: ignore ENOEXEC from cgroup lookup | David Herrmann |
2015-09-02 | udev: net_id - support predictable ifnames on virtio buses | Tom Gundersen |