aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-11-04grep: fix -FoDenis Vlasenko
2007-11-02insmod: code shrink, stop exporting insmod_ng_main.Denis Vlasenko
2007-10-30inetd: fix bug 1562 "inetd does not set argv[0] properly" (fix by IlyaPanfilov)Denis Vlasenko
2007-10-30hdparm: code shrinkDenis Vlasenko
2007-10-30e2fsprogs: code shrinkDenis Vlasenko
2007-10-29- fix typo in helptextBernhard Reutner-Fischer
2007-10-29minor fix in comment, no code changesDenis Vlasenko
2007-10-29ll_types.c: optimize link type table, make it conditionalDenis Vlasenko
2007-10-29appletlib.c: make it actally follow _BB_SUID_ALWAYS rulesDenis Vlasenko
2007-10-29syscall: code shrinkDenis Vlasenko
2007-10-29mount: size-optimize mount_options[] and nfs_errtbl[]Denis Vlasenko
2007-10-29ash: if tcgetattr(stdin) fails, don't mess with tcsetattrDenis Vlasenko
2007-10-22svlogd: fix compat problem: svlogd -tt should timestanp stderr tooDenis Vlasenko
2007-10-21httpd: fix trivial bug (spotted by Alex Landau)Denis Vlasenko
2007-10-21bzip2: make -d actually workDenis Vlasenko
2007-10-20bb_askpass: handle Ctrl-C, restore termoios on Ctrl-C.Denis Vlasenko
2007-10-20read_line_input: fix it to not do any fancy editing if echoing is disabled.Denis Vlasenko
2007-10-20more fixes for help text wrt long optionsDenis Vlasenko
2007-10-20website: add link to "No ifup" documentDenis Vlasenko
2007-10-20ping: fix breakage from -I fixDenis Vlasenko
2007-10-20kbd_mode: new applet by Loïc Grenié <loic.grenie@gmail.com>Denis Vlasenko
2007-10-19mkswap: selinux support by KaiGai Kohei <kaigai@ak.jp.nec.com>Denis Vlasenko
2007-10-19paing: make -I ethN work too (-I addr already worked)Denis Vlasenko
2007-10-19unzip: add a comment explaining why we don't dieDenis Vlasenko
2007-10-18unzip: fix endianness bugsDenis Vlasenko
2007-10-18httpd: free big buffer after use; improve grep-ability of 'headers' variableDenis Vlasenko
2007-10-18xatonum.h: add commentDenis Vlasenko
2007-10-18more of usage text fixes wrt long optionsDenis Vlasenko
2007-10-18exclude --longopts from usage texts if those are disabledDenis Vlasenko
2007-10-18snv add setseboolDenis Vlasenko
2007-10-17telnetd: make sure telnetd -K exits if child diesDenis Vlasenko
2007-10-17telnetd: trivial optimizationDenis Vlasenko
2007-10-17ash: use fdprintf, not dprintf.Denis Vlasenko
2007-10-17bzip2: more of code shrinkDenis Vlasenko
2007-10-17another fix for build failure found by randomconfigDenis Vlasenko
2007-10-16even more fixes from randomconfig runsDenis Vlasenko
2007-10-16fixes revealed by randomconfig runDenis Vlasenko
2007-10-16telnetd: fix commentDenis Vlasenko
2007-10-16telnetd: code shrink suggested by Ralf Friedl <Ralf.Friedl@online.de>Denis Vlasenko
2007-10-16bzip2: move state pointer to the offset 0 (smaller code)Denis Vlasenko
2007-10-16bzip2: make -s equivalent to -2 (compatible with standard bzip2)Denis Vlasenko
2007-10-15telnetd: at Alexander Kriegisch <Alexander@kriegisch.name> insistenceDenis Vlasenko
2007-10-15telnetd: document bug in remove_iacs. reinstate band-aidDenis Vlasenko
2007-10-15telnetd: some simplifications and better error hadling.Denis Vlasenko
2007-10-14bzip2: update help textDenis Vlasenko
2007-10-14bzip2: implement -1..-9 command line flagsDenis Vlasenko
2007-10-14bzip2: eliminate some divisionsDenis Vlasenko
2007-10-14remove trailing whitespaceDenis Vlasenko
2007-10-14setsebool: new applet (Yuichi Nakamura <ynakam@hitachisoft.jp>)Denis Vlasenko
2007-10-14httpd: fix bug where we were trying to read more POSTDATA than content-lengthDenis Vlasenko