aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* blkid: make help text show [BLOCKDEV]...Denys Vlasenko2011-12-061-3/+1
* volume_id/get_devname: trivial code shrinkDenys Vlasenko2011-12-061-22/+19
* suppress a "integer overflow in expression" waring on big endian. Closes 4405Denys Vlasenko2011-12-051-2/+3
* Fix link failure on some platforms when PAM is enabledTristan Schmelcher2011-12-051-1/+8
* init: code shrink -4 bytesDenys Vlasenko2011-12-051-4/+5
* init: utmp update of DEAD_PROCESS was misplaced, and could be skipped. Fixing.Denys Vlasenko2011-12-051-3/+5
* httpd: small fixes to previous changePascal Bellard2011-11-291-7/+11
* httpd: make it possible to use system passwords for authPascal Bellard2011-11-291-28/+147
* old_e2fsprogs/blkid: close the fd after we are done with itDenys Vlasenko2011-11-281-2/+7
* vi: fix [end] key handlingDenys Vlasenko2011-11-281-1/+1
* rx: fix file corruption on block checksum failureDaniel Fandrich2011-11-231-0/+1
* nommu: fix cases where we mangle argv[0][0]Denys Vlasenko2011-11-224-0/+7
* Added a few more features to android_defconfigDaniel Fandrich2011-11-211-5/+5
* Merge branch 'master' of git+ssh://busybox.net/var/lib/git/busyboxDenys Vlasenko2011-11-2112-83/+203
|\
| * makemime: document our current behavior. Tweak help textDenys Vlasenko2011-11-192-5/+25
| * makemime: content-type should default to application/octet-streamDenys Vlasenko2011-11-192-9/+3
| * sendmail: fix a mistake in previous commitDenys Vlasenko2011-11-191-1/+1
| * sendmail: stop doing -t unconditionally; makemime: generate 76 char base64 linesDenys Vlasenko2011-11-182-11/+13
| * hexdump: fix hexdump -n1 -ve '8/2 ""' SEGV. Closes 4478Denys Vlasenko2011-11-181-11/+14
| * udhcpc: shrink code by setting xid more economicallyDenys Vlasenko2011-11-181-4/+8
| * libbb.h: add check for bad off_t size detectionDenys Vlasenko2011-11-171-0/+6
| * libbb.h: tighten up macro codeDenys Vlasenko2011-11-161-3/+3
| * udhcpc6: rudimentary code to export data to script; fix IAADDR parsingDenys Vlasenko2011-11-165-40/+131
* | applets_sh/nologin: an applet implemented as shell scriptDenys Vlasenko2011-11-101-0/+4
|/
* mount: resolve hosts to IPs in nfs mountsDenys Vlasenko2011-11-101-1/+1
* mount: make FEATURE_MOUNT_NFS not needed for Linux 2.6.23+Denys Vlasenko2011-11-102-9/+49
* mount: support -o noaclDave Love2011-11-101-22/+30
* Config: clarify {SHOW,VERBOSE,COMPRESS}_USAGEBernhard Reutner-Fischer2011-11-091-8/+9
* bb_daemonize_or_rexec(): add flag to double-fork; use it in start-stop-daemonPeter Korsgaard2011-11-093-2/+11
* udhcpc[6]: tweak help text, remove -B from udhcpc6 and "--version" from bothDenys Vlasenko2011-11-082-13/+9
* udhcpc6: set hop limit to 1 in emitted raw packetsDenys Vlasenko2011-11-071-7/+11
* udhcpc6: fix endiannessDenys Vlasenko2011-11-072-10/+10
* udhcpc6: new applet. Not yet functional.Denys Vlasenko2011-11-074-0/+1724
* udhcpc: trim help text, rename badly-named variableDenys Vlasenko2011-11-072-15/+14
* udhcpc: code shrinkDenys Vlasenko2011-11-071-22/+18
* udhcpc: remove workaround for bugs in Win98 dhcp server ("MSFT 98" vendor str...Denys Vlasenko2011-11-051-31/+3
* udhcpc: reuse string constant; remove unneeded memset(0)Denys Vlasenko2011-11-051-2/+1
* udhcpc: deprecate --hostname NAMEDenys Vlasenko2011-11-051-5/+20
* lineedit: fix build failureDenys Vlasenko2011-11-041-1/+3
* lineedit: add support for M-b, M-f, M-d, M-BackspaceDenys Vlasenko2011-11-033-20/+77
* android build system updatesDaniel Fandrich2011-11-031-106/+119
* rx: code shrinkDenys Vlasenko2011-11-031-13/+7
* rx: Fix file corruption with duplicate blocksDan Fandrich2011-11-031-0/+1
* mount: handle list of comma-separated fs types in -t optionKarol Lewandowski2011-11-031-3/+12
* mount: free commented /etc/filesystems lines when we read itDenys Vlasenko2011-11-031-2/+3
* nmeter: fix block i/o count on newer Linux kernelsDenys Vlasenko2011-11-011-12/+38
* cttyhack: move /sys/class/tty/console/active check to the frontDenys Vlasenko2011-10-311-13/+18
* cttyhack: print detected ctty name when called without parametersAlexander Shishkin2011-10-311-34/+42
* testsuite: merge bzcat2.tests into bzcat.testsDenys Vlasenko2011-10-312-28/+30
* testsuite: fix the mishap in the previous commitDenys Vlasenko2011-10-313-27/+81