aboutsummaryrefslogtreecommitdiff
path: root/AUTHORS (unfollow)
Commit message (Expand)AuthorFilesLines
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
2007-05-31delete tons of extra #includesDenis Vlasenko59-176/+68
2007-05-31use "glibc errno" trick not only for ash, but for entire busyboxDenis Vlasenko16-83/+23
2007-05-31more: stop using bssDenis Vlasenko2-13/+29
2007-05-31less: fix very obscure memory corruption bugDenis Vlasenko1-7/+38
2007-05-31less: stop using data/bss. Code got smaller too.Denis Vlasenko1-47/+82
2007-05-30nmeter: stop using data/bss; reduce amount of reads from /procDenis Vlasenko1-48/+89
2007-05-30vi: move some data to malloc'ed space: ~500 less bss, codeDenis Vlasenko1-42/+68
2007-05-30hush: trivial buglet found by randomconfig testingDenis Vlasenko1-0/+2
2007-05-30whitespace fixesDenis Vlasenko29-82/+82
2007-05-29verror_msg: don't printf(NULL)Denis Vlasenko1-3/+8
2007-05-27test: close bug 1371Denis Vlasenko1-5/+10
2007-05-27ping: fix wrong sign extension of packet id (bug 1373)Denis Vlasenko1-2/+2
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-05-26xpipe: introduce (saves ~170 bytes)Denis Vlasenko9-36/+35
2007-05-26- fix typo in help text and fix punctuationBernhard Reutner-Fischer1-4/+4
2007-05-25hush: fix 'echo abc`sleep 5`def' + Ctrl-Z and Ctrl-C bugs. +50 bytes of code.Denis Vlasenko1-6/+18
2007-05-25hush: avoid duplicating HUSH_VERSIONDenis Vlasenko1-15/+16
2007-05-25hush: micro-optimization in new variable codeDenis Vlasenko1-5/+5
2007-05-25hush: we can't do without variable->value member, saving 25 bytes of codeDenis Vlasenko1-42/+38
2007-05-25hush: rework variable storage and environment handling.Denis Vlasenko4-167/+238
2007-05-24hush: update README with yet another failure caseDenis Vlasenko1-0/+5