aboutsummaryrefslogtreecommitdiff
path: root/init (unfollow)
Commit message (Expand)AuthorFilesLines
2006-12-22Always use /usr/share/udhcpc/default.script ([/usr] was depending on CONFIG_xx)vda1-5/+1
2006-12-22removal of commented-out cruftvda5-21/+3
2006-12-22tar et al: die if bb_copyfd_size copies less than asked for.vda13-66/+85
2006-12-21cmdedit: reformat code a bit, no algorithm changesvda1-233/+230
2006-12-21fix type character mixup in command completionvda1-35/+26
2006-12-21less: a few fixes for cases where we overflow status linevda1-59/+31
2006-12-21less: restore TAB display (was showing as inverse I after prev changes :)vda1-29/+35
2006-12-21less: "(null)" is a bit strange. "standard input" is better :)vda1-5/+14
2006-12-21less: how many different kinds of status line we need, three?!vda1-43/+40
2006-12-21less: stop dying on bad regexps, quietly pipe data w/ovda4-117/+161
2006-12-21introduce LONE_CHAR (optimized strcmp with one-char string)vda17-35/+49
2006-12-21tail: fix tail +Nvda1-11/+9
2006-12-21less: total cleanup and bugfix.vda2-253/+238
2006-12-20less: somewhat buggy applet, but nice. Muchly reducedvda3-214/+208
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