Age | Commit message (Expand) | Author |
2016-05-05 | tree-wide: introduce new SOCKADDR_UN_LEN() macro, and use it everywhere | Lennart Poettering |
2016-02-10 | tree-wide: remove Emacs lines from all files | Daniel Mack |
2015-11-27 | tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy | Lennart Poettering |
2015-11-16 | tree-wide: sort includes | Thomas Hindoe Paaboel Andersen |
2015-10-27 | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split out printf() helpers to stdio-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 a number of fs operations into fs-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split string parsing related calls from util.[ch] into parse-util.[ch] | Lennart Poettering |
2015-10-25 | util-lib: split out fd-related operations into fd-util.[ch] | Lennart Poettering |
2015-10-24 | path-util: rework find_binary(), fsck_exists() and mkfs_exists() | Lennart Poettering |
2015-09-30 | Merge pull request #1394 from steelman/fsck-force-reboot | Lennart Poettering |
2015-09-29 | bus-util: rename bus_open_transport() to bus_connect_transport() | Lennart Poettering |
2015-09-27 | fsck: start reboot.target irreversibly | Łukasz Stelmach |
2015-07-03 | sd-bus: introduce new sd_bus_flush_close_unref() call | Lennart Poettering |
2015-06-10 | tree-wide: whenever we fork off a foreign child process reset signal mask/han... | Lennart Poettering |
2015-05-29 | util: split out signal-util.[ch] from util.[ch] | Lennart Poettering |
2015-05-12 | fsck: add enum with fsck exit codes | Thomas Hindoe Paaboel Andersen |
2015-04-28 | fsck: remove fsckd again, but keep the door open for external replacement | Lennart Poettering |
2015-04-28 | fsck: minor improvements | Lennart Poettering |
2015-04-28 | fsck: parse kernel cmdline booleans the same ways as the rest | Lennart Poettering |
2015-04-10 | shared: add process-util.[ch] | Ronny Chevalier |
2015-04-02 | fsck: port from libudev to sd-device | Tom Gundersen |
2015-03-19 | fsck: use %zu for size_t | Thomas Hindoe Paaboel Andersen |
2015-03-09 | fsck: modernize error handling | Lennart Poettering |
2015-03-09 | fsck: use _cleanup_close_pair_ where appropriate | Lennart Poettering |
2015-03-03 | fsck: remove unnecessary check | Zbigniew Jędrzejewski-Szmek |
2015-02-23 | remove unused includes | Thomas Hindoe Paaboel Andersen |
2015-02-18 | Connect to plymouth and support cancellation of in progress fsck | Didier Roche |
2015-02-18 | systemd-fsck: always connect to systemd-fsckd | Didier Roche |
2015-02-18 | fsckd daemon for inter-fsckd communication | Didier Roche |
2015-02-01 | Add a snprinf wrapper which checks that the buffer was big enough | Zbigniew Jędrzejewski-Szmek |
2014-12-10 | sd-bus: move common errors src/shared/bus-errors.h → src/libsystemd/sd-bus/... | Lennart Poettering |
2014-11-28 | treewide: use log_*_errno whenever %m is in the format string | Michal Schmidt |
2014-11-28 | treewide: no need to negate errno for log_*_errno() | Michal Schmidt |
2014-11-28 | treewide: auto-convert the simple cases to log_*_errno() | Michal Schmidt |
2014-11-07 | util: simplify proc_cmdline() to reuse get_process_cmdline() | Lennart Poettering |
2014-10-22 | fsck: re-enable fsck -l | Karel Zak |
2014-08-04 | bus: always explicitly close bus from main programs | Lennart Poettering |
2014-06-25 | fsck: consider a fsck implementation linked to /bin/true non-existant | Lennart Poettering |
2014-06-19 | stop complaining about unknown kernel cmdline options | Lennart Poettering |
2014-06-04 | fsck: disable "-l" option for now | Kay Sievers |
2014-05-30 | fsck: include device name in the message about missing fsck | Zbigniew Jędrzejewski-Szmek |
2014-05-16 | fsck: Allow to specify the fsck repair option in the cmdline | Holger Hans Peter Freyther |
2014-04-12 | fsck: Search for fsck.type in PATH | Mike Gilbert |
2014-03-24 | util: replace close_pipe() with new safe_close_pair() | Lennart Poettering |
2014-03-18 | util: replace close_nointr_nofail() by a more useful safe_close() | Lennart Poettering |
2014-03-06 | util: move more intellegince into parse_proc_cmdline() | Lennart Poettering |
2014-02-17 | Extract looping over /proc/cmdline into a shared function | Zbigniew Jędrzejewski-Szmek |
2014-02-13 | everywhere: always use O_CLOEXEC where it makes sense | Lennart Poettering |