aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-12-11wget: check for close success; fix chunked; do not bother to send QUIT to ftpDenys Vlasenko
2009-12-11replace APP_xxDHCPxx with xxDHCPxx, it's more consistent with the restDenys Vlasenko
2009-12-10mount: "already mounted" msg appears only if -vDenys Vlasenko
2009-12-10ash: trivial optimization -6 bytesDenys Vlasenko
2009-12-07lsusb: new applet. +400 bytesSouf Oued
2009-12-05lspci: new applet. +573 bytesSouf Oued
2009-12-05replace /bin/mdev with /sbin/mdevDenys Vlasenko
2009-12-05mount: prevent second mount -a from mounting everything againDenys Vlasenko
2009-12-05trim usage text. -238 bytesDenys Vlasenko
2009-12-05ash: fix double comma in initializerDenys Vlasenko
2009-12-04ash: implement set -o pipefail (conditional on bash compat). +39 bytesMichael Abbott
2009-12-04ash: preparatory work for pipefail and code shrink. -44 bytesDenys Vlasenko
2009-12-04ash: re-enable SIGHUP on entry. Closes bug 771.Denys Vlasenko
2009-12-04mount: add support for -O list. +44 bytesMichael Abbott
2009-12-04grep: fix a case when -o loops foreverDenys Vlasenko
2009-12-03ntpd: remove dynamic dns resolution code, too complex. -69 bytesDenys Vlasenko
2009-12-02ntpd: try to avoid DNS requests *during* NTP roundtrip. +23 bytesDenys Vlasenko
2009-12-02ntpd: implement -x. shrink code a bit. -69 bytesDenys Vlasenko
2009-12-02ntpd: fix malloc-too-short bug; code shrink -76 bytesDenys Vlasenko
2009-12-02ntpd: fix "synced" state detectionDenys Vlasenko
2009-12-02ntpd: continuing small message tweaks and the like. -29 bytesDenys Vlasenko
2009-12-02htpd: better logging; removed some unused code and data. -212 bytesDenys Vlasenko
2009-12-01ntpd: make it work w/o -g too :(Denys Vlasenko
2009-11-30ash: straighten up a bit of code in varvalue()Denys Vlasenko
2009-11-30touch: needs another fix after last utimes() fixesDenys Vlasenko
2009-11-30awk: fix an incorrect casting to string (bug 725). -44 bytes.Denys Vlasenko
2009-11-30awk: preparatory patch, no essential code changes. -13 bytes.Denys Vlasenko
2009-11-29fix improper utimes usageDenys Vlasenko
2009-11-29tar: add a test for latest fixDenys Vlasenko
2009-11-29tar: revert part of last change. -39 bytesDenys Vlasenko
2009-11-29tar: fix bug 673 (misdetection of repeated dir as hardlink). +92 bytesDenys Vlasenko
2009-11-29ash: more cosmetics and cleanupsDenys Vlasenko
2009-11-29ash: cosmetics, no code changesDenys Vlasenko
2009-11-29ash: remove last "signed char"; make SIT() clearer. -12 bytesDenys Vlasenko
2009-11-29ash: randmconfig fixDenys Vlasenko
2009-11-28ash: remake strange signed char machinery to be unsigned. -57 bytesDenys Vlasenko
2009-11-28*: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko
2009-11-27flash_eraseall: stop using obsolete mtd/jffs2-user.h; code shrinkDenys Vlasenko
2009-11-27ntpd: make it NOMMU-safe; ash: exclude it on NOMMU buildsDenys Vlasenko
2009-11-26udp_io: fix two more potential cases of unaligned accesses. 0 code size changes.Denys Vlasenko
2009-11-26ping: fix unaligned access. closes bug 745.Denys Vlasenko
2009-11-26runlevel: -2 bytesDenys Vlasenko
2009-11-26ntpd: trivial -2 byte code optimizationDenys Vlasenko
2009-11-26split: handle - as "use stdin". +13 bytes. Closes bug 741.Denys Vlasenko
2009-11-26build system: fix for coarse mtime problemDenys Vlasenko
2009-11-25ntpd: and real handling for -N, show usage w/o options; trim textDenys Vlasenko
2009-11-25build system: more fixes to parallel buildDenys Vlasenko
2009-11-24build system: fix parallel makeDenys Vlasenko
2009-11-24ntpd: locally bind every peer socket. +22 bytesDenys Vlasenko
2009-11-24ntpd: fix vda's breakageDenys Vlasenko