Age | Commit message (Expand) | Author |
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 |
2013-12-26 | systemctl: simplify start_unit | Zbigniew Jędrzejewski-Szmek |
2013-11-15 | fsck,fstab-generator: be lenient about missing fsck.<type> | Zbigniew Jędrzejewski-Szmek |
2013-11-15 | fsck: modernization | Zbigniew Jędrzejewski-Szmek |
2013-11-06 | util: unify reading of /proc/cmdline | Lennart Poettering |
2013-10-30 | general: various cleanups | Lennart Poettering |
2013-10-30 | bus: move ssh support into public API of libsystem-bus | Lennart Poettering |
2013-10-18 | fsck: port to sd-bus | Tom Gundersen |
2013-10-13 | Introduce udev object cleanup functions | Zbigniew Jędrzejewski-Szmek |
2013-04-01 | Do no isolate in case of emergency or severe problems | Dr. Tilmann Bubeck |
2013-02-14 | honor SELinux labels, when creating and writing config files | Harald Hoyer |
2013-01-04 | fsck: remove distro specific hacks from fsck/quotacheck | Lennart Poettering |
2012-07-26 | log.h: new log_oom() -> int -ENOMEM, use it | Shawn Landden |
2012-07-25 | use "Out of memory." consistantly (or with "\n") | Shawn Landden |
2012-06-22 | cryptsetup: allow configuration of LUKS disks via the kernel cmdline | Lennart Poettering |
2012-04-13 | build-sys: add stub makefiles to all subdirs to ease development with emacs | Lennart Poettering |
2012-04-12 | move all tools to subdirs | Kay Sievers |