aboutsummaryrefslogtreecommitdiff
path: root/modutils (unfollow)
Commit message (Expand)AuthorFilesLines
2007-10-16even more fixes from randomconfig runsDenis Vlasenko1-0/+1
2007-10-16fixes revealed by randomconfig runDenis Vlasenko3-10/+14
2007-10-16telnetd: fix commentDenis Vlasenko1-1/+1
2007-10-16telnetd: code shrink suggested by Ralf Friedl <Ralf.Friedl@online.de>Denis Vlasenko1-31/+36
2007-10-16bzip2: move state pointer to the offset 0 (smaller code)Denis Vlasenko3-1/+7
2007-10-16bzip2: make -s equivalent to -2 (compatible with standard bzip2)Denis Vlasenko2-1/+2
2007-10-15telnetd: at Alexander Kriegisch <Alexander@kriegisch.name> insistenceDenis Vlasenko2-35/+66
2007-10-15telnetd: document bug in remove_iacs. reinstate band-aidDenis Vlasenko1-48/+55
2007-10-15telnetd: some simplifications and better error hadling.Denis Vlasenko1-120/+150
2007-10-14bzip2: update help textDenis Vlasenko1-8/+9
2007-10-14bzip2: implement -1..-9 command line flagsDenis Vlasenko1-7/+30
2007-10-14bzip2: eliminate some divisionsDenis Vlasenko3-35/+51
2007-10-14remove trailing whitespaceDenis Vlasenko11-29/+29
2007-10-14setsebool: new applet (Yuichi Nakamura <ynakam@hitachisoft.jp>)Denis Vlasenko4-0/+16
2007-10-14httpd: fix bug where we were trying to read more POSTDATA than content-lengthDenis Vlasenko1-0/+11
2007-10-14bzip2: code size shrinkDenis Vlasenko1-4/+34
2007-10-14bzip2: remove files which are not used anymoreDenis Vlasenko2-190/+0
2007-10-14bzip2: size reduction, to just below 9k.Denis Vlasenko7-456/+375
2007-10-13bzip2: port bzip2 1.0.4 to busybox. note: bzip2 code residesDenis Vlasenko20-22/+3253
2007-10-11whitespace/style fixDenis Vlasenko1-11/+12
2007-10-11mt: eliminate vector of structures with pointers (bad for libbusybox).Denis Vlasenko1-56/+79
2007-10-11stty: incorporate strings into struct instead of keeping pointers there.Denis Vlasenko1-85/+123
2007-10-11vi: don't wait 50 ms before reading ESC sequencesDenis Vlasenko3-18/+12
2007-10-11trim too verbose help textsDenis Vlasenko1-37/+36
2007-10-11fix a problem with two different applet_name'sDenis Vlasenko3-7/+6
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-10-11add -fpic to CC flags when we build libbusybox (14% smaller .so)Denis Vlasenko1-0/+6
2007-10-10bunzip: small code shrink and consmeticsDenis Vlasenko1-22/+28
2007-10-10ip tunnel parameter parsing fix by Jean Wolter <jw5@os.inf.tu-dresden.de>Denis Vlasenko1-2/+2
2007-10-10Move applets/applet.c into libbb, allows to get rid of --whole-archiveDenis Vlasenko4-548/+566
2007-10-10get rid of global "struct bb_applet *current_applet"Denis Vlasenko7-27/+21
2007-10-10trylink: s/strip/$STRIP/gDenis Vlasenko1-3/+3
2007-10-09typo fix in help textDenis Vlasenko1-1/+1
2007-10-09trylink: trivial cleanupDenis Vlasenko1-2/+2
2007-10-09trylink: reformat link flags for readabilityDenis Vlasenko1-25/+89
2007-10-09trylink: remove useless redirects, add missing error checksDenis Vlasenko1-4/+9
2007-10-09trylink: trivial fixesDenis Vlasenko1-8/+4
2007-10-08make "individual applets" build less noisy.Denis Vlasenko2-4/+4
2007-10-08whitespace fixDenis Vlasenko1-1/+1