aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ps: fix -Z (by Yuichi Nakamura <ynakam@hitachisoft.jp>)Denis Vlasenko2007-06-063-29/+59
* remove bashisms from testsuiteDenis Vlasenko2007-06-051-3/+3
* nc: make connecting to IPv4 from IPv6-enabled hosts easierDenis Vlasenko2007-06-053-24/+38
* - kiltedknight writes: Busybox incorrectly parses a line from the status file...Bernhard Reutner-Fischer2007-06-051-2/+2
* - fix typo in error message. Closes #1308Bernhard Reutner-Fischer2007-06-051-1/+1
* uudecode: fix to base64 decode by Jorgen Cederlof <jcz@google.com>Denis Vlasenko2007-06-043-28/+56
* snprintf(... "%s"...) => safe_strncpyDenis Vlasenko2007-06-041-3/+6
* syslogd: move some vectors from data to text. Needs uclibc patchDenis Vlasenko2007-06-041-4/+4
* diff: stop using data/bssDenis Vlasenko2007-06-042-50/+79
* ping: stop using data/bssDenis Vlasenko2007-06-041-18/+44
* Audit bb_common_bufsiz usage, add script which looks for misuse.Denis Vlasenko2007-06-0421-134/+140
* find_stray_communal_vars: script which finds communal variablesDenis Vlasenko2007-06-034-18/+25
* start 1.7.x versionDenis Vlasenko2007-06-021-2/+2
* fdisk: make it work with big disks (read: typical today's disks)Denis Vlasenko2007-06-021-83/+58
* website: announce 1.6.0Denis Vlasenko2007-06-012-13/+125
* less: less <HUGEFILE + [End] busy loops, fix itDenis Vlasenko2007-05-311-1/+3
* less: forgot trivial #if ENABLE_xxxxDenis Vlasenko2007-05-311-0/+2
* delete tons of extra #includesDenis Vlasenko2007-05-3159-176/+68
* use "glibc errno" trick not only for ash, but for entire busyboxDenis Vlasenko2007-05-3116-83/+23
* more: stop using bssDenis Vlasenko2007-05-312-13/+29
* less: fix very obscure memory corruption bugDenis Vlasenko2007-05-311-7/+38
* less: stop using data/bss. Code got smaller too.Denis Vlasenko2007-05-311-47/+82
* nmeter: stop using data/bss; reduce amount of reads from /procDenis Vlasenko2007-05-301-48/+89
* vi: move some data to malloc'ed space: ~500 less bss, codeDenis Vlasenko2007-05-301-42/+68
* hush: trivial buglet found by randomconfig testingDenis Vlasenko2007-05-301-0/+2
* whitespace fixesDenis Vlasenko2007-05-3029-82/+82
* verror_msg: don't printf(NULL)Denis Vlasenko2007-05-291-3/+8
* test: close bug 1371Denis Vlasenko2007-05-271-5/+10
* ping: fix wrong sign extension of packet id (bug 1373)Denis Vlasenko2007-05-271-2/+2
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-26251-269/+270