aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* *: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko2009-11-2820-93/+79
* flash_eraseall: stop using obsolete mtd/jffs2-user.h; code shrinkDenys Vlasenko2009-11-271-17/+30
* ntpd: make it NOMMU-safe; ash: exclude it on NOMMU buildsDenys Vlasenko2009-11-272-8/+10
* udp_io: fix two more potential cases of unaligned accesses. 0 code size changes.Denys Vlasenko2009-11-261-21/+32
* ping: fix unaligned access. closes bug 745.Denys Vlasenko2009-11-262-1/+4
* runlevel: -2 bytesDenys Vlasenko2009-11-261-4/+3
* ntpd: trivial -2 byte code optimizationDenys Vlasenko2009-11-261-1/+1
* split: handle - as "use stdin". +13 bytes. Closes bug 741.Denys Vlasenko2009-11-262-3/+7
* build system: fix for coarse mtime problemDenys Vlasenko2009-11-261-0/+23