aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-06-15find: add conditional support for -maxdepth and -regexDenis Vlasenko
2007-06-15fdisk: fix minor issues with help textDenis Vlasenko
2007-06-15- fix test -f ./existsBernhard Reutner-Fischer
2007-06-15- vda perfers not to use the bannerBernhard Reutner-Fischer
2007-06-14applets/Kbuild: straighten it a bitDenis Vlasenko
2007-06-14Alex Landau writes: open firmware for reading, not writingMike Frysinger
2007-06-14init: make sure fd 0,1,2 are not closed, + related optimizations.Denis Vlasenko
2007-06-14traceroute: stop using floating point needlessly; nuke useless assignment.Denis Vlasenko
2007-06-13minix.h: add very simple test scriptDenis Vlasenko
2007-06-13fsck_minix: forgotten bit of previous commit...Denis Vlasenko
2007-06-13fsck_minix: stop using data/bssDenis Vlasenko
2007-06-13*: BB_BANNER -> bb_banner (it is not a const or #define)!Denis Vlasenko
2007-06-13as suggested by Renaud Cerrato and Souf, switch over to recursive_action() fo...Mike Frysinger
2007-06-13add support for firmware loadingMike Frysinger
2007-06-13hush: fix read builtin to not read ahead past eol and to not useDenis Vlasenko
2007-06-12remove nearly-duplicate PATHs in several placesDenis Vlasenko
2007-06-12login: make /etc/nologin support configurable. -240 bytes if not selected.Denis Vlasenko
2007-06-12fix "--help prints usage for wrong applet" bugDenis Vlasenko
2007-06-12diff: shrink code (-85 bytes):Denis Vlasenko
2007-06-12- fix testing primary expressions like '"-u" = "-u"'Bernhard Reutner-Fischer
2007-06-12A few more string duplicates found & eliminatedDenis Vlasenko
2007-06-12catv: was abusing xopen, should not die on err, but warn only.Denis Vlasenko
2007-06-12move several applets to more correct ex-project. No code changes.Denis Vlasenko
2007-06-12uudecode: nuke duplicate base64_table[]. saves 65 bytesDenis Vlasenko
2007-06-11top: on user suggestion make percentile calculations configurable. -56 bytes ...Denis Vlasenko
2007-06-11- use bb_msg_full_version instead of a separate string. Saves a minor 3 bytes.Bernhard Reutner-Fischer
2007-06-10getopt_mk_fifo_nod: heed warningDenis Vlasenko
2007-06-10top: improve global CPU percentage (smaller & faster code)Denis Vlasenko
2007-06-10top: add config option and code for global CPU % displayDenis Vlasenko
2007-06-10moved biggest stack buffers to malloc space, or made their size configurableDenis Vlasenko
2007-06-10add script which measures stack consumption.Denis Vlasenko
2007-06-09httpd: move data off bss.Denis Vlasenko
2007-06-09- also note where to checkout the 1_6_stable branchBernhard Reutner-Fischer
2007-06-08mdev: microscopic enhancement, should change nothingDenis Vlasenko
2007-06-08grep: selection done by FEATURE_GREP_EGREP_ALIAS was broken, fix.Denis Vlasenko
2007-06-08login: ask passwords even for wrong usernames.Denis Vlasenko
2007-06-08make busybox --install work even if /proc/self/exe doesn't existDenis Vlasenko
2007-06-08rmp: add optional support for bz2 data. +50 bytes of codeDenis Vlasenko
2007-06-08- fix invocation without any argumentBernhard Reutner-Fischer
2007-06-08hush: add missing dependencies (Maxime Bizon <mbizon@freebox.fr> (Freebox))Denis Vlasenko
2007-06-08test: fix thinko in previous commitDenis Vlasenko
2007-06-08test: recognize /path/to/[ case tooDenis Vlasenko
2007-06-08- Add a FAQ entry on "how do i cross compile busybox"Bernhard Reutner-Fischer
2007-06-07- add a config-time range check for IPC_SYSLOG_BUFFER_SIZEBernhard Reutner-Fischer
2007-06-07awk: experimentally modify "global" trick to make code smallerDenis Vlasenko
2007-06-07- update defconfigBernhard Reutner-Fischer
2007-06-07- i need this disabled code for testing a patch. Please leave it in.Bernhard Reutner-Fischer
2007-06-06- fix wrong not operator which was essentially ignored. got introduced in r18282Bernhard Reutner-Fischer
2007-06-06awk: move all data to malloc spaceDenis Vlasenko
2007-06-06echo: fix non-fancy echoDenis Vlasenko