summaryrefslogtreecommitdiff
path: root/util-linux/switch_root.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
| | | | no preceding prototype
* preparatory patch for -Wwrite-strings #2Denis Vlasenko2007-01-291-1/+1
|
* mostly style fixesDenis Vlasenko2006-11-011-7/+7
|
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-2/+2
|
* getopt_ulflags -> getopt32.Denis Vlasenko2006-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.
* Change license statements (and clean up headers) on some of the files thatRob Landley2006-09-221-4/+1
| | | | Erik or I are primary copyright holders on.
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-1/+1
|
* Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot ofRob Landley2006-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.)
* Shut up the warning "implicit declaration of strlen".Rob Landley2006-05-101-0/+1
|
* Fix missing copyright and license notice.Rob Landley2006-03-211-0/+6
|
* Use lstat() instead of stat so /init being a symlink doesn't screw people up.Rob Landley2006-03-201-3/+3
| | | | (And use it consistently, for size reasons.)
* Fix off by one error. (I know I had a reason for doing that, but I have _no_Rob Landley2006-02-141-1/+1
| | | | idea what it was...)
* just whitespaceTim Riker2006-01-251-9/+9
|
* Fix chroot, leave console alone if -c not specified, and yank debug code.Rob Landley2005-12-201-11/+16
| | | | (I still haven't set up a test environment to confirm this works...)
* Add a switch_root utility (like kconfig's utils/run_init.c, although notRob Landley2005-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.)