aboutsummaryrefslogtreecommitdiff
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2006-12-19remove casts from xmalloc()vda15-27/+25
2006-12-19ifupdown: do not print and/or execute empty commands ("").vda1-9/+7
2006-12-19ifupdown: parse() returning NULL and returning "" is not the same,vda2-12/+16
2006-12-19u_short, ulong exterminatedvda11-95/+90
2006-12-19cmdedit: fix my bug, improve code a bitvda1-31/+20
2006-12-19- use xlisten/xsocket some more. Saves .25 kBaldot6-35/+9
2006-12-19- rename SU_SYSLOG to FEATURE_SU_SYSLOGaldot3-9/+10
2006-12-19cmdedit: use qsort for sorting command completion results; style fixesvda1-132/+104
2006-12-19passwd: add option to check passwords for weaknessvda2-1/+9
2006-12-19Add option to disable command execution from vi & awkvda3-4/+16
2006-12-19su: make /etc/shells check configurablevda4-30/+29
2006-12-18mount: add getmntent_r stub for dietlibcvda1-1/+16
2006-12-18xfuncs.c: dietlibc actually HAS fdprintf!vda3-13/+24
2006-12-18nc: add missing castvda3-1/+35
2006-12-18A bunch of defined(__GLIBC__) added. static-linking warning expandedvda13-24/+14
2006-12-18du: dietlibc compat fix, style fixes. Thanks to sampo@symlabs.com.vda1-35/+31
2006-12-18ifupdown: strlen(NULL) is a no-no, fixed. Also few micro-optimizationsvda1-80/+76
2006-12-18ps: fix buglet, add microoptimizationvda1-6/+4
2006-12-17httpd: we don't have FEATURE_HTTPD_WITHOUT_INETD anymore,vda1-3/+3
2006-12-17start_stop_daemon: make code a bit more readablevda1-23/+19
2006-12-17od: remove bug-for-bug compat (because the bug was fixed in coreuitls)vda1-2/+1
2006-12-17tar: report error if child dies while writing out the end of tarballvda1-8/+39
2006-12-17start_stop_daemon: fix bug where any program name was "matching"vda2-30/+40
2006-12-17fix/shorten some usage stringsvda1-349/+412
2006-12-17tftp: corrupted input packets were killing retransmits - fixedvda1-18/+22
2006-12-17diff: comment - explain what happens when hunk fails to applyvda1-2/+3
2006-12-17patch: fix double-free (bug 1120)vda1-0/+1
2006-12-16inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]vda28-63/+69
2006-12-16s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/gvda8-42/+41
2006-12-16wget: smallish optimizationvda1-18/+18
2006-12-16diff: fix -q exit codevda2-76/+78
2006-12-15site: add link to directory with patchesvda1-1/+2
2006-12-15re-applying first post-1.3.x changevda2-2/+14
2006-12-15back out last change - need to make busybox-1_3-stable branch firstvda1-12/+0
2006-12-14- table support for ip routealdot1-0/+12
2006-12-14- minor shrinkagealdot1-4/+6
2006-12-14Update busybox.net webpage with 1.3.0 announcementvda1-0/+35
2006-12-13exterminate last bzero'svda2-7/+7
2006-12-13- honor CONFIG_DEBUGaldot2-2/+8
2006-12-13- remove warning about unused depth parameter in add_to_dirlist()aldot1-2/+5
2006-12-13date: -R shouldn't use localevda1-5/+13
2006-12-12build system: small fix for "release" target to workvda2-4/+8
2006-12-12build system: add "release" targetvda4-23/+63
2006-12-12passwd: fix indentationvda1-3/+2
2006-12-12passwd: added commentvda1-1/+6
2006-12-12passwd: shrink by ~10 bytes, use PRNG instead of usleep.vda1-17/+10
2006-12-12- remove functions marked as LEGACY in SUSv3 and use their modern counterparts.aldot2-6/+6
2006-12-10- add an anchor to let me point people to FAQ.html#standalone_shellaldot1-2/+11
2006-12-10bb_makedev: fix for glibc 2.3.2vda3-4/+4
2006-12-10sed: style fixesvda1-328/+338