aboutsummaryrefslogtreecommitdiff
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2006-12-18ifupdown: strlen(NULL) is a no-no, fixed. Also few micro-optimizationsDenis Vlasenko1-80/+76
2006-12-18ps: fix buglet, add microoptimizationDenis Vlasenko1-6/+4
2006-12-17httpd: we don't have FEATURE_HTTPD_WITHOUT_INETD anymore,Denis Vlasenko1-3/+3
2006-12-17start_stop_daemon: make code a bit more readableDenis Vlasenko1-23/+19
2006-12-17od: remove bug-for-bug compat (because the bug was fixed in coreuitls)Denis Vlasenko1-2/+1
2006-12-17tar: report error if child dies while writing out the end of tarballDenis Vlasenko1-8/+39
2006-12-17start_stop_daemon: fix bug where any program name was "matching"Denis Vlasenko2-30/+40
2006-12-17fix/shorten some usage stringsDenis Vlasenko1-349/+412
2006-12-17tftp: corrupted input packets were killing retransmits - fixedDenis Vlasenko1-18/+22
2006-12-17diff: comment - explain what happens when hunk fails to applyDenis Vlasenko1-2/+3
2006-12-17patch: fix double-free (bug 1120)Denis Vlasenko1-0/+1
2006-12-16inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]Denis Vlasenko28-63/+69
2006-12-16s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/gDenis Vlasenko8-42/+41
2006-12-16wget: smallish optimizationDenis Vlasenko1-18/+18
2006-12-16diff: fix -q exit codeDenis Vlasenko2-76/+78
2006-12-15site: add link to directory with patchesDenis Vlasenko1-1/+2
2006-12-15re-applying first post-1.3.x changeDenis Vlasenko2-2/+14
2006-12-15back out last change - need to make busybox-1_3-stable branch firstDenis Vlasenko1-12/+0
2006-12-14- table support for ip routeBernhard Reutner-Fischer1-0/+12
2006-12-14- minor shrinkageBernhard Reutner-Fischer1-4/+6
2006-12-14Update busybox.net webpage with 1.3.0 announcementDenis Vlasenko1-0/+35
2006-12-13exterminate last bzero'sDenis Vlasenko2-7/+7
2006-12-13- honor CONFIG_DEBUGBernhard Reutner-Fischer2-2/+8
2006-12-13- remove warning about unused depth parameter in add_to_dirlist()Bernhard Reutner-Fischer1-2/+5
2006-12-13date: -R shouldn't use localeDenis Vlasenko1-5/+13
2006-12-12build system: small fix for "release" target to workDenis Vlasenko2-4/+8
2006-12-12build system: add "release" targetDenis Vlasenko4-23/+63
2006-12-12passwd: fix indentationDenis Vlasenko1-3/+2
2006-12-12passwd: added commentDenis Vlasenko1-1/+6
2006-12-12passwd: shrink by ~10 bytes, use PRNG instead of usleep.Denis Vlasenko1-17/+10
2006-12-12- remove functions marked as LEGACY in SUSv3 and use their modern counterparts.Bernhard Reutner-Fischer2-6/+6
2006-12-10- add an anchor to let me point people to FAQ.html#standalone_shellBernhard Reutner-Fischer1-2/+11
2006-12-10bb_makedev: fix for glibc 2.3.2Denis Vlasenko3-4/+4
2006-12-10sed: style fixesDenis Vlasenko1-328/+338
2006-12-10more: fix for case when _FILE_OFFSET_BITS is not #defined.Denis Vlasenko1-40/+28
2006-12-07- Proposed fix to make aliases work (with uClibc-current).Bernhard Reutner-Fischer1-2/+5
2006-12-07- Improve wording in error message.Bernhard Reutner-Fischer1-1/+1
2006-12-07- s/:\t\t/\t/ for two helptexts.Bernhard Reutner-Fischer1-5/+5
2006-12-06- remove a warning that was not ment to be checked in.Bernhard Reutner-Fischer1-1/+0
2006-12-06- better distinction between CFLAGS and CPPFLAGS.Bernhard Reutner-Fischer3-3/+17
2006-12-06- adjust to kernel's build infrastructure.Bernhard Reutner-Fischer1-3/+3
2006-12-04- shrink less.Bernhard Reutner-Fischer1-56/+49
2006-12-04- cosmetic change to avoid warnings about eventual padding/packing.Bernhard Reutner-Fischer1-9/+9
2006-12-04- make sure we pickup the correct defines. Guards against 2.6.19 kernel-headers.Bernhard Reutner-Fischer1-1/+6
2006-12-02- commentary typoBernhard Reutner-Fischer1-1/+1
2006-12-02sed: fix handling of files not ending in '\n'Denis Vlasenko1-10/+30
2006-12-02sed: improve handling of NULsDenis Vlasenko2-51/+69
2006-12-01passwd: made smaller by ~130 bytes. size can go negativeDenis Vlasenko3-92/+84
2006-12-01- provide central knob to turn off RPC related options.Bernhard Reutner-Fischer3-2/+11
2006-11-30passwd: micro-optimizationDenis Vlasenko1-4/+4