aboutsummaryrefslogtreecommitdiff
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2007-09-26inetd: move struct fields around -> save .25 k of codeDenis Vlasenko1-6/+8
2007-09-26install: fix bug in "install -c file dir" (tries to copy dir into dir too)Denis Vlasenko1-21/+26
2007-09-25documentation bits in comments, no code changesDenis Vlasenko4-3/+12
2007-09-25cp: -r and -R imply -d (coreutils compat)Denis Vlasenko1-1/+2
2007-09-25httpd: small auth and IPv6 fixes (Kim B. Heino <Kim.Heino@bluegiga.com>)Denis Vlasenko1-1/+8
2007-09-25ed: large cleanupDenis Vlasenko1-305/+135
2007-09-24insmod: fix help text to not show options if only 2.6 was selectedDenis Vlasenko2-4/+7
2007-09-24insmod: shorten message text; style fixesDenis Vlasenko1-7/+7
2007-09-24tar: add a comment about previous subtle fixDenis Vlasenko1-6/+7
2007-09-24tar: strip leading '/' BEFORE memorizing hardlink's nameDenis Vlasenko1-20/+21
2007-09-24ash: fix prompt expansion (Natanael Copa <natanael.copa@gmail.com>)Denis Vlasenko1-2/+17
2007-09-24*: kill bb_get_last_path_component, replace with two functionsDenis Vlasenko13-62/+66
2007-09-24wget: get rid of setitimerDenis Vlasenko1-36/+26
2007-09-24wget: reorder functions, no code changesDenis Vlasenko1-316/+305
2007-09-24wget: code shrink, move data out of bssDenis Vlasenko1-28/+48
2007-09-24wget: allow dots in header field names.Denis Vlasenko1-36/+36
2007-09-24inetd: make some fields smaller, move data out of data/bss sectionsDenis Vlasenko1-77/+130
2007-09-23run_parts: make it sort executables by name (required by API)Denis Vlasenko1-73/+101
2007-09-23make fdisk compile on libc without llseek64Denis Vlasenko1-0/+8
2007-09-23httpd: simplify CGI i/o loop. -200 bytes.Denis Vlasenko1-168/+183
2007-09-22include libbb.h, not busybox.hDenis Vlasenko1-1/+1
2007-09-22- actually mv microcom.c to miscutilsBernhard Reutner-Fischer2-1/+1
2007-09-22- add microcom to defconfigBernhard Reutner-Fischer1-0/+1
2007-09-22move microcom to miscutilsDenis Vlasenko4-7/+7
2007-09-22- remove some trailing whitespaceBernhard Reutner-Fischer1-2/+3
2007-09-22microcom: add copyright/license infoDenis Vlasenko1-2/+4
2007-09-21ash: remove erroneously applied patchDenis Vlasenko1-16/+1
2007-09-21httpd: optional support for partial downloadsDenis Vlasenko3-17/+128
2007-09-21ash: s/int/smallint/. -60 bytes.Denis Vlasenko1-51/+47
2007-09-21test: correct confusing placement of "const"Denis Vlasenko1-1/+1