aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* u_short, ulong exterminatedvda2006-12-1911-95/+90
* cmdedit: fix my bug, improve code a bitvda2006-12-191-31/+20
* - use xlisten/xsocket some more. Saves .25 kBaldot2006-12-196-35/+9
* - rename SU_SYSLOG to FEATURE_SU_SYSLOGaldot2006-12-193-9/+10
* cmdedit: use qsort for sorting command completion results; style fixesvda2006-12-191-132/+104
* passwd: add option to check passwords for weaknessvda2006-12-192-1/+9
* Add option to disable command execution from vi & awkvda2006-12-193-4/+16
* su: make /etc/shells check configurablevda2006-12-194-30/+29
* mount: add getmntent_r stub for dietlibcvda2006-12-181-1/+16
* xfuncs.c: dietlibc actually HAS fdprintf!vda2006-12-183-13/+24
* nc: add missing castvda2006-12-183-1/+35
* A bunch of defined(__GLIBC__) added. static-linking warning expandedvda2006-12-1813-24/+14
* du: dietlibc compat fix, style fixes. Thanks to sampo@symlabs.com.vda2006-12-181-35/+31
* ifupdown: strlen(NULL) is a no-no, fixed. Also few micro-optimizationsvda2006-12-181-80/+76
* ps: fix buglet, add microoptimizationvda2006-12-181-6/+4
* httpd: we don't have FEATURE_HTTPD_WITHOUT_INETD anymore,vda2006-12-171-3/+3
* start_stop_daemon: make code a bit more readablevda2006-12-171-23/+19
* od: remove bug-for-bug compat (because the bug was fixed in coreuitls)vda2006-12-171-2/+1
* tar: report error if child dies while writing out the end of tarballvda2006-12-171-8/+39
* start_stop_daemon: fix bug where any program name was "matching"vda2006-12-172-30/+40
* fix/shorten some usage stringsvda2006-12-171-349/+412
* tftp: corrupted input packets were killing retransmits - fixedvda2006-12-171-18/+22
* diff: comment - explain what happens when hunk fails to applyvda2006-12-171-2/+3
* patch: fix double-free (bug 1120)vda2006-12-171-0/+1
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]vda2006-12-1628-63/+69
* s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/gvda2006-12-168-42/+41
* wget: smallish optimizationvda2006-12-161-18/+18
* diff: fix -q exit codevda2006-12-162-76/+78
* site: add link to directory with patchesvda2006-12-151-1/+2
* re-applying first post-1.3.x changevda2006-12-152-2/+14
* back out last change - need to make busybox-1_3-stable branch firstvda2006-12-151-12/+0
* - table support for ip routealdot2006-12-141-0/+12
* - minor shrinkagealdot2006-12-141-4/+6
* Update busybox.net webpage with 1.3.0 announcementvda2006-12-141-0/+35
* exterminate last bzero'svda2006-12-132-7/+7
* - honor CONFIG_DEBUGaldot2006-12-132-2/+8
* - remove warning about unused depth parameter in add_to_dirlist()aldot2006-12-131-2/+5
* date: -R shouldn't use localevda2006-12-131-5/+13
* build system: small fix for "release" target to workvda2006-12-122-4/+8
* build system: add "release" targetvda2006-12-124-23/+63
* passwd: fix indentationvda2006-12-121-3/+2
* passwd: added commentvda2006-12-121-1/+6
* passwd: shrink by ~10 bytes, use PRNG instead of usleep.vda2006-12-121-17/+10
* - remove functions marked as LEGACY in SUSv3 and use their modern counterparts.aldot2006-12-122-6/+6
* - add an anchor to let me point people to FAQ.html#standalone_shellaldot2006-12-101-2/+11
* bb_makedev: fix for glibc 2.3.2vda2006-12-103-4/+4
* sed: style fixesvda2006-12-101-328/+338
* more: fix for case when _FILE_OFFSET_BITS is not #defined.vda2006-12-101-40/+28
* - Proposed fix to make aliases work (with uClibc-current).aldot2006-12-071-2/+5
* - Improve wording in error message.aldot2006-12-071-1/+1