aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* remove casts from xmalloc()Denis Vlasenko2006-12-1915-27/+25
* ifupdown: do not print and/or execute empty commands ("").Denis Vlasenko2006-12-191-9/+7
* ifupdown: parse() returning NULL and returning "" is not the same,Denis Vlasenko2006-12-192-12/+16
* u_short, ulong exterminatedDenis Vlasenko2006-12-1911-95/+90
* cmdedit: fix my bug, improve code a bitDenis Vlasenko2006-12-191-31/+20
* - use xlisten/xsocket some more. Saves .25 kBBernhard Reutner-Fischer2006-12-196-35/+9
* - rename SU_SYSLOG to FEATURE_SU_SYSLOGBernhard Reutner-Fischer2006-12-193-9/+10
* cmdedit: use qsort for sorting command completion results; style fixesDenis Vlasenko2006-12-191-132/+104
* passwd: add option to check passwords for weaknessDenis Vlasenko2006-12-192-1/+9
* Add option to disable command execution from vi & awkDenis Vlasenko2006-12-193-4/+16
* su: make /etc/shells check configurableDenis Vlasenko2006-12-194-30/+29
* mount: add getmntent_r stub for dietlibcDenis Vlasenko2006-12-181-1/+16
* xfuncs.c: dietlibc actually HAS fdprintf!Denis Vlasenko2006-12-183-13/+24
* nc: add missing castDenis Vlasenko2006-12-183-1/+35
* A bunch of defined(__GLIBC__) added. static-linking warning expandedDenis Vlasenko2006-12-1813-24/+14
* du: dietlibc compat fix, style fixes. Thanks to sampo@symlabs.com.Denis Vlasenko2006-12-181-35/+31
* ifupdown: strlen(NULL) is a no-no, fixed. Also few micro-optimizationsDenis Vlasenko2006-12-181-80/+76
* ps: fix buglet, add microoptimizationDenis Vlasenko2006-12-181-6/+4
* httpd: we don't have FEATURE_HTTPD_WITHOUT_INETD anymore,Denis Vlasenko2006-12-171-3/+3
* start_stop_daemon: make code a bit more readableDenis Vlasenko2006-12-171-23/+19
* od: remove bug-for-bug compat (because the bug was fixed in coreuitls)Denis Vlasenko2006-12-171-2/+1
* tar: report error if child dies while writing out the end of tarballDenis Vlasenko2006-12-171-8/+39
* start_stop_daemon: fix bug where any program name was "matching"Denis Vlasenko2006-12-172-30/+40
* fix/shorten some usage stringsDenis Vlasenko2006-12-171-349/+412
* 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