aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-05AUTHORS: mention Jie ZhangDenys Vlasenko
2010-01-05cpio: fix unpacking of names with leading slashesDenys Vlasenko
2010-01-04ntpd: make -w less cumbersome to useDenys Vlasenko
2010-01-04fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gma...Denys Vlasenko
2010-01-04[un]expand: unicode supportTomas Heinrich
2010-01-04ar: heh, there *was* "-1" already...Denys Vlasenko
2010-01-04ar: fix two bugs, one added by prev comment and other we SEGV with no paramsDenys Vlasenko
2010-01-04*: remove some uses of argcDenys Vlasenko
2010-01-04*: make 2 more "int argc"'s unused; more saved if !DESKTOPDenys Vlasenko
2010-01-04hush: fix exitcodes of killed processesDenys Vlasenko
2010-01-04ntpd: add -w "watch" option, useful for debugging to look at our own dataDenys Vlasenko
2010-01-03tar: fix problem handling tarballs with chksums prepended by spacesDenys Vlasenko
2010-01-03ntpd: fix comment, no code changesDenys Vlasenko
2010-01-03ntpd: try to avoid using libm. -1.2k if we succeedDenys Vlasenko
2010-01-03ntpd: remove an old hack for faster initializationDenys Vlasenko
2010-01-03ntpd: better selection of initial sync; fewer gettimeofday callsDenys Vlasenko
2010-01-02update link to the comp.lang.c FAQDenys Vlasenko
2010-01-02*: do not assign to stdout/stderr, it's not portable.Denys Vlasenko
2010-01-02ntpd: fix jitter calculations and status propagationDenys Vlasenko
2010-01-02watch: more compatible screen formatDenys Vlasenko
2010-01-02ntpd: speed up reaction to poll interval decreaseDenys Vlasenko
2010-01-02ntpd: improve frequency filteringDenys Vlasenko
2010-01-01ntpd: restore forgotten delay sanitizationDenys Vlasenko
2010-01-01ntpd: add a comment, no code changesDenys Vlasenko
2010-01-01ntpd: disable unused code; show kernel's clock drift correctionDenys Vlasenko
2010-01-01ntpd: reduce poll interval increase rateDenys Vlasenko
2010-01-01ntpd: replace openntp's clock discipline with ntpd'sDenys Vlasenko
2010-01-01ntpd: ntpd.c -> ntpd_simple.cDenys Vlasenko
2009-12-30ntpd: preparatory patches, no functional changesDenys Vlasenko
2009-12-30dc: make "dc -1.23 ..." workDenys Vlasenko
2009-12-18ntpd: fx incorrect offset display when steppingDenys Vlasenko
2009-12-18tar: fix recently added SEGV on "tar" w/o argsDenys Vlasenko
2009-12-17ntpd: field renames and style fixes, no code changesDenys Vlasenko
2009-12-17ntpd: eliminate one time(NULL) callDenys Vlasenko
2009-12-16tar: add support for --overwrite. +70 bytes.Denys Vlasenko
2009-12-16libunarchive: move dpkg-specific things into dpkg.c. 0 byte size differencesDenys Vlasenko
2009-12-16httpd -m: output salted MD5 hash. By (forrest AT hifulltech.com)Denys Vlasenko
2009-12-16mount: dont include NFS headers if not needed; drop support for Linux <2.2.0Denys Vlasenko
2009-12-15mount: fix goof in last commit; clear errno since we use perror_msg laterDenys Vlasenko
2009-12-15switch_root: more clear error messagesDenys Vlasenko
2009-12-15mount: if we mount //host/xxx, add ip=IPADDR to optionsDenys Vlasenko
2009-12-15init: fix logically inverted FEATURE_EXTRA_QUIET checkDenys Vlasenko
2009-12-14init: use applet_name instead of "init" - we can be linuxrcDenys Vlasenko
2009-12-14init: for paranoid reasons, restore SIGCONT too.Denys Vlasenko
2009-12-14init: fix "while true; do reboot; done" bug. +15 bytes. Closes bug 781Denys Vlasenko
2009-12-14init: make FEATURE_EXTRA_QUIET more consistent. +1 byteDenys Vlasenko
2009-12-13crond: do not log info messages at LOG_ERR. Closes bug 681. +62 bytes.Denys Vlasenko
2009-12-13sort: make sort -o FILE FILE (same FILE) work. Closes bug 785. -3 bytesDenys Vlasenko
2009-12-12randomconfig fixesDenys Vlasenko
2009-12-11mount: needs find_mount_point.oDenys Vlasenko