aboutsummaryrefslogtreecommitdiff
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2006-12-22Always use /usr/share/udhcpc/default.script ([/usr] was depending on CONFIG_xx)Denis Vlasenko1-5/+1
2006-12-22removal of commented-out cruftDenis Vlasenko5-21/+3
2006-12-22tar et al: die if bb_copyfd_size copies less than asked for.Denis Vlasenko13-66/+85
2006-12-21cmdedit: reformat code a bit, no algorithm changesDenis Vlasenko1-233/+230
2006-12-21fix type character mixup in command completionDenis Vlasenko1-35/+26
2006-12-21less: a few fixes for cases where we overflow status lineDenis Vlasenko1-59/+31
2006-12-21less: restore TAB display (was showing as inverse I after prev changes :)Denis Vlasenko1-29/+35
2006-12-21less: "(null)" is a bit strange. "standard input" is better :)Denis Vlasenko1-5/+14
2006-12-21less: how many different kinds of status line we need, three?!Denis Vlasenko1-43/+40
2006-12-21less: stop dying on bad regexps, quietly pipe data w/oDenis Vlasenko4-117/+161
2006-12-21introduce LONE_CHAR (optimized strcmp with one-char string)Denis Vlasenko17-35/+49
2006-12-21tail: fix tail +NDenis Vlasenko1-11/+9
2006-12-21less: total cleanup and bugfix.Denis Vlasenko2-253/+238
2006-12-20less: somewhat buggy applet, but nice. Muchly reducedDenis Vlasenko3-214/+208
2006-12-19remove casts from xmalloc()Denis Vlasenko15-27/+25
2006-12-19ifupdown: do not print and/or execute empty commands ("").Denis Vlasenko1-9/+7
2006-12-19ifupdown: parse() returning NULL and returning "" is not the same,Denis Vlasenko2-12/+16
2006-12-19u_short, ulong exterminatedDenis Vlasenko11-95/+90
2006-12-19cmdedit: fix my bug, improve code a bitDenis Vlasenko1-31/+20
2006-12-19- use xlisten/xsocket some more. Saves .25 kBBernhard Reutner-Fischer6-35/+9
2006-12-19- rename SU_SYSLOG to FEATURE_SU_SYSLOGBernhard Reutner-Fischer3-9/+10
2006-12-19cmdedit: use qsort for sorting command completion results; style fixesDenis Vlasenko1-132/+104
2006-12-19passwd: add option to check passwords for weaknessDenis Vlasenko2-1/+9
2006-12-19Add option to disable command execution from vi & awkDenis Vlasenko3-4/+16
2006-12-19su: make /etc/shells check configurableDenis Vlasenko4-30/+29
2006-12-18mount: add getmntent_r stub for dietlibcDenis Vlasenko1-1/+16
2006-12-18xfuncs.c: dietlibc actually HAS fdprintf!Denis Vlasenko3-13/+24
2006-12-18nc: add missing castDenis Vlasenko3-1/+35
2006-12-18A bunch of defined(__GLIBC__) added. static-linking warning expandedDenis Vlasenko13-24/+14
2006-12-18du: dietlibc compat fix, style fixes. Thanks to sampo@symlabs.com.Denis Vlasenko1-35/+31
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