Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-10 | Shut up the warning "implicit declaration of strlen". | Rob Landley | |
2006-03-21 | Fix missing copyright and license notice. | Rob Landley | |
2006-03-20 | Use lstat() instead of stat so /init being a symlink doesn't screw people up. | Rob Landley | |
(And use it consistently, for size reasons.) | |||
2006-02-14 | Fix off by one error. (I know I had a reason for doing that, but I have _no_ | Rob Landley | |
idea what it was...) | |||
2006-01-25 | just whitespace | Tim Riker | |
2005-12-20 | Fix chroot, leave console alone if -c not specified, and yank debug code. | Rob Landley | |
(I still haven't set up a test environment to confirm this works...) | |||
2005-10-27 | Add a switch_root utility (like kconfig's utils/run_init.c, although not | Rob Landley | |
actuall using any of that code). This is needed because pivot_root doesn't work right under initramfs. (See the menuconfig help.) |