summaryrefslogtreecommitdiff
path: root/src/fsck
AgeCommit message (Expand)AuthorFilesLines
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-01-04tree-wide: make use of wait_for_terminate_and_check() at various placesLennart Poettering1-21/+12
2018-01-04process-util: add another fork_safe() flag for enabling LOG_ERR/LOG_WARN loggingLennart Poettering1-4/+2
2017-12-25tree-wide: introduce new safe_fork() helper and port everything overLennart Poettering1-8/+4
2017-12-14tree-wide: make use of new STRLEN() macro everywhere (#7639)Lennart Poettering1-1/+1
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-10-04Merge pull request #6974 from keszybz/clean-up-definesLennart Poettering1-2/+2
2017-10-04tree-wide: use IN_SET macro (#6977)Yu Watanabe1-1/+1
2017-10-04build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek1-2/+2
2017-10-02tree-wide: use IN_SET where possibleAndreas Rammhold1-1/+1
2017-07-18build-sys: drop automake supportZbigniew Jędrzejewski-Szmek1-1/+0
2016-12-21util-lib: various improvements to kernel command line parsingLennart Poettering1-3/+9
2016-10-22tree-wide: make parse_proc_cmdline() strip "rd." prefix automaticallyZbigniew Jędrzejewski-Szmek1-1/+1
2016-10-22tree-wide: allow state to be passed through to parse_proc_cmdline_itemZbigniew Jędrzejewski-Szmek1-2/+2
2016-05-05tree-wide: introduce new SOCKADDR_UN_LEN() macro, and use it everywhereLennart Poettering1-1/+1
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering1-3/+3
2015-11-16tree-wide: sort includesThomas Hindoe Paaboel Andersen1-4/+4
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering1-0/+1
2015-10-27util-lib: split out printf() helpers to stdio-util.hLennart Poettering1-0/+1
2015-10-27util-lib: move /proc/cmdline parsing code to proc-cmdline.[ch]Lennart Poettering1-0/+1
2015-10-27util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering1-0/+1
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering1-0/+1
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering1-6/+7
2015-10-24path-util: rework find_binary(), fsck_exists() and mkfs_exists()Lennart Poettering1-5/+5
2015-09-30Merge pull request #1394 from steelman/fsck-force-rebootLennart Poettering1-4/+4
2015-09-29bus-util: rename bus_open_transport() to bus_connect_transport()Lennart Poettering1-1/+1
2015-09-27fsck: start reboot.target irreversiblyŁukasz Stelmach1-4/+4
2015-07-03sd-bus: introduce new sd_bus_flush_close_unref() callLennart Poettering1-1/+1
2015-06-10tree-wide: whenever we fork off a foreign child process reset signal mask/han...Lennart Poettering1-2/+2
2015-05-29util: split out signal-util.[ch] from util.[ch]Lennart Poettering1-0/+1
2015-05-12fsck: add enum with fsck exit codesThomas Hindoe Paaboel Andersen1-4/+16
2015-04-28fsck: remove fsckd again, but keep the door open for external replacementLennart Poettering1-89/+165
2015-04-28fsck: minor improvementsLennart Poettering1-9/+16
2015-04-28fsck: parse kernel cmdline booleans the same ways as the restLennart Poettering1-7/+13
2015-04-10shared: add process-util.[ch]Ronny Chevalier1-0/+1
2015-04-02fsck: port from libudev to sd-deviceTom Gundersen1-21/+14
2015-03-19fsck: use %zu for size_tThomas Hindoe Paaboel Andersen1-1/+1
2015-03-09fsck: modernize error handlingLennart Poettering1-26/+36
2015-03-09fsck: use _cleanup_close_pair_ where appropriateLennart Poettering1-4/+2
2015-03-03fsck: remove unnecessary checkZbigniew Jędrzejewski-Szmek1-10/+5
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen1-2/+0
2015-02-18Connect to plymouth and support cancellation of in progress fsckDidier Roche1-9/+24
2015-02-18systemd-fsck: always connect to systemd-fsckdDidier Roche1-8/+4
2015-02-18fsckd daemon for inter-fsckd communicationDidier Roche1-57/+31
2015-02-01Add a snprinf wrapper which checks that the buffer was big enoughZbigniew Jędrzejewski-Szmek1-3/+2
2014-12-10sd-bus: move common errors src/shared/bus-errors.h → src/libsystemd/sd-bus/...Lennart Poettering1-1/+1
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt1-4/+4
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt1-4/+4
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt1-4/+4