summaryrefslogtreecommitdiffstats
path: root/sys-utils/switch_root.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "switch_root: add subroot support"Karel Zak2009-11-201-76/+5Star
* switch_root: remove TIOCSCTTY and setsid()Karel Zak2009-10-091-7/+0Star
* switch_root: add subroot supportDaniel Drake2009-07-141-5/+76
* switch_root: do recursiveRemove after our root is moved to avoid races.Peter Jones2009-06-221-9/+10
* switch_root: fork before cleaning up the filesystem.Peter Jones2009-06-221-1/+7
* switch_root: use file descriptor instead of path for recursiveRemove()Peter Jones2009-06-221-12/+20
* switch_root: use snprintf() rather tan str{cpy,cat}()Karel Zak2009-06-221-3/+4
* switch_root: clean up argv[] usage, add -h and -VKarel Zak2009-06-221-20/+27
* switch_root: use err.h, clean up return codesKarel Zak2009-06-221-28/+25Star
* switch_root: rewrite to use fstatat() and unlinkat()Karel Zak2009-06-221-43/+44
* switch_root: fix coding styleKarel Zak2009-06-221-80/+70Star
* switch_root: new commandKarel Zak2009-06-221-0/+198