aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* lineedit: change how cmdedit_set_out_char worksDenys Vlasenko2010-05-112-34/+43
* randomtest fixesDenys Vlasenko2010-05-113-4/+5
* ifplugd: fix typo in prev commitDenys Vlasenko2010-05-111-1/+1
* randomtest fixesDenys Vlasenko2010-05-114-6/+7
* randomtest fixesDenys Vlasenko2010-05-1131-58/+120
* remove duplicate commentDenys Vlasenko2010-05-101-1/+0
* more randomconfig testsuite fixesDenys Vlasenko2010-05-106-58/+66
* randomconfig testsuite fixesDenys Vlasenko2010-05-1010-6/+43
* gen_build_files.sh should be executableDenys Vlasenko2010-05-101-0/+0
* work on adding testsuite runs to randomconfig test buildsDenys Vlasenko2010-05-107-69/+109
* tweak scripts/gen_build_files.shDenys Vlasenko2010-05-091-8/+9
* trim help textDenys Vlasenko2010-05-091-3/+3
* make it possible to keep Config/Kbuild snippets in *.c filesDenys Vlasenko2010-05-098-258/+325
* tune2fs: move to e2fsprogsDenys Vlasenko2010-05-098-25/+21
* ifplugd: replace potentially-leaking setenv with malloc/putenv/freeDenys Vlasenko2010-05-081-83/+20
* tar: support GNU 256-bit encoding in all numeric fieldsDenys Vlasenko2010-05-061-80/+31
* install lspci and lsusb to /usr/binGustavo Zacarias2010-05-061-2/+2
* add comment about xz format supportDenys Vlasenko2010-05-061-0/+5
* rpm: make rpm -i SRPM.rpm install it to surrent dir; better help textDenys Vlasenko2010-05-062-9/+17
* rpm: code shrink. Now uses open_zipped's logic (factored out into setup_unzip...Denys Vlasenko2010-05-065-149/+161
* bootchartd: better wording in commentDenys Vlasenko2010-05-051-2/+3
* bootchartd: add missing parenthesisDenys Vlasenko2010-05-041-3/+3
* bootchartd: new appletDenys Vlasenko2010-05-045-15/+396
* fix typo in commented-out codeDenys Vlasenko2010-05-041-1/+1
* ifdown: use /var/run/udhcpc.%iface%.pid only if it existsDenys Vlasenko2010-05-021-2/+4
* rfkill: new appletSouf Oued2010-05-025-0/+145
* udhcpd: fix hostname truncation bug 1663Denys Vlasenko2010-05-021-0/+2
* grep: fix -FiIan Wienand2010-04-302-1/+6
* swapon: skip noauto entriesLauri Kasanen2010-04-291-4/+13
* libbb/lineedit: add support for preserving "broken" (non-unicode) charsTomas Heinrich2010-04-294-20/+89
* telnet: prevent SEGV if we are requested TELOPT_NEW_ENVIRON.Denys Vlasenko2010-04-271-9/+8
* dnsd: fix unaligned access problemDenys Vlasenko2010-04-261-3/+8
* ash: refresh stack pointers after makestrspace in rmescapesColin Watson2010-04-261-0/+4
* cmp: remove history comment. it is more natural to keep it in source controlDenys Vlasenko2010-04-261-11/+0
* cmp: ifdefectomyRob Landley2010-04-261-9/+6
* cpio: "NNN blocks" should go to stderrMatheus Izvekov2010-04-262-5/+5
* find: fix -name matching for dotfiles. -1 byteDenys Vlasenko2010-04-261-2/+7
* grep: makw -w support unconditionalDenys Vlasenko2010-04-262-8/+4
* date: support -d @SECONDS_SINCE_1970Denys Vlasenko2010-04-221-0/+10
* ftpd: work around LIST -aXYZ too, not only LIST -lXYZDenys Vlasenko2010-04-212-4/+4
* busybox --list option. +140 bytes. Rob wanted it.Denys Vlasenko2010-04-201-25/+44
* sed: fix nested {} caseDenys Vlasenko2010-04-202-1/+14
* sed: fix c cmdDenys Vlasenko2010-04-192-1/+6
* vi: discover window size even on serial consoles. optionalDenys Vlasenko2010-04-184-26/+65
* vi: remove superfluous check on filename == ""Denys Vlasenko2010-04-181-1/+1
* remove stdio from allnoconfig buildDenys Vlasenko2010-04-181-1/+3
* vi: code shrinkDenys Vlasenko2010-04-161-9/+9
* vi: code shrink; save/restore errno in signal handlersDenys Vlasenko2010-04-161-19/+27
* add a file which shows what builds on ancient RH9 imageDenys Vlasenko2010-04-161-0/+942
* read_key: fix buffer length calculationTomas Heinrich2010-04-161-1/+1