Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | init: make FEATURE_EXTRA_QUIET more consistent. +1 byte | Denys Vlasenko | 2009-12-14 | 1 | -2/+3 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | crond: do not log info messages at LOG_ERR. Closes bug 681. +62 bytes. | Denys Vlasenko | 2009-12-13 | 2 | -16/+27 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | sort: make sort -o FILE FILE (same FILE) work. Closes bug 785. -3 bytes | Denys Vlasenko | 2009-12-13 | 2 | -20/+49 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | randomconfig fixes | Denys Vlasenko | 2009-12-12 | 6 | -21/+14 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | mount: needs find_mount_point.o | Denys Vlasenko | 2009-12-11 | 1 | -0/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | stty: code shrink -44 bytes | Denys Vlasenko | 2009-12-11 | 1 | -20/+27 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | stty: fix columns command. closes bug 791. | Denys Vlasenko | 2009-12-11 | 1 | -0/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | wget: fix signedness in the compare (paranoia only, G.content_len is never < 0) | Denys Vlasenko | 2009-12-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | wget: check for close success; fix chunked; do not bother to send QUIT to ftp | Denys Vlasenko | 2009-12-11 | 6 | -37/+41 |
| | | | | | | Also, random fixes to use %u for unsigned quantities. -14 bytes in wget. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | replace APP_xxDHCPxx with xxDHCPxx, it's more consistent with the rest | Denys Vlasenko | 2009-12-11 | 8 | -36/+36 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | mount: "already mounted" msg appears only if -v | Denys Vlasenko | 2009-12-10 | 1 | -4/+6 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | ash: trivial optimization -6 bytes | Denys Vlasenko | 2009-12-10 | 1 | -3/+5 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | lsusb: new applet. +400 bytes | Souf Oued | 2009-12-07 | 5 | -0/+81 |
| | | | | | Signed-off-by: Souf Oued <souf_oued@yahoo.fr> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | lspci: new applet. +573 bytes | Souf Oued | 2009-12-05 | 5 | -0/+122 |
| | | | | | Signed-off-by: Souf Oued <souf_oued@yahoo.fr> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | replace /bin/mdev with /sbin/mdev | Denys Vlasenko | 2009-12-05 | 2 | -4/+4 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | mount: prevent second mount -a from mounting everything again | Denys Vlasenko | 2009-12-05 | 2 | -21/+59 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | trim usage text. -238 bytes | Denys Vlasenko | 2009-12-05 | 1 | -58/+60 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | ash: fix double comma in initializer | Denys Vlasenko | 2009-12-05 | 1 | -2/+2 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | ash: implement set -o pipefail (conditional on bash compat). +39 bytes | Michael Abbott | 2009-12-04 | 1 | -3/+21 |
| | | | | | Signed-off-by: Michael Abbott <michael@araneidae.co.uk> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | ash: preparatory work for pipefail and code shrink. -44 bytes | Denys Vlasenko | 2009-12-04 | 1 | -64/+65 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | ash: re-enable SIGHUP on entry. Closes bug 771. | Denys Vlasenko | 2009-12-04 | 1 | -0/+4 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | mount: add support for -O list. +44 bytes | Michael Abbott | 2009-12-04 | 1 | -32/+50 |
| | | | | | Signed-off-by: Michael Abbott <michael@araneidae.co.uk> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | grep: fix a case when -o loops forever | Denys Vlasenko | 2009-12-04 | 2 | -3/+10 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | ntpd: remove dynamic dns resolution code, too complex. -69 bytes | Denys Vlasenko | 2009-12-03 | 1 | -22/+2 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | ntpd: try to avoid DNS requests *during* NTP roundtrip. +23 bytes | Denys Vlasenko | 2009-12-02 | 1 | -3/+11 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | ntpd: implement -x. shrink code a bit. -69 bytes | Denys Vlasenko | 2009-12-02 | 2 | -176/+157 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | ntpd: fix malloc-too-short bug; code shrink -76 bytes | Denys Vlasenko | 2009-12-02 | 1 | -45/+27 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | ntpd: fix "synced" state detection | Denys Vlasenko | 2009-12-02 | 1 | -12/+7 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | ntpd: continuing small message tweaks and the like. -29 bytes | Denys Vlasenko | 2009-12-02 | 1 | -23/+21 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | htpd: better logging; removed some unused code and data. -212 bytes | Denys Vlasenko | 2009-12-02 | 1 | -221/+222 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | ntpd: make it work w/o -g too :( | Denys Vlasenko | 2009-12-01 | 2 | -21/+23 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | ash: straighten up a bit of code in varvalue() | Denys Vlasenko | 2009-11-30 | 1 | -13/+18 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | touch: needs another fix after last utimes() fixes | Denys Vlasenko | 2009-11-30 | 1 | -7/+6 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | awk: fix an incorrect casting to string (bug 725). -44 bytes. | Denys Vlasenko | 2009-11-30 | 2 | -6/+25 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | awk: preparatory patch, no essential code changes. -13 bytes. | Denys Vlasenko | 2009-11-30 | 1 | -30/+43 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | fix improper utimes usage | Denys Vlasenko | 2009-11-29 | 4 | -18/+18 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | tar: add a test for latest fix | Denys Vlasenko | 2009-11-29 | 1 | -0/+35 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | tar: revert part of last change. -39 bytes | Denys Vlasenko | 2009-11-29 | 1 | -18/+11 |
| | | | | | | | It looks like GNU "tar cf file file" _does_ save file as if it is a hardlink, when it meets it for the second time. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | tar: fix bug 673 (misdetection of repeated dir as hardlink). +92 bytes | Denys Vlasenko | 2009-11-29 | 3 | -77/+129 |
| | | | | | | | | While at it, remove many superfluous ops on unpack: mkdir("."), lots of umask() calls. Can remove more by caching username->uid. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | ash: more cosmetics and cleanups | Denys Vlasenko | 2009-11-29 | 1 | -48/+35 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | ash: cosmetics, no code changes | Denys Vlasenko | 2009-11-29 | 1 | -3/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | ash: remove last "signed char"; make SIT() clearer. -12 bytes | Denys Vlasenko | 2009-11-29 | 1 | -81/+54 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | ash: randmconfig fix | Denys Vlasenko | 2009-11-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | ash: remake strange signed char machinery to be unsigned. -57 bytes | Denys Vlasenko | 2009-11-28 | 1 | -387/+378 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | *: remove a few more cases of argc usage. -89 bytes. | Denys Vlasenko | 2009-11-28 | 20 | -93/+79 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | flash_eraseall: stop using obsolete mtd/jffs2-user.h; code shrink | Denys Vlasenko | 2009-11-27 | 1 | -17/+30 |
| | | | | | | | | | | function old new delta show_progress 68 67 -1 flash_eraseall_main 1007 882 -125 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-126) Total: -126 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | ntpd: make it NOMMU-safe; ash: exclude it on NOMMU builds | Denys Vlasenko | 2009-11-27 | 2 | -8/+10 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | udp_io: fix two more potential cases of unaligned accesses. 0 code size changes. | Denys Vlasenko | 2009-11-26 | 1 | -21/+32 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | ping: fix unaligned access. closes bug 745. | Denys Vlasenko | 2009-11-26 | 2 | -1/+4 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | runlevel: -2 bytes | Denys Vlasenko | 2009-11-26 | 1 | -4/+3 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> |