aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-01nmeter: fix block i/o count on newer Linux kernelsDenys Vlasenko
2011-10-31cttyhack: move /sys/class/tty/console/active check to the frontDenys Vlasenko
2011-10-31cttyhack: print detected ctty name when called without parametersAlexander Shishkin
2011-10-31testsuite: merge bzcat2.tests into bzcat.testsDenys Vlasenko
2011-10-31testsuite: fix the mishap in the previous commitDenys Vlasenko
2011-10-31bzcat: fix unpacking of more than one file, and unpacking of zero-size bz2. C...Denys Vlasenko
2011-10-30modinfo: make it select PLATFORM_LINUX. Closes 4411Denys Vlasenko
2011-10-30getty: Hurd has no CBAUD, work around thatDenys Vlasenko
2011-10-28makemime: fix -a option not taking parameterDenys Vlasenko
2011-10-28syslogd: work around rename() not renaming hardlinks to themselvesChristian Engelmayer
2011-10-28libbb: shrink base64 decoding a bitDenys Vlasenko
2011-10-28whitespace fixesDenys Vlasenko
2011-10-28libbb: split decode_base64 off read_base64Leonid Lisovskiy
2011-10-24libbb.h: remove unused definesDenys Vlasenko
2011-10-23getty: fix a minor problem of Ctrl-D not printing '\n'Denys Vlasenko
2011-10-23getty: reset tty attrs on Ctrl-C and Ctrl-D tooDenys Vlasenko
2011-10-22getty: add O_NONBLOCK to open which is used to drop cttyDenys Vlasenko
2011-10-22remove duplicate include <sys/swap.h>Denys Vlasenko
2011-10-22getty: remove now not needed resetting of ALRM to to SIG_DFLDenys Vlasenko
2011-10-22getty,login: tighten up handling of ctty, pgrp, and tty attr restoring on tim...Denys Vlasenko
2011-10-22getty: shrink help textDenys Vlasenko
2011-10-21stty: trim too verbose error messages (-40 bytes)Denys Vlasenko
2011-10-21docs/ctty.htm: add a useful URL toDenys Vlasenko
2011-10-20udhcpc: add comment about server IPDenys Vlasenko
2011-10-20udhcpc: in fill_envp, export BOOTP fields firstDenys Vlasenko
2011-10-20dhcpc: fix the case where we might add extra space at the end of envvar.Denys Vlasenko
2011-10-20udhcpc: fix 6rd option formatting (was using 4 more bytes than there is)Denys Vlasenko
2011-10-20udhcpc: remove unused argument in sprint_nip6Denys Vlasenko
2011-10-20udhcpc: small code shrinkDenys Vlasenko
2011-10-20typo fix in commentDenys Vlasenko
2011-10-19udhcpc: add support for DHCP option 212 (RFC 5969)Denys Vlasenko
2011-10-19nc: small code shrinkDenys Vlasenko
2011-10-19gen_build_files.sh: simplify "print everything up to INSERT line" partDenys Vlasenko
2011-10-19gen_build_files: don't pass 200k+ strings as params. Closes 4321Denys Vlasenko
2011-10-19get_header_tar: shrink 6->64 sign extension codeDenys Vlasenko
2011-10-19ifupdown: code shrinkDenys Vlasenko
2011-10-19ifupdown: support post-up / pre-down hooksPeter Korsgaard
2011-10-19TODO: all another location with bbox patches (OpenWRT)Denys Vlasenko
2011-10-18uudecode: fix buggy check for empty filenameDenys Vlasenko
2011-10-18udhcpc: on SIGUSR1, limit renew attempts time to 20 seconds; then do total re...Vladislav Grishenko
2011-10-18udhcp: IF_UDHCP_VERBOSE() macro - improve code readabilityLeonid Lisovskiy
2011-10-17fbsplash: support 8bit modePeter Korsgaard
2011-10-17fbsplash: limit progress bar flickerPeter Korsgaard
2011-10-16pwd: implement -LP if DESKTOPDenys Vlasenko
2011-10-10inotify: if PROG is -, print events to stdoutFlemming Madsen
2011-10-10patch: make -p count path components, not slashes (think /blah//thing)Rob Landley
2011-10-09disable strverscmp usage if we build against uClibc-0.9.31Oliver Metz
2011-10-06tftp: mode string is case independentDenys Vlasenko
2011-09-29ps: fix for !FEATURE_PS_LONG buildCristian Ionescu-Idbohrn
2011-09-27ps: with -l, show STIME tooFlemming Madsen