aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-09-24*: kill bb_get_last_path_component, replace with two functionsDenis Vlasenko
2007-09-24wget: get rid of setitimerDenis Vlasenko
2007-09-24wget: reorder functions, no code changesDenis Vlasenko
2007-09-24wget: code shrink, move data out of bssDenis Vlasenko
2007-09-24wget: allow dots in header field names.Denis Vlasenko
2007-09-24inetd: make some fields smaller, move data out of data/bss sectionsDenis Vlasenko
2007-09-23run_parts: make it sort executables by name (required by API)Denis Vlasenko
2007-09-23make fdisk compile on libc without llseek64Denis Vlasenko
2007-09-23httpd: simplify CGI i/o loop. -200 bytes.Denis Vlasenko
2007-09-22include libbb.h, not busybox.hDenis Vlasenko
2007-09-22- actually mv microcom.c to miscutilsBernhard Reutner-Fischer
2007-09-22- add microcom to defconfigBernhard Reutner-Fischer
2007-09-22move microcom to miscutilsDenis Vlasenko
2007-09-22- remove some trailing whitespaceBernhard Reutner-Fischer
2007-09-22microcom: add copyright/license infoDenis Vlasenko
2007-09-21ash: remove erroneously applied patchDenis Vlasenko
2007-09-21httpd: optional support for partial downloadsDenis Vlasenko
2007-09-21ash: s/int/smallint/. -60 bytes.Denis Vlasenko
2007-09-21test: correct confusing placement of "const"Denis Vlasenko
2007-09-21microcom: add new applet, this time for realDenis Vlasenko
2007-09-21microcom: new applet by Vladimir Dronnikov <dronnikov@gmail.ru>Denis Vlasenko
2007-09-21update Glenn McGrath's email addressDenis Vlasenko
2007-09-20remove stray 8-bit chars from copyright bannerDenis Vlasenko
2007-09-16announce 1.7.1 on websiteDenis Vlasenko
2007-09-15httpd: do not clear environmentDenis Vlasenko
2007-09-13webpage: add a link to vda's "init must die" pageDenis Vlasenko
2007-09-11cp: make it a bit closer to POSIX, but still refuse to open andDenis Vlasenko
2007-09-11cp: make "cp file /dev/node" special case; explained in commentsDenis Vlasenko
2007-09-10run_shell: code shrink for selinuxDenis Vlasenko
2007-09-10setup_environment: code shrinkDenis Vlasenko
2007-09-10grep: delete obsolete commentDenis Vlasenko
2007-09-10grep: fix grep -F -e str1 -e str2 (was matching str2 only)Denis Vlasenko
2007-09-09style fix, no code changesDenis Vlasenko
2007-09-09open_transformer: fix vda's goofupDenis Vlasenko
2007-09-08top: small fix for command line wrappingDenis Vlasenko
2007-09-08top: get rid of on-stack variable buffers, use permanent one.Denis Vlasenko
2007-09-08top: add sizeof(G) check; fix styleDenis Vlasenko
2007-09-08top: TOPMEM feature - 's(how sizes)' command. +2.5k when enabled,Denis Vlasenko
2007-09-07overload the existing '-q' flag so that if '-l' and '-q' are usedPaul Fox
2007-09-07messages: by popular request allow PATH to be customized at build timeDenis Vlasenko
2007-09-07syslogd: do not need to poll(), we can just block in read().Denis Vlasenko
2007-09-07*: replace select-for-one descriptor with poll, it's smaller.Denis Vlasenko
2007-09-06fix infinite retry bug. also, reduce per-packet receive timeoutPaul Fox
2007-09-06fix -xdev behavior in the presence of two or more nested mount pointsPaul Fox
2007-09-06umount: support (by ignoring) -i; style fixesDenis Vlasenko
2007-09-05usage: trim a bitDenis Vlasenko
2007-09-05watchdog: allow millisecond spec (-t 250ms)Denis Vlasenko
2007-09-05tar + gzip/bzip2/etc: support NOMMU machines (by Alex Landau <landau_alex@yah...Denis Vlasenko
2007-09-05busybox --install -s: prevent puzzling "/bin/busybox: Invalid argument" messageDenis Vlasenko
2007-09-04tar: conditionally don't wait for vforked child to exec, as it alwaysDenis Vlasenko