aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2010-05-10remove duplicate commentDenys Vlasenko1-1/+0
2010-05-10more randomconfig testsuite fixesDenys Vlasenko6-58/+66
2010-05-10randomconfig testsuite fixesDenys Vlasenko10-6/+43
2010-05-10gen_build_files.sh should be executableDenys Vlasenko1-0/+0
2010-05-10work on adding testsuite runs to randomconfig test buildsDenys Vlasenko7-69/+109
2010-05-09tweak scripts/gen_build_files.shDenys Vlasenko1-8/+9
2010-05-09trim help textDenys Vlasenko1-3/+3
2010-05-09make it possible to keep Config/Kbuild snippets in *.c filesDenys Vlasenko8-258/+325
2010-05-09tune2fs: move to e2fsprogsDenys Vlasenko8-25/+21
2010-05-08ifplugd: replace potentially-leaking setenv with malloc/putenv/freeDenys Vlasenko1-83/+20
2010-05-06tar: support GNU 256-bit encoding in all numeric fieldsDenys Vlasenko1-80/+31
2010-05-06install lspci and lsusb to /usr/binGustavo Zacarias1-2/+2
2010-05-06add comment about xz format supportDenys Vlasenko1-0/+5
2010-05-06rpm: make rpm -i SRPM.rpm install it to surrent dir; better help textDenys Vlasenko2-9/+17
2010-05-06rpm: code shrink. Now uses open_zipped's logic (factored out into setup_unzip...Denys Vlasenko5-149/+161
2010-05-05bootchartd: better wording in commentDenys Vlasenko1-2/+3
2010-05-04bootchartd: add missing parenthesisDenys Vlasenko1-3/+3
2010-05-04bootchartd: new appletDenys Vlasenko5-15/+396
2010-05-04fix typo in commented-out codeDenys Vlasenko1-1/+1
2010-05-02ifdown: use /var/run/udhcpc.%iface%.pid only if it existsDenys Vlasenko1-2/+4
2010-05-02rfkill: new appletSouf Oued5-0/+145
2010-05-02udhcpd: fix hostname truncation bug 1663Denys Vlasenko1-0/+2
2010-04-30grep: fix -FiIan Wienand2-1/+6
2010-04-29swapon: skip noauto entriesLauri Kasanen1-4/+13
2010-04-29libbb/lineedit: add support for preserving "broken" (non-unicode) charsTomas Heinrich4-20/+89
2010-04-27telnet: prevent SEGV if we are requested TELOPT_NEW_ENVIRON.Denys Vlasenko1-9/+8
2010-04-26dnsd: fix unaligned access problemDenys Vlasenko1-3/+8
2010-04-26ash: refresh stack pointers after makestrspace in rmescapesColin Watson1-0/+4
2010-04-26cmp: remove history comment. it is more natural to keep it in source controlDenys Vlasenko1-11/+0
2010-04-26cmp: ifdefectomyRob Landley1-9/+6
2010-04-26cpio: "NNN blocks" should go to stderrMatheus Izvekov2-5/+5
2010-04-26find: fix -name matching for dotfiles. -1 byteDenys Vlasenko1-2/+7
2010-04-26grep: makw -w support unconditionalDenys Vlasenko2-8/+4
2010-04-22date: support -d @SECONDS_SINCE_1970Denys Vlasenko1-0/+10
2010-04-21ftpd: work around LIST -aXYZ too, not only LIST -lXYZDenys Vlasenko2-4/+4
2010-04-20busybox --list option. +140 bytes. Rob wanted it.Denys Vlasenko1-25/+44
2010-04-20sed: fix nested {} caseDenys Vlasenko2-1/+14
2010-04-19sed: fix c cmdDenys Vlasenko2-1/+6
2010-04-18vi: discover window size even on serial consoles. optionalDenys Vlasenko4-26/+65
2010-04-18vi: remove superfluous check on filename == ""Denys Vlasenko1-1/+1
2010-04-18remove stdio from allnoconfig buildDenys Vlasenko1-1/+3
2010-04-16vi: code shrinkDenys Vlasenko1-9/+9
2010-04-16vi: code shrink; save/restore errno in signal handlersDenys Vlasenko1-19/+27