Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ntpd: fix jitter calculations and status propagation | Denys Vlasenko | 2010-01-02 | 1 | -61/+58 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | watch: more compatible screen format | Denys Vlasenko | 2010-01-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | ntpd: speed up reaction to poll interval decrease | Denys Vlasenko | 2010-01-02 | 1 | -0/+13 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | ntpd: improve frequency filtering | Denys Vlasenko | 2010-01-02 | 1 | -21/+43 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | ntpd: restore forgotten delay sanitization | Denys Vlasenko | 2010-01-01 | 1 | -0/+2 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | ntpd: add a comment, no code changes | Denys Vlasenko | 2010-01-01 | 1 | -1/+8 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | ntpd: disable unused code; show kernel's clock drift correction | Denys Vlasenko | 2010-01-01 | 1 | -24/+38 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | ntpd: reduce poll interval increase rate | Denys Vlasenko | 2010-01-01 | 1 | -16/+19 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | ntpd: replace openntp's clock discipline with ntpd's | Denys Vlasenko | 2010-01-01 | 1 | -0/+1985 |
| | | | | | | | | | It seems to be much more precise. +2.2k: text data bss dec hex filename 4670 0 0 4670 123e busybox.t2/networking/ntpd.o 6838 0 0 6838 1ab6 busybox.t3/networking/ntpd.o Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | ntpd: ntpd.c -> ntpd_simple.c | Denys Vlasenko | 2010-01-01 | 1 | -0/+0 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | ntpd: preparatory patches, no functional changes | Denys Vlasenko | 2009-12-30 | 1 | -58/+60 |
| | | | | | | | | function old new delta ntp_init 354 357 +3 ntpd_main 2945 2898 -47 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | dc: make "dc -1.23 ..." work | Denys Vlasenko | 2009-12-30 | 1 | -9/+8 |
| | | | | | | | | | | function old new delta stack_machine 97 103 +6 dc_main 121 110 -11 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 2/2 up/down: 9/-58) Total: -49 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | ntpd: fx incorrect offset display when stepping | Denys Vlasenko | 2009-12-18 | 1 | -14/+15 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | tar: fix recently added SEGV on "tar" w/o args | Denys Vlasenko | 2009-12-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | ntpd: field renames and style fixes, no code changes | Denys Vlasenko | 2009-12-17 | 1 | -158/+158 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | ntpd: eliminate one time(NULL) call | Denys Vlasenko | 2009-12-17 | 1 | -3/+4 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | tar: add support for --overwrite. +70 bytes. | Denys Vlasenko | 2009-12-16 | 4 | -4/+30 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | libunarchive: move dpkg-specific things into dpkg.c. 0 byte size differences | Denys Vlasenko | 2009-12-16 | 6 | -44/+34 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | httpd -m: output salted MD5 hash. By (forrest AT hifulltech.com) | Denys Vlasenko | 2009-12-16 | 1 | -1/+6 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | mount: dont include NFS headers if not needed; drop support for Linux <2.2.0 | Denys Vlasenko | 2009-12-16 | 1 | -31/+36 |
| | | | | | | | | | | | | | function old new delta nfs_err_stat - 18 +18 nfs_err_errnum - 18 +18 nfs_strerror 56 50 -6 nfsmount 3567 3541 -26 nfs_errtbl 80 - -80 ------------------------------------------------------------------------------ (add/remove: 2/1 grow/shrink: 0/2 up/down: 36/-112) Total: -76 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | mount: fix goof in last commit; clear errno since we use perror_msg later | Denys Vlasenko | 2009-12-15 | 1 | -12/+13 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | switch_root: more clear error messages | Denys Vlasenko | 2009-12-15 | 1 | -4/+6 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | mount: if we mount //host/xxx, add ip=IPADDR to options | Denys Vlasenko | 2009-12-15 | 1 | -30/+20 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | init: fix logically inverted FEATURE_EXTRA_QUIET check | Denys Vlasenko | 2009-12-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | init: use applet_name instead of "init" - we can be linuxrc | Denys Vlasenko | 2009-12-14 | 1 | -5/+5 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | init: for paranoid reasons, restore SIGCONT too. | Denys Vlasenko | 2009-12-14 | 1 | -0/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | init: fix "while true; do reboot; done" bug. +15 bytes. Closes bug 781 | Denys Vlasenko | 2009-12-14 | 1 | -42/+59 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | 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> |