aboutsummaryrefslogtreecommitdiff
path: root/TODO (unfollow)
Commit message (Expand)AuthorFilesLines
2010-01-04hush: fix exitcodes of killed processesDenys Vlasenko3-2/+18
2010-01-04ntpd: add -w "watch" option, useful for debugging to look at our own dataDenys Vlasenko2-14/+28
2010-01-03tar: fix problem handling tarballs with chksums prepended by spacesDenys Vlasenko1-1/+2
2010-01-03ntpd: fix comment, no code changesDenys Vlasenko1-1/+1
2010-01-03ntpd: try to avoid using libm. -1.2k if we succeedDenys Vlasenko1-1/+39
2010-01-03ntpd: remove an old hack for faster initializationDenys Vlasenko1-27/+2
2010-01-03ntpd: better selection of initial sync; fewer gettimeofday callsDenys Vlasenko1-126/+126
2010-01-02update link to the comp.lang.c FAQDenys Vlasenko1-1/+1
2010-01-02*: do not assign to stdout/stderr, it's not portable.Denys Vlasenko3-11/+3
2010-01-02ntpd: fix jitter calculations and status propagationDenys Vlasenko1-61/+58
2010-01-02watch: more compatible screen formatDenys Vlasenko1-1/+1
2010-01-02ntpd: speed up reaction to poll interval decreaseDenys Vlasenko1-0/+13
2010-01-02ntpd: improve frequency filteringDenys Vlasenko1-21/+43
2010-01-01ntpd: restore forgotten delay sanitizationDenys Vlasenko1-0/+2
2010-01-01ntpd: add a comment, no code changesDenys Vlasenko1-1/+8
2010-01-01ntpd: disable unused code; show kernel's clock drift correctionDenys Vlasenko1-24/+38
2010-01-01ntpd: reduce poll interval increase rateDenys Vlasenko1-16/+19