Age | Commit message (Expand) | Author |
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 |
2015-08-27 | udev: control - add FIXME comment to remove work-around | Kay Sievers |
2015-08-17 | Bug #944: Deletion of unnecessary checks before calls of the function "free" | Markus Elfring |
2015-08-12 | Merge pull request #939 from karelzak/smatch | Tom Gundersen |
2015-08-11 | gpt-auto-generator: apply partition-type flags only to specific partition-types | Kay Sievers |
2015-08-06 | udev: variable dereferenced before check 'cmsg' | Karel Zak |
2015-08-06 | Merge pull request #883 from phomes/bool_vs_error_codes | Daniel Mack |
2015-08-06 | tree-wide: do not return error codes as bool | Thomas Hindoe Paaboel Andersen |
2015-08-06 | tree-wide: fix indentation | Thomas Hindoe Paaboel Andersen |
2015-08-05 | udev: uaccess - do not log error when device node disappears | Kay Sievers |
2015-08-04 | smack-util: revise smack-util apis and add read smack attr apis | WaLyong Cho |
2015-08-03 | sd-event: make sure sd_event_now() cannot fail | Lennart Poettering |
2015-07-31 | tree-wide: introduce mfree() | David Herrmann |