| Commit message (Expand) | Author | Age | Files | Lines |
* | Undeprecate commandline params forcequotacheck, fastboot, and forcefsck | Zbigniew Jędrzejewski-Szmek | 6 days | 1 | -7/+2 |
* | tree-wide: use SPECIAL_BASIC_TARGET | Antonio Alvarez Feijoo | 2024-01-04 | 1 | -1/+1 |
* | fsck: use correct errno | Mike Yuan | 2023-12-15 | 1 | -1/+1 |
* | process-util: add new FORK_DEATHSIG_SIGKILL flag, rename FORK_DEATHSIG → FO... | Lennart Poettering | 2023-11-02 | 1 | -1/+1 |
* | fd-uitl: rename PIPE_EBADF → EBADF_PAIR, and add EBADF_TRIPLET | Lennart Poettering | 2023-10-26 | 1 | -1/+1 |
* | meson: move declarations of fsck, firstboot, machine-id-setup, and remount-fs | Yu Watanabe | 2023-08-01 | 1 | -0/+8 |
* | fsck: use execv_p_ and execl_p_ | Florian Klink | 2023-04-17 | 1 | -9/+2 |
* | fsck: look for fsck binary not just in /sbin | Florian Klink | 2023-04-15 | 1 | -1/+8 |
* | src: changed instances of sd_bus_call_method() to bus_call_method() (#26819) | OMOJOLA JOSHUA | 2023-03-15 | 1 | -8/+2 |
* | tree-wide: set FORK_RLIMIT_NOFILE_SAFE flag | Yu Watanabe | 2023-02-07 | 1 | -4/+1 |
* | tree-wide: introduce PIPE_EBADF macro | Yu Watanabe | 2022-12-20 | 1 | -1/+1 |
* | tree-wide: use -EBADF also in pipe initializers | Zbigniew Jędrzejewski-Szmek | 2022-12-19 | 1 | -1/+1 |
* | tree-wide: use -EBADF for fd initialization | Zbigniew Jędrzejewski-Szmek | 2022-12-19 | 1 | -1/+1 |
* | basic: rename util.h to logarithm.h | Zbigniew Jędrzejewski-Szmek | 2022-11-08 | 1 | -1/+0 |
* | generator: skip fsck if fsck command is missing | Jonas Kümmerlin | 2022-09-30 | 1 | -1/+9 |
* | various: reword message | Zbigniew Jędrzejewski-Szmek | 2022-07-22 | 1 | -1/+1 |
* | fsck,sulogin: fix cargo-culted comment | Zbigniew Jędrzejewski-Szmek | 2022-07-15 | 1 | -1/+1 |
* | tree-wide: port various users over to connect_unix_path() | Lennart Poettering | 2022-05-13 | 1 | -8/+5 |
* | fsck: no emergency.target on nofail mounts | Scott Lamb | 2021-11-10 | 1 | -5/+2 |
* | tree-wide: use sd_device_new_from_stat_rdev() whereever appropriate | Lennart Poettering | 2021-02-22 | 1 | -1/+1 |
* | tree-wide: fix typo | Yu Watanabe | 2021-02-15 | 1 | -1/+1 |
* | fsck: make sure we don't read an unitialized variable | Zbigniew Jędrzejewski-Szmek | 2021-02-11 | 1 | -8/+7 |
* | tree-wide: enable colorized logging for daemons when run in console | Yu Watanabe | 2021-01-31 | 1 | -1/+1 |
* | license: LGPL-2.1+ -> LGPL-2.1-or-later | Yu Watanabe | 2020-11-09 | 1 | -1/+1 |
* | tree-wide: assorted coccinelle fixes | Frantisek Sumsal | 2020-10-09 | 1 | -8/+7 |
* | tree-wide: drop stdio.h when stdio-util.h is included | Yu Watanabe | 2019-11-03 | 1 | -1/+0 |
* | systemd-fsck: fix systemd-fsck/fsck pipe bad closure | Benjamin Bouvier | 2019-10-18 | 1 | -9/+10 |
* | fsck: add logging and fix error codes where appropriate | Lennart Poettering | 2019-08-20 | 1 | -6/+5 |
* | fsck: split out fsck return code definitions into a header file of its own | Lennart Poettering | 2019-07-04 | 1 | -12/+1 |
* | fsck: copy out device argument from argv[] before forking | Lennart Poettering | 2019-03-29 | 1 | -1/+6 |
* | fsck: use symbolic names where we have them | Lennart Poettering | 2019-01-07 | 1 | -1/+1 |
* | tree-wide: Remove O_CLOEXEC from fdopen | Chris Down | 2018-12-12 | 1 | -1/+1 |
* | tree-wide: invoke rlimit_nofile_safe() before various exec{v,ve,l}() invocations | Lennart Poettering | 2018-12-01 | 1 | -0/+3 |
* | basic/main-func: propagate all positive return values | Zbigniew Jędrzejewski-Szmek | 2018-11-20 | 1 | -1/+1 |
* | log: introduce new helper call log_setup_service() | Lennart Poettering | 2018-11-20 | 1 | -3/+1 |
* | util-lib: move main() definition macros to its own header file | Lennart Poettering | 2018-11-19 | 1 | -0/+1 |
* | fsck: configure logging before use and define main through macro | Zbigniew Jędrzejewski-Szmek | 2018-11-17 | 1 | -60/+36 |
* | fsck: use log_device_*() | Yu Watanabe | 2018-10-23 | 1 | -3/+3 |
* | tree-wide: port various users over to sockaddr_un_set_path() | Lennart Poettering | 2018-10-15 | 1 | -8/+5 |
* | tree-wide: do not assign unused return values | Yu Watanabe | 2018-09-23 | 1 | -2/+1 |
* | fsck: use our usual syntax for defining bit masks | Lennart Poettering | 2018-08-10 | 1 | -8/+8 |
* | tree-wide: beautify remaining copyright statements | Lennart Poettering | 2018-06-14 | 1 | -1/+1 |
* | tree-wide: remove Lennart's copyright lines | Lennart Poettering | 2018-06-14 | 1 | -1/+0 |
* | tree-wide: drop 'This file is part of systemd' blurb | Lennart Poettering | 2018-06-14 | 1 | -2/+0 |
* | tree-wide: drop license boilerplate | Zbigniew Jędrzejewski-Szmek | 2018-04-06 | 1 | -13/+0 |
* | tree-wide: make use of wait_for_terminate_and_check() at various places | Lennart Poettering | 2018-01-04 | 1 | -21/+12 |
* | process-util: add another fork_safe() flag for enabling LOG_ERR/LOG_WARN logging | Lennart Poettering | 2018-01-04 | 1 | -4/+2 |
* | tree-wide: introduce new safe_fork() helper and port everything over | Lennart Poettering | 2017-12-25 | 1 | -8/+4 |
* | tree-wide: make use of new STRLEN() macro everywhere (#7639) | Lennart Poettering | 2017-12-14 | 1 | -1/+1 |
* | Add SPDX license identifiers to source files under the LGPL | Zbigniew Jędrzejewski-Szmek | 2017-11-19 | 1 | -0/+1 |