index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
/
switch-root.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-1
/
+1
*
pid1: skip cleanup if root is not tmpfs/ramfs
Zbigniew Jędrzejewski-Szmek
2022-11-09
1
-10
/
+12
*
basic: create new basic/initrd-util.[ch] for initrd-related functions
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+1
*
strv: declare iterator of FOREACH_STRING() in the loop
Zbigniew Jędrzejewski-Szmek
2022-03-23
1
-6
/
+5
*
shared: clean up mkdir.h/label.h situation
Lennart Poettering
2021-11-16
1
-1
/
+1
*
basic: spit out chase_symlinks() from fs-util.[ch] → chase-symlinks.[ch]
Lennart Poettering
2021-10-05
1
-1
/
+1
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
tree-wide: drop stdio.h when stdio-util.h is included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
tree-wide: drop missing.h
Yu Watanabe
2019-10-31
1
-1
/
+1
*
basic/fs-util: change CHASE_OPEN flag into a separate output parameter
Zbigniew Jędrzejewski-Szmek
2019-10-24
1
-2
/
+2
*
switch-root: modernize rm_rf_children() invocation a bit
Lennart Poettering
2019-04-29
1
-4
/
+2
*
switch-root: fix error message
Yu Watanabe
2018-12-28
1
-1
/
+1
*
Split out part of mount-util.c into mountpoint-util.c
Zbigniew Jędrzejewski-Szmek
2018-11-29
1
-0
/
+1
*
tree-wide: drop copyright lines for more authors
Zbigniew Jędrzejewski-Szmek
2018-06-22
1
-3
/
+0
*
tree-wide: beautify remaining copyright statements
Lennart Poettering
2018-06-14
1
-1
/
+1
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-1
/
+1
*
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
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
shared: rework switch_root() code
Lennart Poettering
2016-12-21
1
-80
/
+59
*
Do not raise in switch root if paths are too long
Zbigniew Jędrzejewski-Szmek
2016-11-03
1
-7
/
+18
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
tree-wide: use xsprintf() where applicable
Daniel Mack
2016-01-12
1
-1
/
+2
*
shared: include what we use
Thomas Hindoe Paaboel Andersen
2015-12-06
1
-1
/
+3
*
user-util: move UID/GID related macros from macro.h to user-util.h
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-1
/
+2
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-7
/
+8
*
nspawn: finish user namespace support
Lennart Poettering
2015-05-21
1
-1
/
+1
*
util: rework rm_rf() logic
Lennart Poettering
2015-04-06
1
-2
/
+3
*
util: rework strappenda(), and rename it strjoina()
Lennart Poettering
2015-02-03
1
-1
/
+1
*
Add a snprinf wrapper which checks that the buffer was big enough
Zbigniew Jędrzejewski-Szmek
2015-02-01
1
-1
/
+0
*
treewide: another round of simplifications
Michal Schmidt
2014-11-28
1
-20
/
+10
*
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
1
-13
/
+13
*
switch-root: explain why we don't care about base_filesystem_create() failing
Lennart Poettering
2014-11-06
1
-0
/
+5
*
switch_root: do not fail, if base_filesystem_create() failed
Harald Hoyer
2014-11-06
1
-6
/
+1
*
systemd: continue switch-root even if umount fails
Zbigniew Jędrzejewski-Szmek
2014-10-17
1
-8
/
+7
*
use the switch_root function in shutdown
Harald Hoyer
2014-08-28
1
-0
/
+163