aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* pwd: implement -LP if DESKTOPDenys Vlasenko2011-10-161-1/+51
* inotify: if PROG is -, print events to stdoutFlemming Madsen2011-10-101-6/+15
* patch: make -p count path components, not slashes (think /blah//thing)Rob Landley2011-10-102-8/+26
* disable strverscmp usage if we build against uClibc-0.9.31Oliver Metz2011-10-091-1/+1
* tftp: mode string is case independentDenys Vlasenko2011-10-061-1/+2
* ps: fix for !FEATURE_PS_LONG buildCristian Ionescu-Idbohrn2011-09-291-0/+2
* ps: with -l, show STIME tooFlemming Madsen2011-09-271-16/+21
* ps: add support for -l for !DESKTOPDenys Vlasenko2011-09-262-19/+94
* rename archive.h to bb_archive.h. no code changesDenys Vlasenko2011-09-2246-45/+45
* mdev: trim overlong comments. No code changesDenys Vlasenko2011-09-221-30/+1
* mdev: don't reparse rules on -sDenys Vlasenko2011-09-221-217/+341
* add INIT_G()'s. No code changes.Denys Vlasenko2011-09-2111-6/+33