| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Amrein-Marie Christophe pointed out that Mandrake changed its name. | landley | 2006-06-20 | 1 | -1/+1 |
* | Make some 64 bit warnings go away on x86-64. | landley | 2006-06-19 | 6 | -61/+25 |
* | Undo all of the ugliness and some of the bloat from 15412. | landley | 2006-06-18 | 4 | -146/+22 |
* | skip_whitespace() shouldn't claim its return value is const, it doesn't know | landley | 2006-06-18 | 12 | -192/+64 |
* | Make this slightly more readable, and expose the hypocrasy of a comment that | landley | 2006-06-18 | 1 | -5/+1 |
* | danf writes: stty doesn't support baud rates > 460800 bps, the attached patch... | vapier | 2006-06-17 | 1 | -2/+35 |
* | Make it so Erik has to forward me less email. | landley | 2006-06-16 | 4 | -4/+9 |
* | - add cross-reference generation target. | aldot | 2006-06-16 | 1 | -1/+13 |
* | - do away with the fwd-decls of functions. Should not contain any code changes | aldot | 2006-06-16 | 1 | -267/+260 |
* | Revert svn 15333. If you vfork, you must either exec or exit. (The parent is | landley | 2006-06-16 | 1 | -19/+5 |
* | This directory was fallout from the great feature freeze of 2003, which led | landley | 2006-06-16 | 8 | -2030/+0 |
* | - 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 |