aboutsummaryrefslogtreecommitdiff
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
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
2011-10-19get_header_tar: shrink 6->64 sign extension codeDenys Vlasenko1-4/+4
2011-10-19ifupdown: code shrinkDenys Vlasenko1-27/+15
2011-10-19ifupdown: support post-up / pre-down hooksPeter Korsgaard1-0/+6
2011-10-19TODO: all another location with bbox patches (OpenWRT)Denys Vlasenko1-0/+2
2011-10-18uudecode: fix buggy check for empty filenameDenys Vlasenko1-2/+3
2011-10-18udhcpc: on SIGUSR1, limit renew attempts time to 20 seconds; then do total re...Vladislav Grishenko1-1/+15
2011-10-18udhcp: IF_UDHCP_VERBOSE() macro - improve code readabilityLeonid Lisovskiy3-11/+5
2011-10-17fbsplash: support 8bit modePeter Korsgaard1-5/+64
2011-10-17fbsplash: limit progress bar flickerPeter Korsgaard1-11/+19
2011-10-16pwd: implement -LP if DESKTOPDenys Vlasenko1-1/+51
2011-10-10inotify: if PROG is -, print events to stdoutFlemming Madsen1-6/+15