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