Age | Commit message (Expand) | Author |
2008-03-02 | set the refid for v4 queries too. this allows sensor-driven ntpd to says its | Chris Kuethe |
2008-02-26 | Have popfile() also close the main config file, | Marco Pfatschbacher |
2008-01-28 | Reconnect a client socket after three consecutive send failures. | Marco Pfatschbacher |
2007-12-31 | we must reset the poll timeout to INFTIM when receiving the IMSG_SETTIME | Henning Brauer |
2007-12-27 | some fatal() calls that should be fatalx(); ok henning@ | Kevin Steves |
2007-12-23 | log a warning one time when we can't open or write the drift file; | Kevin Steves |
2007-12-23 | remove some unused #defines; ok henning@ | Kevin Steves |
2007-12-22 | just call getpwnam(NTPD_USER) once; ok henning@ | Kevin Steves |
2007-12-11 | rearrange the page to read better; ok otto henning | Jason McIntyre |
2007-12-07 | document adjfreq(2); | Jason McIntyre |
2007-12-04 | revert SIGQUIT catching; requested by deraadt | Federico G. Schwindt |
2007-12-04 | catch SIGQUIT too. ckuethe@ and henning@ ok. | Federico G. Schwindt |
2007-11-22 | be a bit less aggressive retrying; this keeps the message queue | Otto Moerbeek |
2007-11-22 | if the drift file is missing, reset adjfreq to zero; iirc diff from Glaser | Otto Moerbeek |
2007-11-12 | Remove space/tab compression function from lgetc() and replace | Marco Pfatschbacher |
2007-10-20 | ntpd and bgpd's turn to behave like the others. | Pierre-Yves Ritschard |
2007-10-19 | don't fill the logs; spotted by deraadt@ ok henning@ | Otto Moerbeek |
2007-10-16 | Allow '=' to end a number in all lexers. | Marco Pfatschbacher |
2007-10-16 | in the lex... even inside quotes, a \ followed by space or tab should | Theo de Raadt |
2007-10-15 | Allow ntpd to report the status of peers and sensors to syslog. This | Otto Moerbeek |
2007-10-13 | in all these programs using the same pfctl-derived parse.y, re-unify the | Theo de Raadt |
2007-10-11 | next step in the yylex unification: handle quoted strings in a nicer fashion | Theo de Raadt |
2007-09-14 | use a setup function for options, cleaner; ok cloder | Theo de Raadt |
2007-09-14 | Correctly assign a default weight of 1 to sensors and servers. | Chris Kuethe |
2007-09-13 | add -n to usage(); | Jason McIntyre |
2007-09-13 | Provide the -n switch like in the other imsg daemons for testing | Pierre-Yves Ritschard |
2007-09-13 | one more missed change; | Jason McIntyre |
2007-09-13 | Small style tweak, from jmc and Maurice Janssen | Chris Kuethe |
2007-09-12 | Add a knob to compensate for a refclock that is early or late. Based on a | Chris Kuethe |
2007-09-12 | default weight has to remain 1; seen by Maurice Janssen | Theo de Raadt |
2007-09-11 | this is where it all started, since future ntpd.conf commands will require | Theo de Raadt |
2007-08-22 | Allow ntpd to log sensor offsets and adjtime calls to syslog at LOG_DEBUG | Chris Kuethe |
2007-08-04 | This diff makes ntpd poll for sensors more aggressively when the use of | Chris Kuethe |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-26 | use __packed structs for the on-the-wire packets and just memcpy at once | Henning Brauer |
2007-05-01 | if resolving a name fails, be more aggressive retrying, but with care: | Otto Moerbeek |
2007-04-30 | aggressive spelling fix, spotted by jbg | Theo de Raadt |
2007-03-27 | Normalize tv so that tv_usec is positive. The kernel also normalizes, | Otto Moerbeek |
2007-03-23 | Increase sensor polling interval to 30s, just like ntp polls. This | Chris Kuethe |
2007-03-19 | when our red/recv/recvmsg in imsg_read gives EINTR or EAGAIN, do not | Henning Brauer |
2007-03-01 | read buffer size must be >= max imsg size. | Henning Brauer |
2007-02-24 | xref adjfreq(2); from Igor Zinovik | Otto Moerbeek |
2007-01-23 | Typo in fatal() message found by dunceor @ gmail dot com | Claudio Jeker |
2007-01-15 | the new sensors tre can give us the number of sensors per type. | Henning Brauer |
2007-01-15 | Although Unix compilers accept more than one definition of a global | Otto Moerbeek |
2007-01-14 | Esape from the Mouth of Madness by adjusting stored sensor offsets | Otto Moerbeek |
2007-01-14 | Add some comments on the expresssion which converts sensor timedeltas | Otto Moerbeek |
2006-12-28 | forgot a dereference in the previous conversion; ok deraadt@ | Christian Weisgerber |
2006-12-23 | adapt to new two-level sensor sysctl framework; by Constantine A. Murenin | Theo de Raadt |
2006-12-20 | let ntpd use sensors immediately after system boot by special casing | Henning Brauer |