aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-10-31testsuite: fix the mishap in the previous commitDenys Vlasenko
2011-10-31bzcat: fix unpacking of more than one file, and unpacking of zero-size bz2. C...Denys Vlasenko
2011-10-30modinfo: make it select PLATFORM_LINUX. Closes 4411Denys Vlasenko
2011-10-30getty: Hurd has no CBAUD, work around thatDenys Vlasenko
2011-10-28makemime: fix -a option not taking parameterDenys Vlasenko
2011-10-28syslogd: work around rename() not renaming hardlinks to themselvesChristian Engelmayer
2011-10-28libbb: shrink base64 decoding a bitDenys Vlasenko
2011-10-28whitespace fixesDenys Vlasenko
2011-10-28libbb: split decode_base64 off read_base64Leonid Lisovskiy