Commit Graph

  • ede737b7cf ntpd: add -S PROG option. This feature is crucial for CMOS/RTC syncronization Denys Vlasenko 2010-01-06 12:27:47 +01:00
  • 79ae534ac7 ifplugd: simplify run_script() Denys Vlasenko 2010-01-06 12:27:18 +01:00
  • aa4977d8e5 libunarchive: clean up dirty hacks. code shrank as a result Denys Vlasenko 2010-01-06 10:53:17 +01:00
  • 86350f8d5f cal: document the location of unicode bug. no code changes Denys Vlasenko 2010-01-06 10:18:37 +01:00
  • bde70230e8 libunarchive: trivial code shrink Denys Vlasenko 2010-01-06 09:43:11 +01:00
  • d0f601f066 find: add optional support for -links. +100 bytes Matheus Izvekov 2010-01-06 09:19:04 +01:00
  • 839fd71077 gzip: add optional support for --long-opts Matheus Izvekov 2010-01-06 08:54:49 +01:00
  • 251912443c AUTHORS: mention Jie Zhang Denys Vlasenko 2010-01-05 12:57:44 +01:00
  • af1c8e8be0 cpio: fix unpacking of names with leading slashes Denys Vlasenko 2010-01-05 04:43:21 +01:00
  • 074e8dcba7 ntpd: make -w less cumbersome to use Denys Vlasenko 2010-01-04 23:58:13 +01:00
  • 28055028a7 fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gmail.com> Denys Vlasenko 2010-01-04 20:49:58 +01:00
  • d2b1ba6fde [un]expand: unicode support Tomas Heinrich 2010-01-04 16:21:31 +01:00
  • 4928f3b90b ar: heh, there *was* "-1" already... Denys Vlasenko 2010-01-04 14:32:31 +01:00
  • 40e5a30b66 ar: fix two bugs, one added by prev comment and other we SEGV with no params Denys Vlasenko 2010-01-04 14:30:37 +01:00
  • 2ec91aead5 *: remove some uses of argc Denys Vlasenko 2010-01-04 14:15:38 +01:00
  • a355da0775 *: make 2 more "int argc"'s unused; more saved if !DESKTOP Denys Vlasenko 2010-01-04 13:16:08 +01:00
  • a4899efd03 hush: fix exitcodes of killed processes Denys Vlasenko 2010-01-04 11:37:09 +01:00
  • 4168fdd8e6 ntpd: add -w "watch" option, useful for debugging to look at our own data Denys Vlasenko 2010-01-04 00:19:13 +01:00
  • d6459685c1 tar: fix problem handling tarballs with chksums prepended by spaces Denys Vlasenko 2010-01-03 23:41:11 +01:00
  • 2d3253d1f9 ntpd: fix comment, no code changes Denys Vlasenko 2010-01-03 21:52:46 +01:00
  • d498ff0ac4 ntpd: try to avoid using libm. -1.2k if we succeed Denys Vlasenko 2010-01-03 21:06:27 +01:00
  • 510f56aa6f ntpd: remove an old hack for faster initialization Denys Vlasenko 2010-01-03 12:00:26 +01:00
  • 0b002812a8 ntpd: better selection of initial sync; fewer gettimeofday calls Denys Vlasenko 2010-01-03 08:59:59 +01:00
  • 185e691ec1 update link to the comp.lang.c FAQ Denys Vlasenko 2010-01-02 18:57:45 +01:00
  • c066472b0c *: do not assign to stdout/stderr, it's not portable. Denys Vlasenko 2010-01-02 18:49:22 +01:00
  • 1ee5afdce2 ntpd: fix jitter calculations and status propagation Denys Vlasenko 2010-01-02 15:57:07 +01:00
  • f25252c69e watch: more compatible screen format Denys Vlasenko 2010-01-02 01:57:32 +01:00
  • 2e36eb8f27 ntpd: speed up reaction to poll interval decrease Denys Vlasenko 2010-01-02 01:50:16 +01:00
  • d9109e3b48 ntpd: improve frequency filtering Denys Vlasenko 2010-01-02 00:36:43 +01:00
  • a9aaeda0e9 ntpd: restore forgotten delay sanitization Denys Vlasenko 2010-01-01 22:23:27 +01:00
  • e4844b8a5f ntpd: add a comment, no code changes Denys Vlasenko 2010-01-01 21:59:49 +01:00
  • 61313117a0 ntpd: disable unused code; show kernel's clock drift correction Denys Vlasenko 2010-01-01 19:56:16 +01:00
  • bfc2a32d88 ntpd: reduce poll interval increase rate Denys Vlasenko 2010-01-01 18:12:06 +01:00
  • dd6673bac5 ntpd: replace openntp's clock discipline with ntpd's Denys Vlasenko 2010-01-01 16:46:17 +01:00
  • 8a428d9b15 ntpd: ntpd.c -> ntpd_simple.c Denys Vlasenko 2010-01-01 16:45:43 +01:00
  • d2fe69f9dc ntpd: preparatory patches, no functional changes Denys Vlasenko 2009-12-30 18:38:05 +01:00
  • bd1de181ad dc: make "dc -1.23 ..." work Denys Vlasenko 2009-12-30 18:37:08 +01:00
  • 6879a7ae43 ntpd: fx incorrect offset display when stepping Denys Vlasenko 2009-12-18 18:50:29 +01:00
  • 4b6abf6655 tar: fix recently added SEGV on "tar" w/o args Denys Vlasenko 2009-12-18 12:36:07 +01:00
  • afa2d33aa4 ntpd: field renames and style fixes, no code changes Denys Vlasenko 2009-12-17 23:29:33 +01:00
  • e99c8d2ef5 ntpd: eliminate one time(NULL) call Denys Vlasenko 2009-12-17 12:17:41 +01:00
  • 8a936cfab7 tar: add support for --overwrite. +70 bytes. Denys Vlasenko 2009-12-16 23:18:59 +01:00
  • 425ad9c93b libunarchive: move dpkg-specific things into dpkg.c. 0 byte size differences Denys Vlasenko 2009-12-16 22:46:01 +01:00
  • dbc6a7a8fd httpd -m: output salted MD5 hash. By (forrest AT hifulltech.com) Denys Vlasenko 2009-12-16 02:28:50 +01:00
  • cc428147c1 mount: dont include NFS headers if not needed; drop support for Linux <2.2.0 Denys Vlasenko 2009-12-16 02:06:56 +01:00
  • b7a0e13d1c mount: fix goof in last commit; clear errno since we use perror_msg later Denys Vlasenko 2009-12-15 16:36:14 +01:00
  • cb37637b47 switch_root: more clear error messages Denys Vlasenko 2009-12-15 01:55:55 +01:00
  • 4e60f304d4 mount: if we mount //host/xxx, add ip=IPADDR to options Denys Vlasenko 2009-12-15 01:28:59 +01:00
  • d7171c1140 init: fix logically inverted FEATURE_EXTRA_QUIET check Denys Vlasenko 2009-12-15 00:34:59 +01:00
  • 1a8de6f8a2 init: use applet_name instead of "init" - we can be linuxrc Denys Vlasenko 2009-12-14 03:16:28 +01:00
  • 18f89128e5 init: for paranoid reasons, restore SIGCONT too. Denys Vlasenko 2009-12-14 03:08:30 +01:00
  • bcc6ec9b7e init: fix "while true; do reboot; done" bug. +15 bytes. Closes bug 781 Denys Vlasenko 2009-12-14 03:03:29 +01:00
  • 6be918d0ae init: make FEATURE_EXTRA_QUIET more consistent. +1 byte Denys Vlasenko 2009-12-14 01:32:11 +01:00
  • 78fcec4dc7 crond: do not log info messages at LOG_ERR. Closes bug 681. +62 bytes. Denys Vlasenko 2009-12-13 17:42:49 +01:00
  • aa42d13e32 sort: make sort -o FILE FILE (same FILE) work. Closes bug 785. -3 bytes Denys Vlasenko 2009-12-13 02:09:22 +01:00
  • 31e2e7b863 randomconfig fixes Denys Vlasenko 2009-12-12 02:42:35 +01:00
  • 1315c30fef mount: needs find_mount_point.o Denys Vlasenko 2009-12-11 15:01:54 +01:00
  • 800ff7cc75 stty: code shrink -44 bytes Denys Vlasenko 2009-12-11 15:00:17 +01:00
  • 9f5a577a32 stty: fix columns command. closes bug 791. Denys Vlasenko 2009-12-11 14:17:02 +01:00
  • d2c879da25 wget: fix signedness in the compare (paranoia only, G.content_len is never < 0) Denys Vlasenko 2009-12-11 14:12:28 +01:00
  • a3aa3e3095 wget: check for close success; fix chunked; do not bother to send QUIT to ftp Denys Vlasenko 2009-12-11 12:36:10 +01:00
  • 4662de0511 replace APP_xxDHCPxx with xxDHCPxx, it's more consistent with the rest Denys Vlasenko 2009-12-11 02:21:10 +01:00
  • 8656676a21 mount: "already mounted" msg appears only if -v Denys Vlasenko 2009-12-10 21:32:28 +01:00
  • 46a1477107 ash: trivial optimization -6 bytes Denys Vlasenko 2009-12-10 21:27:13 +01:00
  • 11a802a0fa lsusb: new applet. +400 bytes Souf Oued 2009-12-07 01:37:34 +01:00
  • 982bc7176d lspci: new applet. +573 bytes Souf Oued 2009-12-05 17:56:25 +01:00
  • f92874e747 replace /bin/mdev with /sbin/mdev Denys Vlasenko 2009-12-05 15:59:05 +01:00
  • a7329667b4 mount: prevent second mount -a from mounting everything again Denys Vlasenko 2009-12-05 04:25:19 +01:00
  • 14b0f4feb3 trim usage text. -238 bytes Denys Vlasenko 2009-12-05 02:44:34 +01:00
  • e9ac32a067 ash: fix double comma in initializer Denys Vlasenko 2009-12-05 02:01:25 +01:00
  • 359da5e3be ash: implement set -o pipefail (conditional on bash compat). +39 bytes Michael Abbott 2009-12-04 23:03:29 +01:00
  • 285ad155c4 ash: preparatory work for pipefail and code shrink. -44 bytes Denys Vlasenko 2009-12-04 23:02:27 +01:00
  • 7a7b034482 ash: re-enable SIGHUP on entry. Closes bug 771. Denys Vlasenko 2009-12-04 04:18:31 +01:00
  • 6b5accbfc1 mount: add support for -O list. +44 bytes Michael Abbott 2009-12-04 03:33:07 +01:00
  • 6dc0ace109 grep: fix a case when -o loops forever Denys Vlasenko 2009-12-04 02:48:14 +01:00
  • 6a110c969f ntpd: remove dynamic dns resolution code, too complex. -69 bytes Denys Vlasenko 2009-12-03 00:20:58 +01:00
  • 7cb1d6ccf3 ntpd: try to avoid DNS requests *during* NTP roundtrip. +23 bytes Denys Vlasenko 2009-12-02 23:46:25 +01:00
  • 907647fb15 ntpd: implement -x. shrink code a bit. -69 bytes Denys Vlasenko 2009-12-02 23:17:45 +01:00
  • 4bd5189370 ntpd: fix malloc-too-short bug; code shrink -76 bytes Denys Vlasenko 2009-12-02 13:43:06 +01:00
  • ebde6f10fb ntpd: fix "synced" state detection Denys Vlasenko 2009-12-02 12:29:06 +01:00
  • f91e63cbc3 ntpd: continuing small message tweaks and the like. -29 bytes Denys Vlasenko 2009-12-02 02:30:31 +01:00
  • 386960a38e htpd: better logging; removed some unused code and data. -212 bytes Denys Vlasenko 2009-12-02 01:51:24 +01:00
  • fae9f499b2 ntpd: make it work w/o -g too :( Denys Vlasenko 2009-12-01 02:32:01 +01:00
  • 8eda4a9005 ash: straighten up a bit of code in varvalue() Denys Vlasenko 2009-11-30 12:16:17 +01:00
  • d0f9d0ed58 touch: needs another fix after last utimes() fixes Denys Vlasenko 2009-11-30 11:36:14 +01:00
  • 1284774d60 awk: fix an incorrect casting to string (bug 725). -44 bytes. Denys Vlasenko 2009-11-30 01:15:04 +01:00
  • cdeda16ee4 awk: preparatory patch, no essential code changes. -13 bytes. Denys Vlasenko 2009-11-30 01:14:16 +01:00
  • dcbfaba264 fix improper utimes usage Denys Vlasenko 2009-11-29 19:40:36 +01:00
  • bf22475e95 tar: add a test for latest fix Denys Vlasenko 2009-11-29 19:09:29 +01:00
  • d43d628f8b tar: revert part of last change. -39 bytes Denys Vlasenko 2009-11-29 16:28:33 +01:00
  • f94c9bf288 tar: fix bug 673 (misdetection of repeated dir as hardlink). +92 bytes Denys Vlasenko 2009-11-29 07:45:33 +01:00
  • 2ce42e98d7 ash: more cosmetics and cleanups Denys Vlasenko 2009-11-29 02:18:13 +01:00
  • 068d386a6c ash: cosmetics, no code changes Denys Vlasenko 2009-11-29 01:41:11 +01:00
  • 76bc2d6deb ash: remove last "signed char"; make SIT() clearer. -12 bytes Denys Vlasenko 2009-11-29 01:37:46 +01:00
  • 0337e038a9 ash: randmconfig fix Denys Vlasenko 2009-11-29 00:12:30 +01:00
  • cd71683ae6 ash: remake strange signed char machinery to be unsigned. -57 bytes Denys Vlasenko 2009-11-28 22:14:02 +01:00
  • e992bae6f9 *: remove a few more cases of argc usage. -89 bytes. Denys Vlasenko 2009-11-28 15:18:53 +01:00
  • 86cfb70ca5 flash_eraseall: stop using obsolete mtd/jffs2-user.h; code shrink Denys Vlasenko 2009-11-27 13:26:17 +01:00
  • 160b9ca731 ntpd: make it NOMMU-safe; ash: exclude it on NOMMU builds Denys Vlasenko 2009-11-27 02:35:15 +01:00
  • 1361aa2e2d udp_io: fix two more potential cases of unaligned accesses. 0 code size changes. Denys Vlasenko 2009-11-26 16:52:25 +01:00