| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fix/shorten some usage strings | vda | 2006-12-17 | 1 | -349/+412 |
* | tftp: corrupted input packets were killing retransmits - fixed | vda | 2006-12-17 | 1 | -18/+22 |
* | diff: comment - explain what happens when hunk fails to apply | vda | 2006-12-17 | 1 | -2/+3 |
* | patch: fix double-free (bug 1120) | vda | 2006-12-17 | 1 | -0/+1 |
* | inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] | vda | 2006-12-16 | 28 | -63/+69 |
* | s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/g | vda | 2006-12-16 | 8 | -42/+41 |
* | wget: smallish optimization | vda | 2006-12-16 | 1 | -18/+18 |
* | diff: fix -q exit code | vda | 2006-12-16 | 2 | -76/+78 |
* | site: add link to directory with patches | vda | 2006-12-15 | 1 | -1/+2 |
* | re-applying first post-1.3.x change | vda | 2006-12-15 | 2 | -2/+14 |
* | back out last change - need to make busybox-1_3-stable branch first | vda | 2006-12-15 | 1 | -12/+0 |
* | - table support for ip route | aldot | 2006-12-14 | 1 | -0/+12 |
* | - minor shrinkage | aldot | 2006-12-14 | 1 | -4/+6 |
* | Update busybox.net webpage with 1.3.0 announcement | vda | 2006-12-14 | 1 | -0/+35 |
* | exterminate last bzero's | vda | 2006-12-13 | 2 | -7/+7 |
* | - honor CONFIG_DEBUG | aldot | 2006-12-13 | 2 | -2/+8 |
* | - remove warning about unused depth parameter in add_to_dirlist() | aldot | 2006-12-13 | 1 | -2/+5 |
* | date: -R shouldn't use locale | vda | 2006-12-13 | 1 | -5/+13 |
* | build system: small fix for "release" target to work | vda | 2006-12-12 | 2 | -4/+8 |
* | build system: add "release" target | vda | 2006-12-12 | 4 | -23/+63 |
* | passwd: fix indentation | vda | 2006-12-12 | 1 | -3/+2 |
* | passwd: added comment | vda | 2006-12-12 | 1 | -1/+6 |
* | passwd: shrink by ~10 bytes, use PRNG instead of usleep. | vda | 2006-12-12 | 1 | -17/+10 |
* | - remove functions marked as LEGACY in SUSv3 and use their modern counterparts. | aldot | 2006-12-12 | 2 | -6/+6 |
* | - add an anchor to let me point people to FAQ.html#standalone_shell | aldot | 2006-12-10 | 1 | -2/+11 |
* | bb_makedev: fix for glibc 2.3.2 | vda | 2006-12-10 | 3 | -4/+4 |
* | sed: style fixes | vda | 2006-12-10 | 1 | -328/+338 |
* | more: fix for case when _FILE_OFFSET_BITS is not #defined. | vda | 2006-12-10 | 1 | -40/+28 |
* | - Proposed fix to make aliases work (with uClibc-current). | aldot | 2006-12-07 | 1 | -2/+5 |
* | - Improve wording in error message. | aldot | 2006-12-07 | 1 | -1/+1 |
* | - s/:\t\t/\t/ for two helptexts. | aldot | 2006-12-07 | 1 | -5/+5 |
* | - remove a warning that was not ment to be checked in. | aldot | 2006-12-06 | 1 | -1/+0 |
* | - better distinction between CFLAGS and CPPFLAGS. | aldot | 2006-12-06 | 3 | -3/+17 |
* | - adjust to kernel's build infrastructure. | aldot | 2006-12-06 | 1 | -3/+3 |
* | - shrink less. | aldot | 2006-12-04 | 1 | -56/+49 |
* | - cosmetic change to avoid warnings about eventual padding/packing. | aldot | 2006-12-04 | 1 | -9/+9 |
* | - make sure we pickup the correct defines. Guards against 2.6.19 kernel-headers. | aldot | 2006-12-04 | 1 | -1/+6 |
* | - commentary typo | aldot | 2006-12-02 | 1 | -1/+1 |
* | sed: fix handling of files not ending in '\n' | vda | 2006-12-02 | 1 | -10/+30 |
* | sed: improve handling of NULs | vda | 2006-12-02 | 2 | -51/+69 |
* | passwd: made smaller by ~130 bytes. size can go negative | vda | 2006-12-01 | 3 | -92/+84 |
* | - provide central knob to turn off RPC related options. | aldot | 2006-12-01 | 3 | -2/+11 |
* | passwd: micro-optimization | vda | 2006-11-30 | 1 | -4/+4 |
* | "kernel config" -> "busybox config" | vda | 2006-11-30 | 7 | -12/+12 |
* | "make bigdata" biggest offender dealt with: | vda | 2006-11-30 | 2 | -3/+5 |
* | ed: convert style to bbox's. No code changes. | vda | 2006-11-30 | 1 | -224/+93 |
* | passwd: small size optimization. salt generation improved | vda | 2006-11-30 | 3 | -23/+32 |
* | passwd: rework: | vda | 2006-11-30 | 5 | -296/+264 |
* | - save 4 bytes | aldot | 2006-11-30 | 1 | -1/+1 |
* | Well, I am not 100.00% usre that uint16 will suffice there. | vda | 2006-11-29 | 1 | -2/+2 |