| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - hide CONFIG_GETOPT_LONG for the 1.2.0 release. Turned on per default. | aldot | 2006-06-16 | 1 | -5/+7 |
* | - add patch to provide a target 'html' to build a cross-reference of the source | aldot | 2006-06-16 | 1 | -0/+31 |
* | - add needed includes and include busybox.h needed for the ATTRIBUTE define. | aldot | 2006-06-16 | 1 | -0/+7 |
* | Remove warnings caused by #include <sys/mount.h> in platform.h. Apparently | landley | 2006-06-16 | 4 | -19/+1 |
* | Patch from Rich Felker: | landley | 2006-06-15 | 1 | -10/+9 |
* | - use shorter boilerplate, more accurate header guard | aldot | 2006-06-15 | 1 | -23/+7 |
* | - drats. | aldot | 2006-06-15 | 1 | -1/+1 |
* | - let the scripts be prerequisites of the files the generate | aldot | 2006-06-15 | 2 | -3/+3 |
* | Fix bug found by Joey Hess and forwarded by Bastian Bunk. Add Joey Hess's | landley | 2006-06-15 | 2 | -4/+16 |
* | Don't do workarounds for broken shells. Busybox is about to grow a shell that | landley | 2006-06-15 | 1 | -10/+6 |
* | Jens Michaelsen pointed out that Linksys' firmware download side moved. | landley | 2006-06-15 | 1 | -1/+1 |
* | We came up with our own names for ATTRIBUTE_*, so why check if they're already | landley | 2006-06-15 | 1 | -22/+0 |
* | Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of | landley | 2006-06-15 | 9 | -49/+10 |
* | Help text update for libbb, talking about make standalone. | landley | 2006-06-15 | 1 | -1/+5 |
* | - there is no "CONFIG_STANDALONE" in the repository. Also iff there was a | aldot | 2006-06-14 | 1 | -1/+1 |
* | - rename CONFIG_FEATURE_TFTP_DEBUG to CONFIG_DEBUG_TFTP | aldot | 2006-06-14 | 1 | -1/+1 |
* | - rename CONFIG_FEATURE_TFTP_DEBUG to CONFIG_DEBUG_TFTP so it's off in defconfig | aldot | 2006-06-14 | 1 | -22/+19 |
* | - correct typo | aldot | 2006-06-14 | 2 | -2/+2 |
* | - minor size tweak | aldot | 2006-06-14 | 1 | -8/+7 |
* | - minor shrinkage | aldot | 2006-06-14 | 1 | -8/+13 |
* | Attempt at fixing bug 836, vaguely based on patch from somebody named | landley | 2006-06-14 | 1 | -16/+29 |
* | Upgrade the standalone shell code to use CONFIG_BUSYBOX_EXEC_PATH. | landley | 2006-06-14 | 2 | -5/+2 |
* | Attempt at fixing bug 815 by upgrading bb_spawn() so that builtins are at | landley | 2006-06-14 | 4 | -26/+40 |
* | Don't break allbareconfig. | landley | 2006-06-13 | 1 | -2/+0 |
* | Patch from Shaun Jackman to detect "name=value" variable assignments. Random | landley | 2006-06-13 | 1 | -10/+11 |
* | Make lash smaller. (Use llist_t for file closing, and different allocation | landley | 2006-06-13 | 1 | -71/+24 |
* | Rewrite of dmesg, smaller and simpler. | landley | 2006-06-13 | 1 | -70/+25 |
* | Random cleanup of platform.h. | landley | 2006-06-13 | 3 | -29/+24 |
* | Work around a persistent uClibc bug, since 0.9.29 still hasn't shipped. | landley | 2006-06-13 | 1 | -5/+6 |
* | Patch from Denis Vlasenko: | landley | 2006-06-13 | 1 | -57/+44 |
* | Whitespace cleanup from Denis Vlasenko. | landley | 2006-06-13 | 1 | -9/+8 |
* | Use -ffunction-sections -fdata-sections --gc-sections if the compiler supports | landley | 2006-06-13 | 1 | -0/+2 |
* | Use xstat() instead of if(stat()) die() | landley | 2006-06-13 | 3 | -13/+5 |
* | Patch from Denis Vlasenko, tweak error messages. | landley | 2006-06-13 | 1 | -52/+50 |
* | Minor size shrinkage. | landley | 2006-06-13 | 1 | -4/+2 |
* | Patch from Denis Vlasenko: unlzma was make files with mode 777. Tweak | landley | 2006-06-13 | 3 | -8/+15 |
* | Fix from Paul Fox to make compressed help text notice config changes. | landley | 2006-06-13 | 1 | -1/+1 |
* | - make VERBOSE= and V= work equally; use BUILD_VERBOSE internally. | aldot | 2006-06-13 | 2 | -49/+58 |
* | - fix stupid typo from last checkin | aldot | 2006-06-12 | 1 | -1/+1 |
* | - remove superfluous CONFIG_BEGIN and CONFIG_END | aldot | 2006-06-11 | 1 | -2/+2 |
* | - add fancy mode to start-stop-daemon to support --oknodo and --verbose | aldot | 2006-06-11 | 3 | -47/+72 |
* | - invert logic for nocheck_targets to exclude the empty default target. | aldot | 2006-06-11 | 1 | -3/+3 |
* | - don't check for toolchain-setting for make targets that don't need them | aldot | 2006-06-10 | 2 | -2/+16 |
* | - revert incorrect select change | aldot | 2006-06-10 | 1 | -7/+5 |
* | - fix two segfaults (reported by Horst Kronstorfer) | aldot | 2006-06-10 | 1 | -147/+139 |
* | - use bb_xbind | aldot | 2006-06-10 | 1 | -1/+1 |
* | - use bb_xchdir instead of ignoring eventual errors of chdir | aldot | 2006-06-10 | 2 | -3/+3 |
* | - fix bug #887, in bb_get_chomped_line_from_file(), the last char was removed | aldot | 2006-06-10 | 1 | -9/+14 |
* | add ordering warning on enum Location | pgf | 2006-06-09 | 1 | -0/+1 |
* | - make sure that we see string_insert only if we need it. | aldot | 2006-06-09 | 1 | -2/+2 |