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