| Commit message (Expand) | Author | Age | Files | Lines |
* | process-util: add new FORK_DEATHSIG_SIGKILL flag, rename FORK_DEATHSIG → FO... | Lennart Poettering | 2023-11-02 | 1 | -1/+1 |
* | remount-fs: refuse to remount based on fstab when fstab=no kernel command lin... | Yu Watanabe | 2023-08-09 | 1 | -0/+3 |
* | remount-fs: split-out remount_by_fstab() | Yu Watanabe | 2023-08-09 | 1 | -21/+37 |
* | meson: move declarations of fsck, firstboot, machine-id-setup, and remount-fs | Yu Watanabe | 2023-08-01 | 1 | -0/+8 |
* | basic: rename util.h to logarithm.h | Zbigniew Jędrzejewski-Szmek | 2022-11-08 | 1 | -1/+0 |
* | tree-wide: enable colorized logging for daemons when run in console | Yu Watanabe | 2021-01-31 | 1 | -1/+1 |
* | remount-fs: Use hashmap_ensure_put | Susant Sahani | 2021-01-18 | 1 | -6/+4 |
* | license: LGPL-2.1+ -> LGPL-2.1-or-later | Yu Watanabe | 2020-11-09 | 1 | -1/+1 |
* | Allow overriding /etc/fstab with $SYSTEMD_FSTAB | Zbigniew Jędrzejewski-Szmek | 2019-11-13 | 1 | -2/+3 |
* | tree-wide: drop string.h when string-util.h or friends are included | Yu Watanabe | 2019-11-03 | 1 | -1/+0 |
* | remount-fs: split out common pattern out to a function | Zbigniew Jędrzejewski-Szmek | 2019-01-03 | 1 | -37/+33 |
* | remount-fs: optionally remount / writable, if we are told through an env var | Lennart Poettering | 2018-12-18 | 1 | -30/+60 |
* | remount-fs: split code for tracking PIDs in hashmap | Lennart Poettering | 2018-12-18 | 1 | -18/+29 |
* | remount-fs: use PATH_IN_SET() at one more place | Lennart Poettering | 2018-12-18 | 1 | -2/+1 |
* | tree-wide: use FORK_RLIMIT_NOFILE_SAFE wherever possible | Lennart Poettering | 2018-12-01 | 1 | -1/+1 |
* | coccinelle: make use of SYNTHETIC_ERRNO | Zbigniew Jędrzejewski-Szmek | 2018-11-22 | 1 | -4/+3 |
* | 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 |
* | remount-fs: configure logging before use and define main through macro | Zbigniew Jędrzejewski-Szmek | 2018-11-17 | 1 | -44/+31 |
* | tree-wide: remove Lennart's copyright lines | Lennart Poettering | 2018-06-14 | 1 | -3/+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 |
* | 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 | -9/+4 |
* | Add SPDX license identifiers to source files under the LGPL | Zbigniew Jędrzejewski-Szmek | 2017-11-19 | 1 | -0/+1 |
* | build-sys: drop automake support | Zbigniew Jędrzejewski-Szmek | 2017-07-18 | 1 | -1/+0 |
* | tree-wide: always invoke setmntent() with "re" mode | Lennart Poettering | 2016-12-20 | 1 | -1/+1 |
* | core: when determining whether a process exit status is clean, consider wheth... | Lennart Poettering | 2016-10-10 | 1 | -1/+1 |
* | tree-wide: remove Emacs lines from all files | Daniel Mack | 2016-02-10 | 1 | -2/+0 |
* | remount-fs: modernize coding style a bit | Lennart Poettering | 2015-11-17 | 1 | -36/+26 |
* | tree-wide: use right cast macros for UIDs, GIDs and PIDs | Lennart Poettering | 2015-11-17 | 1 | -2/+2 |
* | tree-wide: sort includes | Thomas Hindoe Paaboel Andersen | 2015-11-16 | 1 | -2/+2 |
* | util-lib: move mount related utility calls to mount-util.[ch] | Lennart Poettering | 2015-10-27 | 1 | -3/+4 |
* | tree-wide: whenever we fork off a foreign child process reset signal mask/han... | Lennart Poettering | 2015-06-10 | 1 | -0/+3 |
* | util: split out signal-util.[ch] from util.[ch] | Lennart Poettering | 2015-05-29 | 1 | -0/+1 |
* | Default to /usr/bin/u?mount, configurable, rather than hard-coded /bin/u?mount. | Dimitri John Ledkov | 2015-05-13 | 1 | -5/+5 |
* | remove unused includes | Thomas Hindoe Paaboel Andersen | 2015-02-23 | 1 | -2/+0 |
* | treewide: use log_*_errno whenever %m is in the format string | Michal Schmidt | 2014-11-28 | 1 | -4/+4 |
* | treewide: no need to negate errno for log_*_errno() | Michal Schmidt | 2014-11-28 | 1 | -1/+1 |
* | treewide: auto-convert the simple cases to log_*_errno() | Michal Schmidt | 2014-11-28 | 1 | -1/+1 |
* | hashmap: introduce hash_ops to make struct Hashmap smaller | Michal Schmidt | 2014-09-15 | 1 | -1/+1 |
* | Introduce _cleanup_endmntent_ | Zbigniew Jędrzejewski-Szmek | 2013-10-04 | 1 | -9/+4 |
* | Use initalization instead of explicit zeroing | Zbigniew Jędrzejewski-Szmek | 2013-04-06 | 1 | -2/+1 |
* | service: add options RestartPreventExitStatus and SuccessExitStatus | Lukas Nykryn | 2012-08-14 | 1 | -1/+1 |
* | log.h: new log_oom() -> int -ENOMEM, use it | Shawn Landden | 2012-07-26 | 1 | -1/+1 |
* | remount-fs: also remount /usr according to fstab | Lennart Poettering | 2012-06-29 | 1 | -2/+3 |
* | util: split-out path-util.[ch] | Kay Sievers | 2012-05-08 | 1 | -0/+1 |
* | remount: consolidate remount-api-vfs and remount-rootfs into one | Lennart Poettering | 2012-04-24 | 2 | -0/+169 |