summaryrefslogtreecommitdiff
path: root/src/remount-fs
Commit message (Expand)AuthorAgeFilesLines
* basic: rename util.h to logarithm.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+0
* tree-wide: enable colorized logging for daemons when run in consoleYu Watanabe2021-02-011-1/+1
* remount-fs: Use hashmap_ensure_putSusant Sahani2021-01-181-6/+4
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* Allow overriding /etc/fstab with $SYSTEMD_FSTABZbigniew Jędrzejewski-Szmek2019-11-131-2/+3
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* remount-fs: split out common pattern out to a functionZbigniew Jędrzejewski-Szmek2019-01-031-37/+33
* remount-fs: optionally remount / writable, if we are told through an env varLennart Poettering2018-12-181-30/+60
* remount-fs: split code for tracking PIDs in hashmapLennart Poettering2018-12-181-18/+29
* remount-fs: use PATH_IN_SET() at one more placeLennart Poettering2018-12-181-2/+1
* tree-wide: use FORK_RLIMIT_NOFILE_SAFE wherever possibleLennart Poettering2018-12-011-1/+1
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-221-4/+3
* log: introduce new helper call log_setup_service()Lennart Poettering2018-11-201-3/+1
* util-lib: move main() definition macros to its own header fileLennart Poettering2018-11-191-0/+1
* remount-fs: configure logging before use and define main through macroZbigniew Jędrzejewski-Szmek2018-11-171-44/+31
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* process-util: add another fork_safe() flag for enabling LOG_ERR/LOG_WARN loggingLennart Poettering2018-01-041-4/+2
* tree-wide: introduce new safe_fork() helper and port everything overLennart Poettering2017-12-251-9/+4
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* build-sys: drop automake supportZbigniew Jędrzejewski-Szmek2017-07-181-1/+0
* tree-wide: always invoke setmntent() with "re" modeLennart Poettering2016-12-201-1/+1
* core: when determining whether a process exit status is clean, consider wheth...Lennart Poettering2016-10-101-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* remount-fs: modernize coding style a bitLennart Poettering2015-11-171-36/+26
* tree-wide: use right cast macros for UIDs, GIDs and PIDsLennart Poettering2015-11-171-2/+2
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-2/+2
* util-lib: move mount related utility calls to mount-util.[ch]Lennart Poettering2015-10-271-3/+4
* tree-wide: whenever we fork off a foreign child process reset signal mask/han...Lennart Poettering2015-06-101-0/+3
* util: split out signal-util.[ch] from util.[ch]Lennart Poettering2015-05-291-0/+1
* Default to /usr/bin/u?mount, configurable, rather than hard-coded /bin/u?mount.Dimitri John Ledkov2015-05-131-5/+5
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-2/+0
* 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-1/+1
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-1/+1
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-151-1/+1
* Introduce _cleanup_endmntent_Zbigniew Jędrzejewski-Szmek2013-10-031-9/+4
* Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek2013-04-051-2/+1
* service: add options RestartPreventExitStatus and SuccessExitStatusLukas Nykryn2012-08-141-1/+1
* log.h: new log_oom() -> int -ENOMEM, use itShawn Landden2012-07-261-1/+1
* remount-fs: also remount /usr according to fstabLennart Poettering2012-06-291-2/+3
* util: split-out path-util.[ch]Kay Sievers2012-05-081-0/+1
* remount: consolidate remount-api-vfs and remount-rootfs into oneLennart Poettering2012-04-242-0/+169