summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* find: add optional support for -links. +100 bytesMatheus Izvekov2010-01-063-6/+36
* gzip: add optional support for --long-optsMatheus Izvekov2010-01-062-1/+27
* AUTHORS: mention Jie ZhangDenys Vlasenko2010-01-051-0/+3
* cpio: fix unpacking of names with leading slashesDenys Vlasenko2010-01-053-2/+13
* ntpd: make -w less cumbersome to useDenys Vlasenko2010-01-042-3/+3
* fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gma...Denys Vlasenko2010-01-0411-105/+183
* [un]expand: unicode supportTomas Heinrich2010-01-043-18/+42
* ar: heh, there *was* "-1" already...Denys Vlasenko2010-01-041-1/+1
* ar: fix two bugs, one added by prev comment and other we SEGV with no paramsDenys Vlasenko2010-01-042-9/+9
* *: 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