summaryrefslogtreecommitdiff
path: root/usr.sbin/ntpd
AgeCommit message (Expand)Author
2014-06-03remove set but not used variableCharles Longeau
2014-05-12Fix format strings involving time_t arguments, fixes `ntpd -d' on sparc (andMiod Vallat
2014-02-12Remove the bogus author "U. Delaware" from RFC 5905Ingo Schwarze
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-25use u_char for buffers in yylex, for ctype callsSebastian Benoit
2013-11-13from sthen: handle msgbuf_write() returning EAGAINSebastian Benoit
2013-10-21remove the IPv4-only check for rdomains, allows IPv6 to use themPeter Hessler
2013-10-16tidy up the "modifier" list a little and sync usage();Jason McIntyre
2013-10-15Remove stray (long) cast of value being assigned to tv_secs.Kenneth R Westerback
2013-10-11improve ntpctl argv parsingTheo de Raadt
2013-10-09shorten output; ok henning phesslerTheo de Raadt
2013-10-06tweak previous;Jason McIntyre
2013-10-04Tweak previous:Ingo Schwarze
2013-10-04Add ntpctl(8), which allows us to query the locally running ntpd(8) processPeter Hessler
2013-09-28Resolve the uncertainty in the REFID assignment.Peter Hessler
2013-08-14no longer any need to quote macro lines with >9 args;Jason McIntyre
2013-04-30Remove unused function argument variables 'len' and 'auth' fromMarcus Glocker
2012-09-26last stage of rfc changes, using consistent Rs/Re blocks, and moving theJason McIntyre
2012-09-20Allow ntpd.conf to assign a stratum to a sensor with the syntax stratum <level>.Patrick Wildt
2012-09-19clarify which process writes out stats upong SIGINFO reception.Henning Brauer
2012-08-30rfc 5905 replaces rfc 2030; for now, the reference to 2030 in ntpd.confJason McIntyre
2011-12-28only add the rdomain for hostname lookups, when we have a hostname to lookup.Peter Hessler
2011-09-21fix the two most offensive indentation violations in here.Peter Hessler
2011-09-21Add rdomain support to NTPd.Peter Hessler
2011-09-17tweak previous;Jason McIntyre
2011-09-17improve -s description. the major points are set vs adjust and stay inHenning Brauer
2011-07-08tweak previous;Jason McIntyre
2011-07-07timed's time is up. use ntpd(8). Even our own fossil developersTheo de Raadt
2011-06-17close pipe_prnt[0] earlier, foremost before forking the dns processHenning Brauer
2011-06-16clamp stratum to NTP_MAXSTRATUM. lingering in my tree for ages. someone likelyHenning Brauer
2011-03-19use timerclear macroOkan Demirmen
2010-08-03fix linecount bug with comments spanning multiple linesHenning Brauer
2010-07-01don't need to setup the resolver early now that dns lookups are doneEric Faurot
2010-05-26Move imsg into libutil and add a man page.Nicholas Marriott
2010-05-26Rename some imsg bits to make namespace collisions less likely buf toNicholas Marriott
2010-04-27imsg.h does not need sys/tree.h.Nicholas Marriott
2010-04-20Get rid of MAXSENSORDEVICES. Gaps in sensordev lists are now handledTheo de Raadt
2010-04-07Remove XXX comment and just close received fd if calloc() fails.Nicholas Marriott
2009-09-15Enclose repeated buffer draining code in a new msgbuf_drain()Jacek Masiulaniec
2009-08-08Make imsg_clear close and free any fds in the received fd queue as well asNicholas Marriott
2009-07-23make buf_write() behave like msgbuf_write(): send out only theEric Faurot
2009-06-25incorrect .PATH setting, discovered with nicmTheo de Raadt
2009-06-24recvmsg ENOENT noncritical tooHenning Brauer
2009-06-17ENOPROTOOPT is non-fatal on recvfrom, can apparently happen with ipvshitHenning Brauer
2009-06-11effectively un-do r1.111, it fucks machines with bad clocks royally.Henning Brauer
2009-06-08revert this change by eric@:David Gwynne
2009-06-07Change the way fds passed over a socket are retreived on the receiving side.Eric Faurot