aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-22dd: move suffix struct to xatonum.cAri Sundholm3-25/+26
2015-03-22logread: implement dumpfollow mode of operationPhil Sutter1-5/+11
2015-03-22ifupdown: shrink a messageDenys Vlasenko1-1/+1
2015-03-22ifupdown: correct ifstate update during 'ifup -a'. Closes 6212Frank Bergmann1-3/+4
2015-03-22ash: do not split the result of tilde expansionRon Yorston1-3/+0
2015-03-16trylink: respect compiler settings when probing featuresMike Frysinger1-2/+2
2015-03-16trylink: use mktemp instead of hardcoding pathsMike Frysinger1-4/+4
2015-03-12vi: make BACKSPACE and DELETE join lines at start/end of lineDenys Vlasenko1-4/+4
2015-03-12Use chomp to remove newlinesRon Yorston4-5/+5
2015-03-12od: fix printing of high-bit charsRon Yorston1-8/+6
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko51-151/+165
2015-03-12deluser: also remove user from /etc/groupDenys Vlasenko2-8/+48
2015-03-12arping: fix iface name in error messagesAlexander Korolkov1-2/+1
2015-03-11patch: segfault fix. Closes 7916Denys Vlasenko1-0/+10
2015-03-11mount: -T OTHERTAB supportIsaac Dunham2-94/+108
2015-03-05ntpd: tweak help textDenys Vlasenko1-1/+2
2015-03-03inetd: fix order of array index check and array accessDenys Vlasenko1-3/+5
2015-03-02ntpd: chnage help text about -l to say that it doesn't disable client codeDenys Vlasenko1-4/+4
2015-03-02runsvdir: if pid==1, also intercept SIGINT for -s SCRIPTDenys Vlasenko1-6/+10
2015-03-02runsvdir: do not block SIGCHLD around poll/sleepDenys Vlasenko1-2/+0
2015-03-02runsvdir: (almost) close a signal raceDenys Vlasenko1-25/+28
2015-02-23acpid: fix loggingSerj Kalichev1-5/+3
2015-02-23ls: heed compiler warningDenys Vlasenko1-1/+1
2015-02-21modinfo: fix fallout from basename removalDenys Vlasenko1-1/+1
2015-02-19libpwdgrp: fix thinko in getpwnamTito Ragusa1-9/+1
2015-02-18wget: fix --header to not append duplicate headersBernhard Reutner-Fischer1-20/+78
2015-02-18trivial code shrinkDenys Vlasenko4-13/+14
2015-02-18ls: trivial code shrinkDenys Vlasenko1-5/+5
2015-02-16dc: tweak parsingBernhard Reutner-Fischer2-30/+83
2015-02-16ls: fix year 9999 bug :)Denys Vlasenko1-5/+8
2015-02-13modprobe-small: fix thinko in previous commitDenys Vlasenko1-1/+1
2015-02-12modprobe-small: if concurrent module load did not succeed, waitDenys Vlasenko1-9/+41