summaryrefslogtreecommitdiff
path: root/sys-utils/switch_root.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-13switch_root: Add a sanity checkRichard Weinberger1-1/+7
2012-09-07switch_root: check open() return value [coverity scan]Karel Zak1-0/+4
2012-07-16translation: unify stat error messagesSami Kerola1-3/+3
2012-04-04sys-utils: verify writing to streams was successfulSami Kerola1-0/+2
2012-02-08switch_root: close open file after usage [cppcheck]Sami Kerola1-0/+2
2011-11-14switch_root: umount mount points we cannot move with MNT_DETACHHarald Hoyer1-1/+5
2011-10-30switch_root: add nls supportSami Kerola1-15/+15
2011-10-30switch_root: align with howto-usage-function.txtSami Kerola1-12/+15
2011-10-20switch_root: handle /run and do not mount over existing mountsHarald Hoyer1-1/+13
2011-02-14build-sys: provide alternatives for err, errx, warn and warnxFabian Groffen1-1/+1
2009-11-20Revert "switch_root: add subroot support"Karel Zak1-76/+5
2009-10-09switch_root: remove TIOCSCTTY and setsid()Karel Zak1-7/+0
2009-07-14switch_root: add subroot supportDaniel Drake1-5/+76
2009-06-22switch_root: do recursiveRemove after our root is moved to avoid races.Peter Jones1-9/+10
2009-06-22switch_root: fork before cleaning up the filesystem.Peter Jones1-1/+7
2009-06-22switch_root: use file descriptor instead of path for recursiveRemove()Peter Jones1-12/+20
2009-06-22switch_root: use snprintf() rather tan str{cpy,cat}()Karel Zak1-3/+4
2009-06-22switch_root: clean up argv[] usage, add -h and -VKarel Zak1-20/+27
2009-06-22switch_root: use err.h, clean up return codesKarel Zak1-28/+25
2009-06-22switch_root: rewrite to use fstatat() and unlinkat()Karel Zak1-43/+44
2009-06-22switch_root: fix coding styleKarel Zak1-80/+70
2009-06-22switch_root: new commandKarel Zak1-0/+198