aboutsummaryrefslogtreecommitdiff
path: root/examples (unfollow)
Commit message (Expand)AuthorFilesLines
2011-11-19makemime: content-type should default to application/octet-streamDenys Vlasenko2-9/+3
2011-11-19sendmail: fix a mistake in previous commitDenys Vlasenko1-1/+1
2011-11-18sendmail: stop doing -t unconditionally; makemime: generate 76 char base64 linesDenys Vlasenko2-11/+13
2011-11-18hexdump: fix hexdump -n1 -ve '8/2 ""' SEGV. Closes 4478Denys Vlasenko1-11/+14
2011-11-18udhcpc: shrink code by setting xid more economicallyDenys Vlasenko1-4/+8
2011-11-17libbb.h: add check for bad off_t size detectionDenys Vlasenko1-0/+6
2011-11-16libbb.h: tighten up macro codeDenys Vlasenko1-3/+3
2011-11-16udhcpc6: rudimentary code to export data to script; fix IAADDR parsingDenys Vlasenko5-40/+131
2011-11-10mount: resolve hosts to IPs in nfs mountsDenys Vlasenko1-1/+1
2011-11-10mount: make FEATURE_MOUNT_NFS not needed for Linux 2.6.23+Denys Vlasenko2-9/+49
2011-11-10mount: support -o noaclDave Love1-22/+30
2011-11-09Config: clarify {SHOW,VERBOSE,COMPRESS}_USAGEBernhard Reutner-Fischer1-8/+9
2011-11-09bb_daemonize_or_rexec(): add flag to double-fork; use it in start-stop-daemonPeter Korsgaard3-2/+11
2011-11-08udhcpc[6]: tweak help text, remove -B from udhcpc6 and "--version" from bothDenys Vlasenko2-13/+9
2011-11-07udhcpc6: set hop limit to 1 in emitted raw packetsDenys Vlasenko1-7/+11
2011-11-07udhcpc6: fix endiannessDenys Vlasenko2-10/+10
2011-11-07udhcpc6: new applet. Not yet functional.Denys Vlasenko4-0/+1724
2011-11-07udhcpc: trim help text, rename badly-named variableDenys Vlasenko2-15/+14
2011-11-07udhcpc: code shrinkDenys Vlasenko1-22/+18
2011-11-05udhcpc: remove workaround for bugs in Win98 dhcp server ("MSFT 98" vendor str...Denys Vlasenko1-31/+3
2011-11-05udhcpc: reuse string constant; remove unneeded memset(0)Denys Vlasenko1-2/+1
2011-11-05udhcpc: deprecate --hostname NAMEDenys Vlasenko1-5/+20
2011-11-04lineedit: fix build failureDenys Vlasenko1-1/+3
2011-11-03lineedit: add support for M-b, M-f, M-d, M-BackspaceDenys Vlasenko3-20/+77
2011-11-03android build system updatesDaniel Fandrich1-106/+119
2011-11-03rx: code shrinkDenys Vlasenko1-13/+7
2011-11-03rx: Fix file corruption with duplicate blocksDan Fandrich1-0/+1
2011-11-03mount: handle list of comma-separated fs types in -t optionKarol Lewandowski1-3/+12
2011-11-03mount: free commented /etc/filesystems lines when we read itDenys Vlasenko1-2/+3
2011-11-01nmeter: fix block i/o count on newer Linux kernelsDenys Vlasenko1-12/+38
2011-10-31cttyhack: move /sys/class/tty/console/active check to the frontDenys Vlasenko1-13/+18
2011-10-31cttyhack: print detected ctty name when called without parametersAlexander Shishkin1-34/+42
2011-10-31testsuite: merge bzcat2.tests into bzcat.testsDenys Vlasenko2-28/+30
2011-10-31testsuite: fix the mishap in the previous commitDenys Vlasenko3-27/+81
2011-10-31bzcat: fix unpacking of more than one file, and unpacking of zero-size bz2. C...Denys Vlasenko4-55/+41
2011-10-30modinfo: make it select PLATFORM_LINUX. Closes 4411Denys Vlasenko1-0/+1
2011-10-30getty: Hurd has no CBAUD, work around thatDenys Vlasenko1-0/+2
2011-10-28makemime: fix -a option not taking parameterDenys Vlasenko1-1/+1
2011-10-28syslogd: work around rename() not renaming hardlinks to themselvesChristian Engelmayer1-0/+8
2011-10-28libbb: shrink base64 decoding a bitDenys Vlasenko1-19/+23
2011-10-28whitespace fixesDenys Vlasenko3-3/+3
2011-10-28libbb: split decode_base64 off read_base64Leonid Lisovskiy3-29/+200
2011-10-24libbb.h: remove unused definesDenys Vlasenko2-9/+2
2011-10-23getty: fix a minor problem of Ctrl-D not printing '\n'Denys Vlasenko3-36/+94
2011-10-23getty: reset tty attrs on Ctrl-C and Ctrl-D tooDenys Vlasenko2-1/+3
2011-10-22getty: add O_NONBLOCK to open which is used to drop cttyDenys Vlasenko1-3/+5
2011-10-22remove duplicate include <sys/swap.h>Denys Vlasenko1-1/+0
2011-10-22getty: remove now not needed resetting of ALRM to to SIG_DFLDenys Vlasenko1-1/+0
2011-10-22getty,login: tighten up handling of ctty, pgrp, and tty attr restoring on tim...Denys Vlasenko4-105/+171
2011-10-22getty: shrink help textDenys Vlasenko1-1/+1