1. b7841cf ntpd: fix incorrect m_status field in outgoing packets. Closes 5120 by Paul Marks · 12 years ago
  2. 6967578 whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
  3. 12677ac CONFIG_PID_FILE_PATH: new configuration option for pidfile paths by Anthony G. Basile · 12 years ago
  4. c5fe9f7 include sys/resource.h where needed by Mike Frysinger · 12 years ago
  5. 4125a6b ntpd: on time step, kill all outstanding replies from other peers by Denys Vlasenko · 13 years ago
  6. 3e3a8d5 ntpd: fix build failure if !NTPD_SERVER. Closes 4994 by Denys Vlasenko · 13 years ago
  7. 79bec06 ntpd: make "reply from IP" messages more uniform by Denys Vlasenko · 13 years ago
  8. d98dc92 ntpd: drop offset averaging code by Denys Vlasenko · 13 years ago
  9. 8be49c3 ntpd: tweak log messages format by Denys Vlasenko · 13 years ago
  10. 547ee79 ntpd: fix a case when discipline_jitter = 0 if we step by Denys Vlasenko · 13 years ago
  11. 132b044 ntpd: experimental code to correct frequency a bit more aggressively by Denys Vlasenko · 13 years ago
  12. 97e5281 ntpd: fix the "are we a server" check in previous commit by Denys Vlasenko · 13 years ago
  13. e8ce285 ntpd: avoid printing messages between send and recv. good for fast networks by Denys Vlasenko · 13 years ago
  14. b124c34 ntpd: log clock drift with three digits after decimal point by Denys Vlasenko · 13 years ago
  15. 74584b8 ntpd: log jitter on update too; increase assumed clock precision x2 - to 2ms by Denys Vlasenko · 13 years ago
  16. fc4ebd0 ntpd: fix offset adjustment after step; better step printing by Denys Vlasenko · 13 years ago
  17. 16c52a5 ntpd: increase OPT_qq constant to not collide with -L by Denys Vlasenko · 13 years ago
  18. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  19. 662972a The [-Wunused-but-set-variable] warnings by Cristian Ionescu-Idbohrn · 14 years ago
  20. 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 14 years ago
  21. 8e23faf ntpd: decrease ntpd -q "no response" timeout to 10 sec by Denys Vlasenko · 14 years ago
  22. b7c9fb2 whitespace fixes by Denys Vlasenko · 14 years ago
  23. fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
  24. 894ef60 ntpd: fix usage text and a typo in constant name by Leonid Lisovskiy · 14 years ago
  25. d678257 ntpd: allow peer-less (standalone stratum 1 server) operation by Denys Vlasenko · 14 years ago
  26. 74c992a ntpd: with -q, exit after 60 seconds even if time is not synced. by Denys Vlasenko · 14 years ago
  27. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  28. 0f89605 *: more empty lines removed. no code changes by Denys Vlasenko · 14 years ago
  29. f3ea792 *: mass cosmetic removal of extra empty lines. no code changes by Denys Vlasenko · 14 years ago
  30. eff6d59 ntpd: step correction to variables had wrong sign, fixing by Denys Vlasenko · 15 years ago
  31. 8531d76 *: code shrink and better "died from signal" reporting from wait4pid by Denys Vlasenko · 15 years ago
  32. 24928ff ntpd: explain why scripts can be run in quick succession by Denys Vlasenko · 15 years ago
  33. 57f46c1 ntpd: remove some code which is at best unneeded and at worst wrong by Denys Vlasenko · 15 years ago
  34. 9b20adc ntpd: add anti-clock-hopping code by Denys Vlasenko · 15 years ago
  35. 5b9a910 ntpd: disable frequency estimation code by Denys Vlasenko · 15 years ago
  36. 65d722b ntpd: explain algorithm by Denys Vlasenko · 15 years ago
  37. 12628b7 ntpd: expose more data to the script; more eagerly drop to lower poll by Denys Vlasenko · 15 years ago
  38. ae47335 ntpd: show at loglevel 2 and export in env current poll interval by Denys Vlasenko · 15 years ago
  39. 6959f6b hwclock: disable time diff code; ntpd -S script: do not wait for completion by Denys Vlasenko · 15 years ago
  40. 06667f2 ntpd: renew cur_time after script run, it can take a while by Denys Vlasenko · 15 years ago
  41. ede737b ntpd: add -S PROG option. This feature is crucial for CMOS/RTC syncronization by Denys Vlasenko · 15 years ago
  42. 074e8dc ntpd: make -w less cumbersome to use by Denys Vlasenko · 15 years ago
  43. 4168fdd ntpd: add -w "watch" option, useful for debugging to look at our own data by Denys Vlasenko · 15 years ago
  44. 2d3253d ntpd: fix comment, no code changes by Denys Vlasenko · 15 years ago
  45. d498ff0 ntpd: try to avoid using libm. -1.2k if we succeed by Denys Vlasenko · 15 years ago
  46. 510f56a ntpd: remove an old hack for faster initialization by Denys Vlasenko · 15 years ago
  47. 0b00281 ntpd: better selection of initial sync; fewer gettimeofday calls by Denys Vlasenko · 15 years ago
  48. 1ee5afd ntpd: fix jitter calculations and status propagation by Denys Vlasenko · 15 years ago
  49. 2e36eb8 ntpd: speed up reaction to poll interval decrease by Denys Vlasenko · 15 years ago
  50. d9109e3 ntpd: improve frequency filtering by Denys Vlasenko · 15 years ago
  51. a9aaeda ntpd: restore forgotten delay sanitization by Denys Vlasenko · 15 years ago
  52. e4844b8 ntpd: add a comment, no code changes by Denys Vlasenko · 15 years ago
  53. 6131311 ntpd: disable unused code; show kernel's clock drift correction by Denys Vlasenko · 15 years ago
  54. bfc2a32 ntpd: reduce poll interval increase rate by Denys Vlasenko · 15 years ago
  55. dd6673b ntpd: replace openntp's clock discipline with ntpd's by Denys Vlasenko · 15 years ago
  56. 8a428d9 ntpd: ntpd.c -> ntpd_simple.c by Denys Vlasenko · 15 years ago
  57. d2fe69f ntpd: preparatory patches, no functional changes by Denys Vlasenko · 15 years ago
  58. 6879a7a ntpd: fx incorrect offset display when stepping by Denys Vlasenko · 15 years ago
  59. afa2d33 ntpd: field renames and style fixes, no code changes by Denys Vlasenko · 15 years ago
  60. e99c8d2 ntpd: eliminate one time(NULL) call by Denys Vlasenko · 15 years ago
  61. 6a110c9 ntpd: remove dynamic dns resolution code, too complex. -69 bytes by Denys Vlasenko · 15 years ago
  62. 7cb1d6c ntpd: try to avoid DNS requests *during* NTP roundtrip. +23 bytes by Denys Vlasenko · 15 years ago
  63. 907647f ntpd: implement -x. shrink code a bit. -69 bytes by Denys Vlasenko · 15 years ago
  64. 4bd5189 ntpd: fix malloc-too-short bug; code shrink -76 bytes by Denys Vlasenko · 15 years ago
  65. ebde6f1 ntpd: fix "synced" state detection by Denys Vlasenko · 15 years ago
  66. f91e63c ntpd: continuing small message tweaks and the like. -29 bytes by Denys Vlasenko · 15 years ago
  67. 386960a htpd: better logging; removed some unused code and data. -212 bytes by Denys Vlasenko · 15 years ago
  68. fae9f49 ntpd: make it work w/o -g too :( by Denys Vlasenko · 15 years ago
  69. 160b9ca ntpd: make it NOMMU-safe; ash: exclude it on NOMMU builds by Denys Vlasenko · 15 years ago
  70. 650a701 ntpd: trivial -2 byte code optimization by Denys Vlasenko · 15 years ago
  71. b2e5fc3 ntpd: and real handling for -N, show usage w/o options; trim text by Denys Vlasenko · 15 years ago
  72. b1278a3 ntpd: locally bind every peer socket. +22 bytes by Denys Vlasenko · 15 years ago
  73. 9cc60d7 ntpd: fix vda's breakage by Denys Vlasenko · 15 years ago
  74. 363e89b ntpd: use MSG_DONTWAIT; better readability by Denys Vlasenko · 15 years ago
  75. ca6c7e4 ntp: simplifications; libbb: simpler resolution of numeric hostnames by Denys Vlasenko · 15 years ago
  76. 8d580c7 ntpd: add -q option. By Adam Tkac. by Denys Vlasenko · 15 years ago
  77. b158506 ntpd: new applet by Adam Tkac. +5k. by Adam Tkac · 15 years ago