aboutsummaryrefslogtreecommitdiff
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2009-12-10mount: "already mounted" msg appears only if -vDenys Vlasenko1-4/+6
2009-12-10ash: trivial optimization -6 bytesDenys Vlasenko1-3/+5
2009-12-07lsusb: new applet. +400 bytesSouf Oued5-0/+81
2009-12-05lspci: new applet. +573 bytesSouf Oued5-0/+122
2009-12-05replace /bin/mdev with /sbin/mdevDenys Vlasenko2-4/+4
2009-12-05mount: prevent second mount -a from mounting everything againDenys Vlasenko2-21/+59
2009-12-05trim usage text. -238 bytesDenys Vlasenko1-58/+60
2009-12-05ash: fix double comma in initializerDenys Vlasenko1-2/+2
2009-12-04ash: implement set -o pipefail (conditional on bash compat). +39 bytesMichael Abbott1-3/+21
2009-12-04ash: preparatory work for pipefail and code shrink. -44 bytesDenys Vlasenko1-64/+65
2009-12-04ash: re-enable SIGHUP on entry. Closes bug 771.Denys Vlasenko1-0/+4
2009-12-04mount: add support for -O list. +44 bytesMichael Abbott1-32/+50
2009-12-04grep: fix a case when -o loops foreverDenys Vlasenko2-3/+10
2009-12-03ntpd: remove dynamic dns resolution code, too complex. -69 bytesDenys Vlasenko1-22/+2
2009-12-02ntpd: try to avoid DNS requests *during* NTP roundtrip. +23 bytesDenys Vlasenko1-3/+11
2009-12-02ntpd: implement -x. shrink code a bit. -69 bytesDenys Vlasenko2-176/+157
2009-12-02ntpd: fix malloc-too-short bug; code shrink -76 bytesDenys Vlasenko1-45/+27
2009-12-02ntpd: fix "synced" state detectionDenys Vlasenko1-12/+7
2009-12-02ntpd: continuing small message tweaks and the like. -29 bytesDenys Vlasenko1-23/+21
2009-12-02htpd: better logging; removed some unused code and data. -212 bytesDenys Vlasenko1-221/+222
2009-12-01ntpd: make it work w/o -g too :(Denys Vlasenko2-21/+23
2009-11-30ash: straighten up a bit of code in varvalue()Denys Vlasenko1-13/+18
2009-11-30touch: needs another fix after last utimes() fixesDenys Vlasenko1-7/+6
2009-11-30awk: fix an incorrect casting to string (bug 725). -44 bytes.Denys Vlasenko2-6/+25
2009-11-30awk: preparatory patch, no essential code changes. -13 bytes.Denys Vlasenko1-30/+43
2009-11-29fix improper utimes usageDenys Vlasenko4-18/+18