aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* touch: needs another fix after last utimes() fixesDenys Vlasenko2009-11-301-7/+6
* awk: fix an incorrect casting to string (bug 725). -44 bytes.Denys Vlasenko2009-11-302-6/+25
* awk: preparatory patch, no essential code changes. -13 bytes.Denys Vlasenko2009-11-301-30/+43
* fix improper utimes usageDenys Vlasenko2009-11-294-18/+18
* tar: add a test for latest fixDenys Vlasenko2009-11-291-0/+35
* tar: revert part of last change. -39 bytesDenys Vlasenko2009-11-291-18/+11
* tar: fix bug 673 (misdetection of repeated dir as hardlink). +92 bytesDenys Vlasenko2009-11-293-77/+129
* ash: more cosmetics and cleanupsDenys Vlasenko2009-11-291-48/+35
* ash: cosmetics, no code changesDenys Vlasenko2009-11-291-3/+1
* ash: remove last "signed char"; make SIT() clearer. -12 bytesDenys Vlasenko2009-11-291-81/+54
* ash: randmconfig fixDenys Vlasenko2009-11-291-1/+1
* ash: remake strange signed char machinery to be unsigned. -57 bytesDenys Vlasenko2009-11-281-387/+378