summaryrefslogtreecommitdiff
path: root/usr.sbin/ntpd/log.c
AgeCommit message (Expand)Author
2017-03-21From a syslog perspective it does not make sense to log fatal andAlexander Bluhm
2017-01-09Stop accessing verbose and debug variables from log.c directly.Reyk Floeter
2017-01-08Sync log.c with the latest version from vmd/log.c that preserves errnoReyk Floeter
2016-10-12copy updated log.c from vmd: for correctness, save errno when doingReyk Floeter
2015-12-19Switch and sync to the log.c variant from httpd/relayd/iked/snmpd/vmd.Reyk Floeter
2015-12-19Move log_sockaddr() to from log.c to util.c as it is a local additionReyk Floeter
2015-01-08log as LOG_DAEMON in log_init again.Brent Cook
2015-01-08sync log.c from smtpd.Brent Cook
2014-11-03Convert the logic in yyerror(). Instead of creating a temporaryAlexander Bluhm
2007-08-22Allow ntpd to log sensor offsets and adjtime calls to syslog at LOG_DEBUGChris Kuethe
2005-03-31zap includes, Alexander von Gernler <grunk@pestilenz.org>Henning Brauer
2004-07-12Replace errx with equivalent fprintf+exit to make porting easier; ok henning@Darren Tucker
2004-07-11Use SA_LEN(sa) instead of sa->sa_len; ok henning@Darren Tucker
2004-07-08make log_debug() only log anything at all when we are in debug modeHenning Brauer
2004-06-17provide log_sockaddr, from bgpdHenning Brauer
2004-06-01tzset(); noticed by theoHenning Brauer
2004-05-31initial cut at ntpd.Henning Brauer