aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-06iproute: fix help textDenys Vlasenko
2011-12-06blkid: make help text show [BLOCKDEV]...Denys Vlasenko
2011-12-06volume_id/get_devname: trivial code shrinkDenys Vlasenko
2011-12-05suppress a "integer overflow in expression" waring on big endian. Closes 4405Denys Vlasenko
2011-12-05Fix link failure on some platforms when PAM is enabledTristan Schmelcher
2011-12-05init: code shrink -4 bytesDenys Vlasenko
2011-12-05init: utmp update of DEAD_PROCESS was misplaced, and could be skipped. Fixing.Denys Vlasenko
2011-11-29httpd: small fixes to previous changePascal Bellard
2011-11-29httpd: make it possible to use system passwords for authPascal Bellard
2011-11-28old_e2fsprogs/blkid: close the fd after we are done with itDenys Vlasenko
2011-11-28vi: fix [end] key handlingDenys Vlasenko
2011-11-23rx: fix file corruption on block checksum failureDaniel Fandrich
2011-11-22nommu: fix cases where we mangle argv[0][0]Denys Vlasenko
2011-11-21Added a few more features to android_defconfigDaniel Fandrich
2011-11-21Merge branch 'master' of git+ssh://busybox.net/var/lib/git/busyboxDenys Vlasenko
2011-11-19makemime: document our current behavior. Tweak help textDenys Vlasenko
2011-11-19makemime: content-type should default to application/octet-streamDenys Vlasenko
2011-11-19sendmail: fix a mistake in previous commitDenys Vlasenko
2011-11-18sendmail: stop doing -t unconditionally; makemime: generate 76 char base64 linesDenys Vlasenko
2011-11-18hexdump: fix hexdump -n1 -ve '8/2 ""' SEGV. Closes 4478Denys Vlasenko
2011-11-18udhcpc: shrink code by setting xid more economicallyDenys Vlasenko
2011-11-17libbb.h: add check for bad off_t size detectionDenys Vlasenko
2011-11-16libbb.h: tighten up macro codeDenys Vlasenko
2011-11-16udhcpc6: rudimentary code to export data to script; fix IAADDR parsingDenys Vlasenko
2011-11-10applets_sh/nologin: an applet implemented as shell scriptDenys Vlasenko
2011-11-10mount: resolve hosts to IPs in nfs mountsDenys Vlasenko
2011-11-10mount: make FEATURE_MOUNT_NFS not needed for Linux 2.6.23+Denys Vlasenko
2011-11-10mount: support -o noaclDave Love
2011-11-09Config: clarify {SHOW,VERBOSE,COMPRESS}_USAGEBernhard Reutner-Fischer
2011-11-09bb_daemonize_or_rexec(): add flag to double-fork; use it in start-stop-daemonPeter Korsgaard
2011-11-08udhcpc[6]: tweak help text, remove -B from udhcpc6 and "--version" from bothDenys Vlasenko
2011-11-07udhcpc6: set hop limit to 1 in emitted raw packetsDenys Vlasenko
2011-11-07udhcpc6: fix endiannessDenys Vlasenko
2011-11-07udhcpc6: new applet. Not yet functional.Denys Vlasenko
2011-11-07udhcpc: trim help text, rename badly-named variableDenys Vlasenko
2011-11-07udhcpc: code shrinkDenys Vlasenko
2011-11-05udhcpc: remove workaround for bugs in Win98 dhcp server ("MSFT 98" vendor str...Denys Vlasenko
2011-11-05udhcpc: reuse string constant; remove unneeded memset(0)Denys Vlasenko
2011-11-05udhcpc: deprecate --hostname NAMEDenys Vlasenko
2011-11-04lineedit: fix build failureDenys Vlasenko
2011-11-03lineedit: add support for M-b, M-f, M-d, M-BackspaceDenys Vlasenko
2011-11-03android build system updatesDaniel Fandrich
2011-11-03rx: code shrinkDenys Vlasenko
2011-11-03rx: Fix file corruption with duplicate blocksDan Fandrich
2011-11-03mount: handle list of comma-separated fs types in -t optionKarol Lewandowski
2011-11-03mount: free commented /etc/filesystems lines when we read itDenys Vlasenko
2011-11-01nmeter: fix block i/o count on newer Linux kernelsDenys Vlasenko
2011-10-31cttyhack: move /sys/class/tty/console/active check to the frontDenys Vlasenko
2011-10-31cttyhack: print detected ctty name when called without parametersAlexander Shishkin
2011-10-31testsuite: merge bzcat2.tests into bzcat.testsDenys Vlasenko