aboutsummaryrefslogtreecommitdiff
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
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
2011-10-21stty: trim too verbose error messages (-40 bytes)Denys Vlasenko1-5/+7
2011-10-21docs/ctty.htm: add a useful URL toDenys Vlasenko1-0/+2
2011-10-20udhcpc: add comment about server IPDenys Vlasenko1-1/+19
2011-10-20udhcpc: in fill_envp, export BOOTP fields firstDenys Vlasenko1-18/+36
2011-10-20dhcpc: fix the case where we might add extra space at the end of envvar.Denys Vlasenko2-9/+13
2011-10-20udhcpc: fix 6rd option formatting (was using 4 more bytes than there is)Denys Vlasenko1-27/+23
2011-10-20udhcpc: remove unused argument in sprint_nip6Denys Vlasenko1-4/+4
2011-10-20udhcpc: small code shrinkDenys Vlasenko1-6/+9
2011-10-20typo fix in commentDenys Vlasenko1-1/+1
2011-10-19udhcpc: add support for DHCP option 212 (RFC 5969)Denys Vlasenko4-4/+84
2011-10-19nc: small code shrinkDenys Vlasenko1-2/+1
2011-10-19gen_build_files.sh: simplify "print everything up to INSERT line" partDenys Vlasenko1-2/+2
2011-10-19gen_build_files: don't pass 200k+ strings as params. Closes 4321Denys Vlasenko1-33/+23