aboutsummaryrefslogtreecommitdiff
path: root/util-linux/switch_root.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mostly style fixesvda2006-11-011-7/+7
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16487 69ca8d6d-28ef-0310-b511-8ec308f3f277
* message string changes, mostly for consistency, also -32 bytes in .rodatavda2006-10-201-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16412 69ca8d6d-28ef-0310-b511-8ec308f3f277
* getopt_ulflags -> getopt32.vda2006-10-031-2/+2
| | | | | | | | | | | It is impossible to formulate sane ABI based on size of ulong because it can be 32-bit or 64-bit. Basically it means that you cannot portably use more that 32 option chars in one call anyway... Make it explicit. git-svn-id: svn://busybox.net/trunk/busybox@16305 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Change license statements (and clean up headers) on some of the files thatlandley2006-09-221-4/+1
| | | | | | | Erik or I are primary copyright holders on. git-svn-id: svn://busybox.net/trunk/busybox@16175 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Standardize on the vi editing directives being on the first line.rpjday2006-07-021-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15581 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot oflandley2006-06-151-6/+1
| | | | | | | | | fallout due to the #include <sys/mount.h>. Removed that #include from various applets and fixed up those that were unhappy when that #include was made because they'd block copied stuff out of it. (Sigh.) git-svn-id: svn://busybox.net/trunk/busybox@15393 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Shut up the warning "implicit declaration of strlen".landley2006-05-101-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15055 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix missing copyright and license notice.landley2006-03-211-0/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14593 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use lstat() instead of stat so /init being a symlink doesn't screw people up.landley2006-03-201-3/+3
| | | | | | | (And use it consistently, for size reasons.) git-svn-id: svn://busybox.net/trunk/busybox@14577 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix off by one error. (I know I had a reason for doing that, but I have _no_landley2006-02-141-1/+1
| | | | | | | idea what it was...) git-svn-id: svn://busybox.net/trunk/busybox@14007 69ca8d6d-28ef-0310-b511-8ec308f3f277
* just whitespacetimr2006-01-251-9/+9
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13584 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix chroot, leave console alone if -c not specified, and yank debug code.landley2005-12-201-11/+16
| | | | | | | (I still haven't set up a test environment to confirm this works...) git-svn-id: svn://busybox.net/trunk/busybox@12960 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add a switch_root utility (like kconfig's utils/run_init.c, although notlandley2005-10-271-0/+118
actuall using any of that code). This is needed because pivot_root doesn't work right under initramfs. (See the menuconfig help.) git-svn-id: svn://busybox.net/trunk/busybox@11935 69ca8d6d-28ef-0310-b511-8ec308f3f277