summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* *: remove some uses of argcDenys Vlasenko2010-01-0426-78/+77
* *: make 2 more "int argc"'s unused; more saved if !DESKTOPDenys Vlasenko2010-01-047-15/+20
* hush: fix exitcodes of killed processesDenys Vlasenko2010-01-043-2/+18
* ntpd: add -w "watch" option, useful for debugging to look at our own dataDenys Vlasenko2010-01-042-14/+28
* tar: fix problem handling tarballs with chksums prepended by spacesDenys Vlasenko2010-01-031-1/+2
* ntpd: fix comment, no code changesDenys Vlasenko2010-01-031-1/+1
* ntpd: try to avoid using libm. -1.2k if we succeedDenys Vlasenko2010-01-031-1/+39
* ntpd: remove an old hack for faster initializationDenys Vlasenko2010-01-031-27/+2
* ntpd: better selection of initial sync; fewer gettimeofday callsDenys Vlasenko2010-01-031-126/+126
* update link to the comp.lang.c FAQDenys Vlasenko2010-01-021-1/+1
* *: do not assign to stdout/stderr, it's not portable.Denys Vlasenko2010-01-023-11/+3
* ntpd: fix jitter calculations and status propagationDenys Vlasenko2010-01-021-61/+58
* watch: more compatible screen formatDenys Vlasenko2010-01-021-1/+1
* ntpd: speed up reaction to poll interval decreaseDenys Vlasenko2010-01-021-0/+13
* ntpd: improve frequency filteringDenys Vlasenko2010-01-021-21/+43
* ntpd: restore forgotten delay sanitizationDenys Vlasenko2010-01-011-0/+2
* ntpd: add a comment, no code changesDenys Vlasenko2010-01-011-1/+8
* ntpd: disable unused code; show kernel's clock drift correctionDenys Vlasenko2010-01-011-24/+38
* ntpd: reduce poll interval increase rateDenys Vlasenko2010-01-011-16/+19
* ntpd: replace openntp's clock discipline with ntpd'sDenys Vlasenko2010-01-011-0/+1985
* ntpd: ntpd.c -> ntpd_simple.cDenys Vlasenko2010-01-011-0/+0
* ntpd: preparatory patches, no functional changesDenys Vlasenko2009-12-301-58/+60
* dc: make "dc -1.23 ..." workDenys Vlasenko2009-12-301-9/+8
* ntpd: fx incorrect offset display when steppingDenys Vlasenko2009-12-181-14/+15
* tar: fix recently added SEGV on "tar" w/o argsDenys Vlasenko2009-12-181-1/+1
* ntpd: field renames and style fixes, no code changesDenys Vlasenko2009-12-171-158/+158
* ntpd: eliminate one time(NULL) callDenys Vlasenko2009-12-171-3/+4
* tar: add support for --overwrite. +70 bytes.Denys Vlasenko2009-12-164-4/+30
* libunarchive: move dpkg-specific things into dpkg.c. 0 byte size differencesDenys Vlasenko2009-12-166-44/+34
* httpd -m: output salted MD5 hash. By (forrest AT hifulltech.com)Denys Vlasenko2009-12-161-1/+6
* mount: dont include NFS headers if not needed; drop support for Linux <2.2.0Denys Vlasenko2009-12-161-31/+36
* mount: fix goof in last commit; clear errno since we use perror_msg laterDenys Vlasenko2009-12-151-12/+13
* switch_root: more clear error messagesDenys Vlasenko2009-12-151-4/+6
* mount: if we mount //host/xxx, add ip=IPADDR to optionsDenys Vlasenko2009-12-151-30/+20
* init: fix logically inverted FEATURE_EXTRA_QUIET checkDenys Vlasenko2009-12-151-1/+1
* init: use applet_name instead of "init" - we can be linuxrcDenys Vlasenko2009-12-141-5/+5
* init: for paranoid reasons, restore SIGCONT too.Denys Vlasenko2009-12-141-0/+1
* init: fix "while true; do reboot; done" bug. +15 bytes. Closes bug 781Denys Vlasenko2009-12-141-42/+59
* init: make FEATURE_EXTRA_QUIET more consistent. +1 byteDenys Vlasenko2009-12-141-2/+3
* crond: do not log info messages at LOG_ERR. Closes bug 681. +62 bytes.Denys Vlasenko2009-12-132-16/+27
* sort: make sort -o FILE FILE (same FILE) work. Closes bug 785. -3 bytesDenys Vlasenko2009-12-132-20/+49
* 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