summaryrefslogtreecommitdiff
path: root/usr.sbin/ntpd/ntpd.c
AgeCommit message (Expand)Author
2015-07-18replace bzero with memsetBrent Cook
2015-03-11-s is not optional, sadly;Jason McIntyre
2015-02-11Remove dead code (IMSG_HOST_DNS has been moved from the parent toReyk Floeter
2015-02-10spacingReyk Floeter
2015-02-10Don't show the subseconds when displaying the constraint offset.Reyk Floeter
2015-02-10Add support for "constraints": when configured, ntpd(8) will query theReyk Floeter
2015-01-21Fix deferred host DNS lookups.Brent Cook
2015-01-19Use initial assignment of action to check for errors.Brent Cook
2015-01-14Switch drift file format to ppm for compatibility with the ntp.orgChristian Weisgerber
2015-01-13bump failure to set the initial time from debug to warningBrent Cook
2015-01-13fix some memory leaks in dns handling.Brent Cook
2015-01-09remove excessive/wrong use of sys/param.hTheo de Raadt
2015-01-08sync log.c from smtpd.Brent Cook
2015-01-04rename sockaddr_un variables from 'sun' to the more common 'sa'.Brent Cook
2015-01-04Add a missing include for time.h to get the definitions of clock_gettime and ...Brent Cook
2014-02-10Run the serving and privileged ntpd processes at high priority and theDarren Tucker
2014-01-28typo in errx() stringStuart Henderson
2014-01-22allow -s<abrev> in addition to -s <word> in ntpctl commandline, likeSebastian Benoit
2014-01-10improve ntpctl usage so that the manual page does not need to be readTheo de Raadt
2013-11-13from sthen: handle msgbuf_write() returning EAGAINSebastian Benoit
2013-10-16tidy up the "modifier" list a little and sync usage();Jason McIntyre
2013-10-11improve ntpctl argv parsingTheo de Raadt
2013-10-09shorten output; ok henning phesslerTheo de Raadt
2013-10-04Tweak previous:Ingo Schwarze
2013-10-04Add ntpctl(8), which allows us to query the locally running ntpd(8) processPeter Hessler
2011-03-19use timerclear macroOkan Demirmen
2010-07-01don't need to setup the resolver early now that dns lookups are doneEric Faurot
2010-05-26Rename some imsg bits to make namespace collisions less likely buf toNicholas Marriott
2009-06-06make ntpd imsg-in-a-lib ready as well. extensive testing done, noPierre-Yves Ritschard
2009-06-01no we don't need endpwentHenning Brauer
2009-02-10log tiny frequency adjustments at debug only.Kevin Steves
2009-02-06rename a #define to be clearer; no binary changeKevin Steves
2009-01-29log warning when can't read drift file; allows detection ofKevin Steves
2008-07-19Use errx instead of fprintf, exit combo.Claudio Jeker
2008-05-16Allow ntpd to step the time at startup, now matter how large or small theChris Kuethe
2008-05-14ntpd missed the argument check sweep.Pierre-Yves Ritschard
2007-12-31we must reset the poll timeout to INFTIM when receiving the IMSG_SETTIMEHenning Brauer
2007-12-23log a warning one time when we can't open or write the drift file;Kevin Steves
2007-12-22just call getpwnam(NTPD_USER) once; ok henning@Kevin Steves
2007-12-04revert SIGQUIT catching; requested by deraadtFederico G. Schwindt
2007-12-04catch SIGQUIT too. ckuethe@ and henning@ ok.Federico G. Schwindt
2007-11-22if the drift file is missing, reset adjfreq to zero; iirc diff from GlaserOtto Moerbeek
2007-09-13add -n to usage();Jason McIntyre
2007-09-13Provide the -n switch like in the other imsg daemons for testingPierre-Yves Ritschard
2007-08-22Allow ntpd to log sensor offsets and adjtime calls to syslog at LOG_DEBUGChris Kuethe
2007-01-15Although Unix compilers accept more than one definition of a globalOtto Moerbeek
2006-06-30spacesTheo de Raadt
2006-06-30don't write anything to log until we are daemonized. spotted byOtto Moerbeek
2006-06-26Reset adjtime() on startup; having an adjtime() active while startingOtto Moerbeek
2006-06-22Save the computed clock drift and use it on startup. ok deraadt@Otto Moerbeek