summaryrefslogtreecommitdiff
path: root/src/shared/switch-root.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-04tree-wide: drop stdio.h when stdio-util.h is includedYu Watanabe1-1/+0
2019-10-31tree-wide: drop missing.hYu Watanabe1-1/+1
2019-10-24basic/fs-util: change CHASE_OPEN flag into a separate output parameterZbigniew Jędrzejewski-Szmek1-2/+2
2019-04-29switch-root: modernize rm_rf_children() invocation a bitLennart Poettering1-4/+2
2018-12-28switch-root: fix error messageYu Watanabe1-1/+1
2018-11-29Split out part of mount-util.c into mountpoint-util.cZbigniew Jędrzejewski-Szmek1-0/+1
2018-06-22tree-wide: drop copyright lines for more authorsZbigniew Jędrzejewski-Szmek1-3/+0
2018-06-14tree-wide: beautify remaining copyright statementsLennart Poettering1-1/+1
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering1-1/+1
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
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2016-12-21shared: rework switch_root() codeLennart Poettering1-80/+59
2016-11-02Do not raise in switch root if paths are too longZbigniew Jędrzejewski-Szmek1-7/+18
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2016-01-12tree-wide: use xsprintf() where applicableDaniel Mack1-1/+2
2015-12-06shared: include what we useThomas Hindoe Paaboel Andersen1-1/+3
2015-10-27user-util: move UID/GID related macros from macro.h to user-util.hLennart Poettering1-0/+1
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering1-1/+2
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering1-7/+8
2015-05-21nspawn: finish user namespace supportLennart Poettering1-1/+1
2015-04-06util: rework rm_rf() logicLennart Poettering1-2/+3
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering1-1/+1
2015-02-01Add a snprinf wrapper which checks that the buffer was big enoughZbigniew Jędrzejewski-Szmek1-1/+0
2014-11-28treewide: another round of simplificationsMichal Schmidt1-20/+10
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt1-13/+13
2014-11-06switch-root: explain why we don't care about base_filesystem_create() failingLennart Poettering1-0/+5
2014-11-06switch_root: do not fail, if base_filesystem_create() failedHarald Hoyer1-6/+1
2014-10-17systemd: continue switch-root even if umount failsZbigniew Jędrzejewski-Szmek1-8/+7
2014-08-28use the switch_root function in shutdownHarald Hoyer1-0/+163