Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-04-04 | - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" | Bernhard Reutner-Fischer | |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko | |
no preceding prototype | |||
2007-01-29 | preparatory patch for -Wwrite-strings #2 | Denis Vlasenko | |
2006-11-01 | mostly style fixes | Denis Vlasenko | |
2006-10-20 | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko | |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko | |
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. | |||
2006-09-22 | Change license statements (and clean up headers) on some of the files that | Rob Landley | |
Erik or I are primary copyright holders on. | |||
2006-07-02 | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | |
2006-06-15 | Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of | Rob Landley | |
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.) | |||
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.) |