aboutsummaryrefslogtreecommitdiff
path: root/util-linux/switch_root.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* switch_root: error_msg -> perror_msg, reduce by 22 bytes while at it.vda2007-04-181-7/+8
* style fixes. No code changesvda2007-04-121-11/+11
* bb_full_fd_action: remove potential xmalloc from NOFORK pathvda2007-04-111-1/+1
* - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"aldot2007-04-041-2/+2
* suppress warnings about easch <applet>_main() havingvda2007-02-031-0/+1
* preparatory patch for -Wwrite-strings #2vda2007-01-291-1/+1
* mostly style fixesvda2006-11-011-7/+7
* message string changes, mostly for consistency, also -32 bytes in .rodatavda2006-10-201-2/+2
* getopt_ulflags -> getopt32.vda2006-10-031-2/+2
* Change license statements (and clean up headers) on some of the files thatlandley2006-09-221-4/+1
* Standardize on the vi editing directives being on the first line.rpjday2006-07-021-1/+1
* Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot oflandley2006-06-151-6/+1
* Shut up the warning "implicit declaration of strlen".landley2006-05-101-0/+1
* Fix missing copyright and license notice.landley2006-03-211-0/+6
* Use lstat() instead of stat so /init being a symlink doesn't screw people up.landley2006-03-201-3/+3
* Fix off by one error. (I know I had a reason for doing that, but I have _no_landley2006-02-141-1/+1
* just whitespacetimr2006-01-251-9/+9
* Fix chroot, leave console alone if -c not specified, and yank debug code.landley2005-12-201-11/+16
* Add a switch_root utility (like kconfig's utils/run_init.c, although notlandley2005-10-271-0/+118