index
:
util-linux
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys-utils
/
switch_root.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-13
switch_root: Add a sanity check
Richard Weinberger
1
-1
/
+7
2012-09-07
switch_root: check open() return value [coverity scan]
Karel Zak
1
-0
/
+4
2012-07-16
translation: unify stat error messages
Sami Kerola
1
-3
/
+3
2012-04-04
sys-utils: verify writing to streams was successful
Sami Kerola
1
-0
/
+2
2012-02-08
switch_root: close open file after usage [cppcheck]
Sami Kerola
1
-0
/
+2
2011-11-14
switch_root: umount mount points we cannot move with MNT_DETACH
Harald Hoyer
1
-1
/
+5
2011-10-30
switch_root: add nls support
Sami Kerola
1
-15
/
+15
2011-10-30
switch_root: align with howto-usage-function.txt
Sami Kerola
1
-12
/
+15
2011-10-20
switch_root: handle /run and do not mount over existing mounts
Harald Hoyer
1
-1
/
+13
2011-02-14
build-sys: provide alternatives for err, errx, warn and warnx
Fabian Groffen
1
-1
/
+1
2009-11-20
Revert "switch_root: add subroot support"
Karel Zak
1
-76
/
+5
2009-10-09
switch_root: remove TIOCSCTTY and setsid()
Karel Zak
1
-7
/
+0
2009-07-14
switch_root: add subroot support
Daniel Drake
1
-5
/
+76
2009-06-22
switch_root: do recursiveRemove after our root is moved to avoid races.
Peter Jones
1
-9
/
+10
2009-06-22
switch_root: fork before cleaning up the filesystem.
Peter Jones
1
-1
/
+7
2009-06-22
switch_root: use file descriptor instead of path for recursiveRemove()
Peter Jones
1
-12
/
+20
2009-06-22
switch_root: use snprintf() rather tan str{cpy,cat}()
Karel Zak
1
-3
/
+4
2009-06-22
switch_root: clean up argv[] usage, add -h and -V
Karel Zak
1
-20
/
+27
2009-06-22
switch_root: use err.h, clean up return codes
Karel Zak
1
-28
/
+25
2009-06-22
switch_root: rewrite to use fstatat() and unlinkat()
Karel Zak
1
-43
/
+44
2009-06-22
switch_root: fix coding style
Karel Zak
1
-80
/
+70
2009-06-22
switch_root: new command
Karel Zak
1
-0
/
+198