aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-06-17time: *const str = "xxx" ==> str[] = "xxx"Denis Vlasenko
2007-06-17strings: strings a b was processing a twice, fix thatDenis Vlasenko
2007-06-17arping: -i should be -IDenis Vlasenko
2007-06-17install: fix install a b /a/link/to/dirDenis Vlasenko
2007-06-16forgot svn add...Denis Vlasenko
2007-06-16remove obsolete commentDenis Vlasenko
2007-06-16make FEATURE_HAVE_RPC auto-selectable by mount and inetd sub-featuresDenis Vlasenko
2007-06-16pscan: new applet (portscanner). ~1350 bytes. By Tito <farmatito@tiscali.it>Denis Vlasenko
2007-06-16find: make -size match GNU findDenis Vlasenko
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