summaryrefslogtreecommitdiff
path: root/src/fsck/fsck.c
Commit message (Expand)AuthorAgeFilesLines
* sd-bus: introduce new sd_bus_flush_close_unref() callLennart Poettering2015-07-031-1/+1
* tree-wide: whenever we fork off a foreign child process reset signal mask/han...Lennart Poettering2015-06-101-2/+2
* util: split out signal-util.[ch] from util.[ch]Lennart Poettering2015-05-291-0/+1
* fsck: add enum with fsck exit codesThomas Hindoe Paaboel Andersen2015-05-121-4/+16
* fsck: remove fsckd again, but keep the door open for external replacementLennart Poettering2015-04-281-89/+165
* fsck: minor improvementsLennart Poettering2015-04-281-9/+16
* fsck: parse kernel cmdline booleans the same ways as the restLennart Poettering2015-04-281-7/+13
* shared: add process-util.[ch]Ronny Chevalier2015-04-101-0/+1
* fsck: port from libudev to sd-deviceTom Gundersen2015-04-021-21/+14
* fsck: use %zu for size_tThomas Hindoe Paaboel Andersen2015-03-191-1/+1
* fsck: modernize error handlingLennart Poettering2015-03-091-26/+36
* fsck: use _cleanup_close_pair_ where appropriateLennart Poettering2015-03-091-4/+2
* fsck: remove unnecessary checkZbigniew Jędrzejewski-Szmek2015-03-031-10/+5
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-2/+0
* Connect to plymouth and support cancellation of in progress fsckDidier Roche2015-02-181-9/+24
* systemd-fsck: always connect to systemd-fsckdDidier Roche2015-02-181-8/+4
* fsckd daemon for inter-fsckd communicationDidier Roche2015-02-181-57/+31
* Add a snprinf wrapper which checks that the buffer was big enoughZbigniew Jędrzejewski-Szmek2015-02-011-3/+2
* sd-bus: move common errors src/shared/bus-errors.h → src/libsystemd/sd-bus/...Lennart Poettering2014-12-101-1/+1
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-4/+4
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-4/+4
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-4/+4
* util: simplify proc_cmdline() to reuse get_process_cmdline()Lennart Poettering2014-11-071-1/+4
* fsck: re-enable fsck -lKarel Zak2014-10-221-9/+4
* bus: always explicitly close bus from main programsLennart Poettering2014-08-041-1/+1
* fsck: consider a fsck implementation linked to /bin/true non-existantLennart Poettering2014-06-251-9/+5
* stop complaining about unknown kernel cmdline optionsLennart Poettering2014-06-191-4/+7
* fsck: disable "-l" option for nowKay Sievers2014-06-041-1/+12
* fsck: include device name in the message about missing fsckZbigniew Jędrzejewski-Szmek2014-05-301-2/+4
* fsck: Allow to specify the fsck repair option in the cmdlineHolger Hans Peter Freyther2014-05-161-1/+13
* fsck: Search for fsck.type in PATHMike Gilbert2014-04-121-5/+5
* util: replace close_pipe() with new safe_close_pair()Lennart Poettering2014-03-241-1/+1
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-181-6/+3
* util: move more intellegince into parse_proc_cmdline()Lennart Poettering2014-03-061-13/+18
* Extract looping over /proc/cmdline into a shared functionZbigniew Jędrzejewski-Szmek2014-02-171-31/+17
* everywhere: always use O_CLOEXEC where it makes senseLennart Poettering2014-02-131-1/+1
* systemctl: simplify start_unitZbigniew Jędrzejewski-Szmek2013-12-261-2/+2
* fsck,fstab-generator: be lenient about missing fsck.<type>Zbigniew Jędrzejewski-Szmek2013-11-151-8/+32
* fsck: modernizationZbigniew Jędrzejewski-Szmek2013-11-151-25/+18
* util: unify reading of /proc/cmdlineLennart Poettering2013-11-061-8/+4
* general: various cleanupsLennart Poettering2013-10-301-9/+4
* bus: move ssh support into public API of libsystem-busLennart Poettering2013-10-301-1/+1
* fsck: port to sd-busTom Gundersen2013-10-181-47/+24
* Introduce udev object cleanup functionsZbigniew Jędrzejewski-Szmek2013-10-131-9/+4
* Do no isolate in case of emergency or severe problemsDr. Tilmann Bubeck2013-04-011-9/+4
* honor SELinux labels, when creating and writing config filesHarald Hoyer2013-02-141-0/+1
* fsck: remove distro specific hacks from fsck/quotacheckLennart Poettering2013-01-041-5/+14
* log.h: new log_oom() -> int -ENOMEM, use itShawn Landden2012-07-261-1/+1
* use "Out of memory." consistantly (or with "\n")Shawn Landden2012-07-251-1/+1
* cryptsetup: allow configuration of LUKS disks via the kernel cmdlineLennart Poettering2012-06-221-3/+4