Age | Commit message (Expand) | Author |
2016-02-02 | Remove setproctitle() for the parent process. Because rc.d(8) uses process | Stuart Henderson |
2016-01-27 | Don't attempt to kill() the constraint in the wrong process. The | Reyk Floeter |
2016-01-27 | update ntpd log initialization to work like relayd, fix debug log levels | Brent Cook |
2016-01-11 | sneaky whitespace snuck in again | Theo de Raadt |
2015-12-29 | Don't assume fprintf() will set the FILE * error condition. | Todd C. Miller |
2015-12-19 | Switch and sync to the log.c variant from httpd/relayd/iked/snmpd/vmd. | Reyk Floeter |
2015-12-05 | EAGAIN handling for imsg_read. OK henning@ benno@ | Claudio Jeker |
2015-11-24 | Cache values from getpwnam() done at initialization, which need to be | Theo de Raadt |
2015-10-23 | Rather than re-opening the driftfile to write, keep it open; rewinding | Theo de Raadt |
2015-10-12 | Move execution of the constraints from the ntp to the parent process. | Reyk Floeter |
2015-10-09 | Change all tame callers to namechange to pledge(2). | Theo de Raadt |
2015-10-03 | In the ntpctl(1) case, after it has connect()'d to ntpd we can tame "stdio" | Theo de Raadt |
2015-07-18 | replace bzero with memset | Brent Cook |
2015-03-11 | -s is not optional, sadly; | Jason McIntyre |
2015-02-11 | Remove dead code (IMSG_HOST_DNS has been moved from the parent to | Reyk Floeter |
2015-02-10 | spacing | Reyk Floeter |
2015-02-10 | Don't show the subseconds when displaying the constraint offset. | Reyk Floeter |
2015-02-10 | Add support for "constraints": when configured, ntpd(8) will query the | Reyk Floeter |
2015-01-21 | Fix deferred host DNS lookups. | Brent Cook |
2015-01-19 | Use initial assignment of action to check for errors. | Brent Cook |
2015-01-14 | Switch drift file format to ppm for compatibility with the ntp.org | Christian Weisgerber |
2015-01-13 | bump failure to set the initial time from debug to warning | Brent Cook |
2015-01-13 | fix some memory leaks in dns handling. | Brent Cook |
2015-01-09 | remove excessive/wrong use of sys/param.h | Theo de Raadt |
2015-01-08 | sync log.c from smtpd. | Brent Cook |
2015-01-04 | rename sockaddr_un variables from 'sun' to the more common 'sa'. | Brent Cook |
2015-01-04 | Add a missing include for time.h to get the definitions of clock_gettime and ... | Brent Cook |
2014-02-10 | Run the serving and privileged ntpd processes at high priority and the | Darren Tucker |
2014-01-28 | typo in errx() string | Stuart Henderson |
2014-01-22 | allow -s<abrev> in addition to -s <word> in ntpctl commandline, like | Sebastian Benoit |
2014-01-10 | improve ntpctl usage so that the manual page does not need to be read | Theo de Raadt |
2013-11-13 | from sthen: handle msgbuf_write() returning EAGAIN | Sebastian Benoit |
2013-10-16 | tidy up the "modifier" list a little and sync usage(); | Jason McIntyre |
2013-10-11 | improve ntpctl argv parsing | Theo de Raadt |
2013-10-09 | shorten output; ok henning phessler | Theo de Raadt |
2013-10-04 | Tweak previous: | Ingo Schwarze |
2013-10-04 | Add ntpctl(8), which allows us to query the locally running ntpd(8) process | Peter Hessler |
2011-03-19 | use timerclear macro | Okan Demirmen |
2010-07-01 | don't need to setup the resolver early now that dns lookups are done | Eric Faurot |
2010-05-26 | Rename some imsg bits to make namespace collisions less likely buf to | Nicholas Marriott |
2009-06-06 | make ntpd imsg-in-a-lib ready as well. extensive testing done, no | Pierre-Yves Ritschard |
2009-06-01 | no we don't need endpwent | Henning Brauer |
2009-02-10 | log tiny frequency adjustments at debug only. | Kevin Steves |
2009-02-06 | rename a #define to be clearer; no binary change | Kevin Steves |
2009-01-29 | log warning when can't read drift file; allows detection of | Kevin Steves |
2008-07-19 | Use errx instead of fprintf, exit combo. | Claudio Jeker |
2008-05-16 | Allow ntpd to step the time at startup, now matter how large or small the | Chris Kuethe |
2008-05-14 | ntpd missed the argument check sweep. | Pierre-Yves Ritschard |
2007-12-31 | we must reset the poll timeout to INFTIM when receiving the IMSG_SETTIME | Henning Brauer |
2007-12-23 | log a warning one time when we can't open or write the drift file; | Kevin Steves |