aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* bzcat: fix unpacking of more than one file, and unpacking of zero-size bz2. C...Denys Vlasenko2011-10-314-55/+41
* modinfo: make it select PLATFORM_LINUX. Closes 4411Denys Vlasenko2011-10-301-0/+1
* getty: Hurd has no CBAUD, work around thatDenys Vlasenko2011-10-301-0/+2
* makemime: fix -a option not taking parameterDenys Vlasenko2011-10-281-1/+1
* syslogd: work around rename() not renaming hardlinks to themselvesChristian Engelmayer2011-10-281-0/+8
* libbb: shrink base64 decoding a bitDenys Vlasenko2011-10-281-19/+23
* whitespace fixesDenys Vlasenko2011-10-283-3/+3
* libbb: split decode_base64 off read_base64Leonid Lisovskiy2011-10-283-29/+200
* libbb.h: remove unused definesDenys Vlasenko2011-10-242-9/+2
* getty: fix a minor problem of Ctrl-D not printing '\n'Denys Vlasenko2011-10-233-36/+94
* getty: reset tty attrs on Ctrl-C and Ctrl-D tooDenys Vlasenko2011-10-232-1/+3
* getty: add O_NONBLOCK to open which is used to drop cttyDenys Vlasenko2011-10-221-3/+5
* remove duplicate include <sys/swap.h>Denys Vlasenko2011-10-221-1/+0
* getty: remove now not needed resetting of ALRM to to SIG_DFLDenys Vlasenko2011-10-221-1/+0
* getty,login: tighten up handling of ctty, pgrp, and tty attr restoring on tim...Denys Vlasenko2011-10-224-105/+171
* getty: shrink help textDenys Vlasenko2011-10-221-1/+1
* stty: trim too verbose error messages (-40 bytes)Denys Vlasenko2011-10-211-5/+7
* docs/ctty.htm: add a useful URL toDenys Vlasenko2011-10-211-0/+2
* udhcpc: add comment about server IPDenys Vlasenko2011-10-201-1/+19