summaryrefslogtreecommitdiff
path: root/src/shared/switch-root.c
Commit message (Expand)AuthorAgeFilesLines
* shared: rework switch_root() codeLennart Poettering2016-12-211-80/+59
* Do not raise in switch root if paths are too longZbigniew Jędrzejewski-Szmek2016-11-021-7/+18
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tree-wide: use xsprintf() where applicableDaniel Mack2016-01-121-1/+2
* shared: include what we useThomas Hindoe Paaboel Andersen2015-12-061-1/+3
* user-util: move UID/GID related macros from macro.h to user-util.hLennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-1/+2
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-7/+8
* nspawn: finish user namespace supportLennart Poettering2015-05-211-1/+1
* util: rework rm_rf() logicLennart Poettering2015-04-061-2/+3
* util: rework strappenda(), and rename it strjoina()Lennart Poettering2015-02-031-1/+1
* Add a snprinf wrapper which checks that the buffer was big enoughZbigniew Jędrzejewski-Szmek2015-02-011-1/+0
* treewide: another round of simplificationsMichal Schmidt2014-11-281-20/+10
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-13/+13
* switch-root: explain why we don't care about base_filesystem_create() failingLennart Poettering2014-11-061-0/+5
* switch_root: do not fail, if base_filesystem_create() failedHarald Hoyer2014-11-061-6/+1
* systemd: continue switch-root even if umount failsZbigniew Jędrzejewski-Szmek2014-10-171-8/+7
* use the switch_root function in shutdownHarald Hoyer2014-08-281-0/+163