aboutsummaryrefslogtreecommitdiff
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
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
2007-06-05- fix typo in error message. Closes #1308Bernhard Reutner-Fischer1-1/+1
2007-06-04uudecode: fix to base64 decode by Jorgen Cederlof <jcz@google.com>Denis Vlasenko3-28/+56
2007-06-04snprintf(... "%s"...) => safe_strncpyDenis Vlasenko1-3/+6
2007-06-04syslogd: move some vectors from data to text. Needs uclibc patchDenis Vlasenko1-4/+4
2007-06-04diff: stop using data/bssDenis Vlasenko2-50/+79
2007-06-04ping: stop using data/bssDenis Vlasenko1-18/+44
2007-06-04Audit bb_common_bufsiz usage, add script which looks for misuse.Denis Vlasenko21-134/+140
2007-06-03find_stray_communal_vars: script which finds communal variablesDenis Vlasenko4-18/+25
2007-06-02start 1.7.x versionDenis Vlasenko1-2/+2
2007-06-02fdisk: make it work with big disks (read: typical today's disks)Denis Vlasenko1-83/+58
2007-06-01website: announce 1.6.0Denis Vlasenko2-13/+125
2007-05-31less: less <HUGEFILE + [End] busy loops, fix itDenis Vlasenko1-1/+3
2007-05-31less: forgot trivial #if ENABLE_xxxxDenis Vlasenko1-0/+2