aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
* | Merge commit 'c0cae52662ccced9df19f19ec94238d1b1e3bd71' into mergeRon Yorston2012-03-23164-1628/+3969
|\|
| * 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