summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* runsvdir: fix "linear wait time" bugDenis Vlasenko2007-09-261-1/+1
* inetd: move struct fields around -> save .25 k of codeDenis Vlasenko2007-09-261-6/+8
* install: fix bug in "install -c file dir" (tries to copy dir into dir too)Denis Vlasenko2007-09-261-21/+26
* documentation bits in comments, no code changesDenis Vlasenko2007-09-254-3/+12
* cp: -r and -R imply -d (coreutils compat)Denis Vlasenko2007-09-251-1/+2
* httpd: small auth and IPv6 fixes (Kim B. Heino <Kim.Heino@bluegiga.com>)Denis Vlasenko2007-09-251-1/+8
* ed: large cleanupDenis Vlasenko2007-09-251-305/+135
* insmod: fix help text to not show options if only 2.6 was selectedDenis Vlasenko2007-09-242-4/+7
* insmod: shorten message text; style fixesDenis Vlasenko2007-09-241-7/+7
* tar: add a comment about previous subtle fixDenis Vlasenko2007-09-241-6/+7
* tar: strip leading '/' BEFORE memorizing hardlink's nameDenis Vlasenko2007-09-241-20/+21
* ash: fix prompt expansion (Natanael Copa <natanael.copa@gmail.com>)Denis Vlasenko2007-09-241-2/+17
* *: kill bb_get_last_path_component, replace with two functionsDenis Vlasenko2007-09-2413-62/+66
* wget: get rid of setitimerDenis Vlasenko2007-09-241-36/+26
* wget: reorder functions, no code changesDenis Vlasenko2007-09-241-316/+305
* wget: code shrink, move data out of bssDenis Vlasenko2007-09-241-28/+48
* wget: allow dots in header field names.Denis Vlasenko2007-09-241-36/+36
* inetd: make some fields smaller, move data out of data/bss sectionsDenis Vlasenko2007-09-241-77/+130
* run_parts: make it sort executables by name (required by API)Denis Vlasenko2007-09-231-73/+101
* make fdisk compile on libc without llseek64Denis Vlasenko2007-09-231-0/+8
* httpd: simplify CGI i/o loop. -200 bytes.Denis Vlasenko2007-09-231-168/+183
* include libbb.h, not busybox.hDenis Vlasenko2007-09-221-1/+1
* - actually mv microcom.c to miscutilsBernhard Reutner-Fischer2007-09-222-1/+1
* - add microcom to defconfigBernhard Reutner-Fischer2007-09-221-0/+1
* move microcom to miscutilsDenis Vlasenko2007-09-224-7/+7
* - remove some trailing whitespaceBernhard Reutner-Fischer2007-09-221-2/+3
* microcom: add copyright/license infoDenis Vlasenko2007-09-221-2/+4
* ash: remove erroneously applied patchDenis Vlasenko2007-09-211-16/+1
* httpd: optional support for partial downloadsDenis Vlasenko2007-09-213-17/+128
* ash: s/int/smallint/. -60 bytes.Denis Vlasenko2007-09-211-51/+47
* test: correct confusing placement of "const"Denis Vlasenko2007-09-211-1/+1
* microcom: add new applet, this time for realDenis Vlasenko2007-09-211-0/+135
* microcom: new applet by Vladimir Dronnikov <dronnikov@gmail.ru>Denis Vlasenko2007-09-214-0/+13
* update Glenn McGrath's email addressDenis Vlasenko2007-09-2115-16/+15
* remove stray 8-bit chars from copyright bannerDenis Vlasenko2007-09-201-2/+2
* announce 1.7.1 on websiteDenis Vlasenko2007-09-161-0/+10
* httpd: do not clear environmentDenis Vlasenko2007-09-153-16/+57
* webpage: add a link to vda's "init must die" pageDenis Vlasenko2007-09-131-2/+3
* cp: make it a bit closer to POSIX, but still refuse to open andDenis Vlasenko2007-09-111-5/+7
* cp: make "cp file /dev/node" special case; explained in commentsDenis Vlasenko2007-09-111-7/+15
* run_shell: code shrink for selinuxDenis Vlasenko2007-09-101-7/+5
* setup_environment: code shrinkDenis Vlasenko2007-09-105-21/+41
* grep: delete obsolete commentDenis Vlasenko2007-09-101-7/+1
* grep: fix grep -F -e str1 -e str2 (was matching str2 only)Denis Vlasenko2007-09-101-37/+61
* style fix, no code changesDenis Vlasenko2007-09-094-4/+7
* open_transformer: fix vda's goofupDenis Vlasenko2007-09-091-2/+3
* top: small fix for command line wrappingDenis Vlasenko2007-09-081-2/+2
* top: get rid of on-stack variable buffers, use permanent one.Denis Vlasenko2007-09-082-21/+25
* top: add sizeof(G) check; fix styleDenis Vlasenko2007-09-081-31/+17
* top: TOPMEM feature - 's(how sizes)' command. +2.5k when enabled,Denis Vlasenko2007-09-084-54/+473