aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ntpd: ntpd.c -> ntpd_simple.cDenys Vlasenko2010-01-011-0/+0
* ntpd: preparatory patches, no functional changesDenys Vlasenko2009-12-301-58/+60
* dc: make "dc -1.23 ..." workDenys Vlasenko2009-12-301-9/+8
* ntpd: fx incorrect offset display when steppingDenys Vlasenko2009-12-181-14/+15
* tar: fix recently added SEGV on "tar" w/o argsDenys Vlasenko2009-12-181-1/+1
* ntpd: field renames and style fixes, no code changesDenys Vlasenko2009-12-171-158/+158
* ntpd: eliminate one time(NULL) callDenys Vlasenko2009-12-171-3/+4
* tar: add support for --overwrite. +70 bytes.Denys Vlasenko2009-12-164-4/+30
* libunarchive: move dpkg-specific things into dpkg.c. 0 byte size differencesDenys Vlasenko2009-12-166-44/+34
* httpd -m: output salted MD5 hash. By (forrest AT hifulltech.com)Denys Vlasenko2009-12-161-1/+6
* mount: dont include NFS headers if not needed; drop support for Linux <2.2.0Denys Vlasenko2009-12-161-31/+36
* mount: fix goof in last commit; clear errno since we use perror_msg laterDenys Vlasenko2009-12-151-12/+13
* switch_root: more clear error messagesDenys Vlasenko2009-12-151-4/+6
* mount: if we mount //host/xxx, add ip=IPADDR to optionsDenys Vlasenko2009-12-151-30/+20
* init: fix logically inverted FEATURE_EXTRA_QUIET checkDenys Vlasenko2009-12-151-1/+1
* init: use applet_name instead of "init" - we can be linuxrcDenys Vlasenko2009-12-141-5/+5
* init: for paranoid reasons, restore SIGCONT too.Denys Vlasenko2009-12-141-0/+1
* init: fix "while true; do reboot; done" bug. +15 bytes. Closes bug 781Denys Vlasenko2009-12-141-42/+59
* init: make FEATURE_EXTRA_QUIET more consistent. +1 byteDenys Vlasenko2009-12-141-2/+3
* crond: do not log info messages at LOG_ERR. Closes bug 681. +62 bytes.Denys Vlasenko2009-12-132-16/+27
* sort: make sort -o FILE FILE (same FILE) work. Closes bug 785. -3 bytesDenys Vlasenko2009-12-132-20/+49
* randomconfig fixesDenys Vlasenko2009-12-126-21/+14
* mount: needs find_mount_point.oDenys Vlasenko2009-12-111-0/+1
* stty: code shrink -44 bytesDenys Vlasenko2009-12-111-20/+27
* stty: fix columns command. closes bug 791.Denys Vlasenko2009-12-111-0/+1
* wget: fix signedness in the compare (paranoia only, G.content_len is never < 0)Denys Vlasenko2009-12-111-1/+1
* wget: check for close success; fix chunked; do not bother to send QUIT to ftpDenys Vlasenko2009-12-116-37/+41
* replace APP_xxDHCPxx with xxDHCPxx, it's more consistent with the restDenys Vlasenko2009-12-118-36/+36
* mount: "already mounted" msg appears only if -vDenys Vlasenko2009-12-101-4/+6
* ash: trivial optimization -6 bytesDenys Vlasenko2009-12-101-3/+5
* lsusb: new applet. +400 bytesSouf Oued2009-12-075-0/+81
* lspci: new applet. +573 bytesSouf Oued2009-12-055-0/+122
* replace /bin/mdev with /sbin/mdevDenys Vlasenko2009-12-052-4/+4
* mount: prevent second mount -a from mounting everything againDenys Vlasenko2009-12-052-21/+59
* trim usage text. -238 bytesDenys Vlasenko2009-12-051-58/+60
* ash: fix double comma in initializerDenys Vlasenko2009-12-051-2/+2
* ash: implement set -o pipefail (conditional on bash compat). +39 bytesMichael Abbott2009-12-041-3/+21
* ash: preparatory work for pipefail and code shrink. -44 bytesDenys Vlasenko2009-12-041-64/+65
* ash: re-enable SIGHUP on entry. Closes bug 771.Denys Vlasenko2009-12-041-0/+4
* mount: add support for -O list. +44 bytesMichael Abbott2009-12-041-32/+50
* grep: fix a case when -o loops foreverDenys Vlasenko2009-12-042-3/+10
* ntpd: remove dynamic dns resolution code, too complex. -69 bytesDenys Vlasenko2009-12-031-22/+2
* ntpd: try to avoid DNS requests *during* NTP roundtrip. +23 bytesDenys Vlasenko2009-12-021-3/+11
* ntpd: implement -x. shrink code a bit. -69 bytesDenys Vlasenko2009-12-022-176/+157
* ntpd: fix malloc-too-short bug; code shrink -76 bytesDenys Vlasenko2009-12-021-45/+27
* ntpd: fix "synced" state detectionDenys Vlasenko2009-12-021-12/+7
* ntpd: continuing small message tweaks and the like. -29 bytesDenys Vlasenko2009-12-021-23/+21
* htpd: better logging; removed some unused code and data. -212 bytesDenys Vlasenko2009-12-021-221/+222
* ntpd: make it work w/o -g too :(Denys Vlasenko2009-12-012-21/+23
* ash: straighten up a bit of code in varvalue()Denys Vlasenko2009-11-301-13/+18