| Commit message (Expand) | Author | Files | Lines |
2007-06-14 | applets/Kbuild: straighten it a bit | Denis Vlasenko | 2 | -9/+12 |
2007-06-14 | Alex Landau writes: open firmware for reading, not writing | Mike Frysinger | 1 | -1/+1 |
2007-06-14 | init: make sure fd 0,1,2 are not closed, + related optimizations. | Denis Vlasenko | 3 | -20/+19 |
2007-06-14 | traceroute: stop using floating point needlessly; nuke useless assignment. | Denis Vlasenko | 1 | -14/+9 |
2007-06-13 | minix.h: add very simple test script | Denis Vlasenko | 1 | -0/+22 |
2007-06-13 | fsck_minix: forgotten bit of previous commit... | Denis Vlasenko | 1 | -0/+1 |
2007-06-13 | fsck_minix: stop using data/bss | Denis Vlasenko | 2 | -124/+130 |
2007-06-13 | *: BB_BANNER -> bb_banner (it is not a const or #define)! | Denis Vlasenko | 12 | -31/+33 |
2007-06-13 | as suggested by Renaud Cerrato and Souf, switch over to recursive_action() fo... | Mike Frysinger | 1 | -32/+27 |
2007-06-13 | add support for firmware loading | Mike Frysinger | 2 | -2/+84 |
2007-06-13 | hush: fix read builtin to not read ahead past eol and to not use | Denis Vlasenko | 10 | -31/+68 |
2007-06-12 | remove nearly-duplicate PATHs in several places | Denis Vlasenko | 7 | -16/+13 |
2007-06-12 | login: make /etc/nologin support configurable. -240 bytes if not selected. | Denis Vlasenko | 4 | -15/+23 |
2007-06-12 | fix "--help prints usage for wrong applet" bug | Denis Vlasenko | 1 | -0/+1 |
2007-06-12 | diff: shrink code (-85 bytes): | Denis Vlasenko | 11 | -67/+69 |
2007-06-12 | - fix testing primary expressions like '"-u" = "-u"' | Bernhard Reutner-Fischer | 1 | -2/+2 |
2007-06-12 | A few more string duplicates found & eliminated | Denis Vlasenko | 6 | -20/+18 |
2007-06-12 | catv: was abusing xopen, should not die on err, but warn only. | Denis Vlasenko | 1 | -8/+13 |
2007-06-12 | move several applets to more correct ex-project. No code changes. | Denis Vlasenko | 15 | -78/+78 |
2007-06-12 | uudecode: nuke duplicate base64_table[]. saves 65 bytes | Denis Vlasenko | 2 | -8/+10 |
2007-06-11 | top: on user suggestion make percentile calculations configurable. -56 bytes ... | Denis Vlasenko | 2 | -38/+71 |
2007-06-11 | - use bb_msg_full_version instead of a separate string. Saves a minor 3 bytes. | Bernhard Reutner-Fischer | 1 | -2/+2 |
2007-06-10 | getopt_mk_fifo_nod: heed warning | Denis Vlasenko | 2 | -4/+4 |
2007-06-10 | top: improve global CPU percentage (smaller & faster code) | Denis Vlasenko | 2 | -8/+16 |
2007-06-10 | top: add config option and code for global CPU % display | Denis Vlasenko | 4 | -20/+70 |
2007-06-10 | moved biggest stack buffers to malloc space, or made their size configurable | Denis Vlasenko | 8 | -151/+181 |
2007-06-10 | add script which measures stack consumption. | Denis Vlasenko | 3 | -1/+144 |
2007-06-09 | httpd: move data off bss. | Denis Vlasenko | 1 | -189/+218 |
2007-06-09 | - also note where to checkout the 1_6_stable branch | Bernhard Reutner-Fischer | 1 | -1/+2 |
2007-06-08 | mdev: microscopic enhancement, should change nothing | Denis Vlasenko | 1 | -8/+6 |
2007-06-08 | grep: selection done by FEATURE_GREP_EGREP_ALIAS was broken, fix. | Denis Vlasenko | 1 | -16/+16 |
2007-06-08 | login: ask passwords even for wrong usernames. | Denis Vlasenko | 2 | -7/+11 |
2007-06-08 | make busybox --install work even if /proc/self/exe doesn't exist | Denis Vlasenko | 8 | -21/+15 |
2007-06-08 | rmp: add optional support for bz2 data. +50 bytes of code | Denis Vlasenko | 12 | -24/+42 |
2007-06-08 | - fix invocation without any argument | Bernhard Reutner-Fischer | 1 | -2/+2 |
2007-06-08 | hush: add missing dependencies (Maxime Bizon <mbizon@freebox.fr> (Freebox)) | Denis Vlasenko | 1 | -0/+4 |
2007-06-08 | test: fix thinko in previous commit | Denis Vlasenko | 1 | -1/+1 |
2007-06-08 | test: recognize /path/to/[ case too | Denis Vlasenko | 1 | -14/+19 |
2007-06-08 | - Add a FAQ entry on "how do i cross compile busybox" | Bernhard Reutner-Fischer | 1 | -0/+16 |
2007-06-07 | - add a config-time range check for IPC_SYSLOG_BUFFER_SIZE | Bernhard Reutner-Fischer | 1 | -0/+1 |
2007-06-07 | awk: experimentally modify "global" trick to make code smaller | Denis Vlasenko | 1 | -50/+53 |
2007-06-07 | - update defconfig | Bernhard Reutner-Fischer | 1 | -2/+24 |
2007-06-07 | - i need this disabled code for testing a patch. Please leave it in. | Bernhard Reutner-Fischer | 1 | -0/+18 |
2007-06-06 | - fix wrong not operator which was essentially ignored. got introduced in r18282 | Bernhard Reutner-Fischer | 1 | -1/+1 |
2007-06-06 | awk: move all data to malloc space | Denis Vlasenko | 2 | -159/+234 |
2007-06-06 | echo: fix non-fancy echo | Denis Vlasenko | 1 | -1/+1 |
2007-06-06 | ps: fix -Z (by Yuichi Nakamura <ynakam@hitachisoft.jp>) | Denis Vlasenko | 3 | -29/+59 |
2007-06-05 | remove bashisms from testsuite | Denis Vlasenko | 1 | -3/+3 |
2007-06-05 | nc: make connecting to IPv4 from IPv6-enabled hosts easier | Denis Vlasenko | 3 | -24/+38 |
2007-06-05 | - kiltedknight writes: Busybox incorrectly parses a line from the status file... | Bernhard Reutner-Fischer | 1 | -2/+2 |