aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tftp: corrupted input packets were killing retransmits - fixedDenis Vlasenko2006-12-171-18/+22
* diff: comment - explain what happens when hunk fails to applyDenis Vlasenko2006-12-171-2/+3
* patch: fix double-free (bug 1120)Denis Vlasenko2006-12-171-0/+1
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]Denis Vlasenko2006-12-1628-63/+69
* s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/gDenis Vlasenko2006-12-168-42/+41
* wget: smallish optimizationDenis Vlasenko2006-12-161-18/+18
* diff: fix -q exit codeDenis Vlasenko2006-12-162-76/+78
* site: add link to directory with patchesDenis Vlasenko2006-12-151-1/+2
* re-applying first post-1.3.x changeDenis Vlasenko2006-12-152-2/+14
* back out last change - need to make busybox-1_3-stable branch firstDenis Vlasenko2006-12-151-12/+0
* - table support for ip routeBernhard Reutner-Fischer2006-12-141-0/+12
* - minor shrinkageBernhard Reutner-Fischer2006-12-141-4/+6
* Update busybox.net webpage with 1.3.0 announcementDenis Vlasenko2006-12-141-0/+35
* exterminate last bzero'sDenis Vlasenko2006-12-132-7/+7
* - honor CONFIG_DEBUGBernhard Reutner-Fischer2006-12-132-2/+8
* - remove warning about unused depth parameter in add_to_dirlist()Bernhard Reutner-Fischer2006-12-131-2/+5
* date: -R shouldn't use localeDenis Vlasenko2006-12-131-5/+13
* build system: small fix for "release" target to workDenis Vlasenko2006-12-122-4/+8
* build system: add "release" targetDenis Vlasenko2006-12-124-23/+63
* passwd: fix indentationDenis Vlasenko2006-12-121-3/+2
* passwd: added commentDenis Vlasenko2006-12-121-1/+6
* passwd: shrink by ~10 bytes, use PRNG instead of usleep.Denis Vlasenko2006-12-121-17/+10
* - remove functions marked as LEGACY in SUSv3 and use their modern counterparts.Bernhard Reutner-Fischer2006-12-122-6/+6
* - add an anchor to let me point people to FAQ.html#standalone_shellBernhard Reutner-Fischer2006-12-101-2/+11
* bb_makedev: fix for glibc 2.3.2Denis Vlasenko2006-12-103-4/+4
* sed: style fixesDenis Vlasenko2006-12-101-328/+338
* more: fix for case when _FILE_OFFSET_BITS is not #defined.Denis Vlasenko2006-12-101-40/+28
* - Proposed fix to make aliases work (with uClibc-current).Bernhard Reutner-Fischer2006-12-071-2/+5
* - Improve wording in error message.Bernhard Reutner-Fischer2006-12-071-1/+1
* - s/:\t\t/\t/ for two helptexts.Bernhard Reutner-Fischer2006-12-071-5/+5
* - remove a warning that was not ment to be checked in.Bernhard Reutner-Fischer2006-12-061-1/+0
* - better distinction between CFLAGS and CPPFLAGS.Bernhard Reutner-Fischer2006-12-063-3/+17
* - adjust to kernel's build infrastructure.Bernhard Reutner-Fischer2006-12-061-3/+3
* - shrink less.Bernhard Reutner-Fischer2006-12-041-56/+49
* - cosmetic change to avoid warnings about eventual padding/packing.Bernhard Reutner-Fischer2006-12-041-9/+9
* - make sure we pickup the correct defines. Guards against 2.6.19 kernel-headers.Bernhard Reutner-Fischer2006-12-041-1/+6
* - commentary typoBernhard Reutner-Fischer2006-12-021-1/+1
* sed: fix handling of files not ending in '\n'Denis Vlasenko2006-12-021-10/+30
* sed: improve handling of NULsDenis Vlasenko2006-12-022-51/+69
* passwd: made smaller by ~130 bytes. size can go negativeDenis Vlasenko2006-12-013-92/+84
* - provide central knob to turn off RPC related options.Bernhard Reutner-Fischer2006-12-013-2/+11
* passwd: micro-optimizationDenis Vlasenko2006-11-301-4/+4
* "kernel config" -> "busybox config"Denis Vlasenko2006-11-307-12/+12
* "make bigdata" biggest offender dealt with:Denis Vlasenko2006-11-302-3/+5
* ed: convert style to bbox's. No code changes.Denis Vlasenko2006-11-301-224/+93
* passwd: small size optimization. salt generation improvedDenis Vlasenko2006-11-303-23/+32
* passwd: rework:Denis Vlasenko2006-11-305-296/+264
* - save 4 bytesBernhard Reutner-Fischer2006-11-301-1/+1
* Well, I am not 100.00% usre that uint16 will suffice there.Denis Vlasenko2006-11-291-2/+2
* another -90 bytes. That #define is **evil**Denis Vlasenko2006-11-291-8/+12