aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * udhcpc: in fill_envp, export BOOTP fields firstDenys Vlasenko2011-10-201-18/+36
| * dhcpc: fix the case where we might add extra space at the end of envvar.Denys Vlasenko2011-10-202-9/+13
| * udhcpc: fix 6rd option formatting (was using 4 more bytes than there is)Denys Vlasenko2011-10-201-27/+23
| * udhcpc: remove unused argument in sprint_nip6Denys Vlasenko2011-10-201-4/+4
| * udhcpc: small code shrinkDenys Vlasenko2011-10-201-6/+9
| * typo fix in commentDenys Vlasenko2011-10-201-1/+1
| * udhcpc: add support for DHCP option 212 (RFC 5969)Denys Vlasenko2011-10-194-4/+84
| * nc: small code shrinkDenys Vlasenko2011-10-191-2/+1
| * gen_build_files.sh: simplify "print everything up to INSERT line" partDenys Vlasenko2011-10-191-2/+2
| * gen_build_files: don't pass 200k+ strings as params. Closes 4321Denys Vlasenko2011-10-191-33/+23
| * get_header_tar: shrink 6->64 sign extension codeDenys Vlasenko2011-10-191-4/+4
| * ifupdown: code shrinkDenys Vlasenko2011-10-191-27/+15
| * ifupdown: support post-up / pre-down hooksPeter Korsgaard2011-10-191-0/+6
| * TODO: all another location with bbox patches (OpenWRT)Denys Vlasenko2011-10-191-0/+2
| * uudecode: fix buggy check for empty filenameDenys Vlasenko2011-10-181-2/+3
| * udhcpc: on SIGUSR1, limit renew attempts time to 20 seconds; then do total re...Vladislav Grishenko2011-10-181-1/+15
| * udhcp: IF_UDHCP_VERBOSE() macro - improve code readabilityLeonid Lisovskiy2011-10-183-11/+5
| * fbsplash: support 8bit modePeter Korsgaard2011-10-171-5/+64
| * fbsplash: limit progress bar flickerPeter Korsgaard2011-10-171-11/+19