summaryrefslogtreecommitdiff
path: root/src/remount-fs
AgeCommit message (Expand)AuthorFilesLines
2019-11-13Allow overriding /etc/fstab with $SYSTEMD_FSTABZbigniew Jędrzejewski-Szmek1-2/+3
2019-11-04tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe1-1/+0
2019-01-03remount-fs: split out common pattern out to a functionZbigniew Jędrzejewski-Szmek1-37/+33
2018-12-18remount-fs: optionally remount / writable, if we are told through an env varLennart Poettering1-30/+60
2018-12-18remount-fs: split code for tracking PIDs in hashmapLennart Poettering1-18/+29
2018-12-18remount-fs: use PATH_IN_SET() at one more placeLennart Poettering1-2/+1
2018-12-01tree-wide: use FORK_RLIMIT_NOFILE_SAFE wherever possibleLennart Poettering1-1/+1
2018-11-22coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek1-4/+3
2018-11-20log: introduce new helper call log_setup_service()Lennart Poettering1-3/+1
2018-11-19util-lib: move main() definition macros to its own header fileLennart Poettering1-0/+1
2018-11-17remount-fs: configure logging before use and define main through macroZbigniew Jędrzejewski-Szmek1-44/+31
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering1-3/+0
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
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-9/+4
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-07-18build-sys: drop automake supportZbigniew Jędrzejewski-Szmek1-1/+0
2016-12-20tree-wide: always invoke setmntent() with "re" modeLennart Poettering1-1/+1
2016-10-10core: when determining whether a process exit status is clean, consider wheth...Lennart Poettering1-1/+1
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2015-11-17remount-fs: modernize coding style a bitLennart Poettering1-36/+26
2015-11-17tree-wide: use right cast macros for UIDs, GIDs and PIDsLennart Poettering1-2/+2
2015-11-16tree-wide: sort includesThomas Hindoe Paaboel Andersen1-2/+2
2015-10-27util-lib: move mount related utility calls to mount-util.[ch]Lennart Poettering1-3/+4
2015-06-10tree-wide: whenever we fork off a foreign child process reset signal mask/han...Lennart Poettering1-0/+3
2015-05-29util: split out signal-util.[ch] from util.[ch]Lennart Poettering1-0/+1
2015-05-13Default to /usr/bin/u?mount, configurable, rather than hard-coded /bin/u?mount.Dimitri John Ledkov1-5/+5
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen1-2/+0
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-1/+1
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt1-1/+1
2014-09-15hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt1-1/+1
2013-10-03Introduce _cleanup_endmntent_Zbigniew Jędrzejewski-Szmek1-9/+4
2013-04-05Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek1-2/+1
2012-08-14service: add options RestartPreventExitStatus and SuccessExitStatusLukas Nykryn1-1/+1
2012-07-26log.h: new log_oom() -> int -ENOMEM, use itShawn Landden1-1/+1
2012-06-29remount-fs: also remount /usr according to fstabLennart Poettering1-2/+3
2012-05-08util: split-out path-util.[ch]Kay Sievers1-0/+1
2012-04-24remount: consolidate remount-api-vfs and remount-rootfs into oneLennart Poettering2-0/+169