| Commit message (Expand) | Author | Age | Files | Lines |
* | And fix the error I just introduced. :) | landley | 2006-05-25 | 1 | -1/+1 |
* | Remove pointless #define. | landley | 2006-05-25 | 1 | -4/+1 |
* | Patch from Tito: | landley | 2006-05-25 | 1 | -168/+123 |
* | Remove a pointless #define. | landley | 2006-05-25 | 1 | -4/+5 |
* | make the testsuite a little less brittle: | aldot | 2006-05-25 | 2 | -15/+22 |
* | Two more issues pointed out by Bernhard. | landley | 2006-05-24 | 1 | -1/+5 |
* | Yann Morin spotted some leftover flotsam from halfway through the recent | landley | 2006-05-24 | 1 | -1/+1 |
* | It takes _talent_ to implement a version of nohup that does everything except | landley | 2006-05-23 | 1 | -1/+2 |
* | - set x bit | aldot | 2006-05-21 | 0 | -0/+0 |
* | Convert to a global struct, the way sed was. Now I have two, I can work out | landley | 2006-05-21 | 1 | -4/+9 |
* | Minor cleanups: Convert a few calloc() calls to xzalloc, remove unnecessary | landley | 2006-05-21 | 4 | -29/+17 |
* | New version of nohup that's much smaller, less paranoid, consistent, | landley | 2006-05-21 | 3 | -181/+38 |
* | - fix wrong path to scripts/usage; It is in the builddir and not in the srcdir. | aldot | 2006-05-21 | 1 | -4/+8 |
* | - check for existing usage binary, so it get's more obvious that the toplevel | aldot | 2006-05-21 | 1 | -0/+1 |
* | - there is no _usage.h anymore, so don't rm it in distclean. | aldot | 2006-05-21 | 1 | -1/+1 |
* | - do not create usage_compressed.h if CONFIG_FEATURE_COMPRESS_USAGE is not set | aldot | 2006-05-21 | 1 | -3/+6 |
* | - there is no "sh". Use $(SHELL) | aldot | 2006-05-21 | 1 | -1/+1 |
* | - silence warning about no return in function returning non-void | aldot | 2006-05-20 | 2 | -25/+29 |
* | Patch from Robert P. Day to remove #ifdefed out SLIP support code that we | landley | 2006-05-19 | 1 | -40/+0 |
* | Remove unused function parameter, from Garrett. | landley | 2006-05-19 | 3 | -6/+2 |
* | Add diffutils and dhcp to list of packages we provide replacements for. | landley | 2006-05-19 | 1 | -6/+6 |
* | - backout erroneously checked in snippet.. | aldot | 2006-05-19 | 1 | -2/+0 |
* | First quick stab at organizing TODO under whose TODO item it is. | landley | 2006-05-19 | 1 | -99/+100 |
* | A pending item in my tree I might as well check in: I plan to migrate calloc() | landley | 2006-05-19 | 2 | -0/+10 |
* | - remove emacs layout block as suggested by Robert P.J. Day | aldot | 2006-05-19 | 57 | -980/+46 |
* | - forgot to make busybox_unstripped depend on the applets in IMA mode. | aldot | 2006-05-19 | 2 | -3/+3 |
* | - use shorter boilerplate. | aldot | 2006-05-19 | 1 | -15/+3 |
* | - redirect stdout of scripts/config/conf to /nil for | aldot | 2006-05-19 | 1 | -8/+8 |
* | - remove SIGIOT as suggested by landley. | aldot | 2006-05-19 | 1 | -3/+0 |
* | Patch from tito to replace shared memory usage with mlock(), slightly tweaked | landley | 2006-05-19 | 1 | -24/+10 |
* | fix indenting in help output for ifconfig | vapier | 2006-05-19 | 1 | -2/+2 |
* | - typo s/allbaseconfig/allbareconfig/ | aldot | 2006-05-19 | 1 | -1/+1 |
* | - replace _PATH_DEVNULL with bb_dev_null | aldot | 2006-05-19 | 3 | -20/+11 |
* | - do not use non-standard u_int. | aldot | 2006-05-19 | 1 | -6/+6 |
* | - make it C89 compatible; Declarations in the middle of a function is of course | aldot | 2006-05-19 | 1 | -3/+4 |
* | - use uint32_t instead of __u32 | aldot | 2006-05-19 | 1 | -2/+2 |
* | - Rich Felker writes: | aldot | 2006-05-19 | 1 | -0/+2 |
* | - remove superfluous legacy includes. | aldot | 2006-05-19 | 1 | -6/+5 |
* | - include strings.h | aldot | 2006-05-19 | 5 | -7/+12 |
* | - fix invalid mode | aldot | 2006-05-19 | 1 | -1/+1 |
* | - single KERNEL_VERSION(a,b,c) macro in platform.h | aldot | 2006-05-19 | 8 | -21/+27 |
* | - cleanup memory if opening aliases failed and cleanup was requested. | aldot | 2006-05-19 | 1 | -8/+9 |
* | Fluff out info on morris accounts. | landley | 2006-05-18 | 1 | -53/+58 |
* | Avoid a memory leak pointed out by Lucas C. Villa Real. | landley | 2006-05-18 | 1 | -4/+3 |
* | Typo fix. | landley | 2006-05-17 | 1 | -1/+1 |
* | Patch from Bernhard Fischer to remove some useless bits. | landley | 2006-05-17 | 2 | -12/+0 |
* | Announce 1.1.3. | landley | 2006-05-17 | 1 | -0/+11 |
* | Typo that hits big endian systems. | landley | 2006-05-17 | 1 | -1/+0 |
* | The gnu extension to have realpath() malloc its buffer when handed a NULL | landley | 2006-05-17 | 1 | -2/+2 |
* | Rob Sullivan cleaned up the longstanding patch from Hideki IWAMOTO to add | landley | 2006-05-16 | 4 | -313/+100 |