index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
ntpd
/
log.c
Age
Commit message (
Expand
)
Author
2017-03-21
From a syslog perspective it does not make sense to log fatal and
Alexander Bluhm
2017-01-09
Stop accessing verbose and debug variables from log.c directly.
Reyk Floeter
2017-01-08
Sync log.c with the latest version from vmd/log.c that preserves errno
Reyk Floeter
2016-10-12
copy updated log.c from vmd: for correctness, save errno when doing
Reyk Floeter
2015-12-19
Switch and sync to the log.c variant from httpd/relayd/iked/snmpd/vmd.
Reyk Floeter
2015-12-19
Move log_sockaddr() to from log.c to util.c as it is a local addition
Reyk Floeter
2015-01-08
log as LOG_DAEMON in log_init again.
Brent Cook
2015-01-08
sync log.c from smtpd.
Brent Cook
2014-11-03
Convert the logic in yyerror(). Instead of creating a temporary
Alexander Bluhm
2007-08-22
Allow ntpd to log sensor offsets and adjtime calls to syslog at LOG_DEBUG
Chris Kuethe
2005-03-31
zap includes, Alexander von Gernler <grunk@pestilenz.org>
Henning Brauer
2004-07-12
Replace errx with equivalent fprintf+exit to make porting easier; ok henning@
Darren Tucker
2004-07-11
Use SA_LEN(sa) instead of sa->sa_len; ok henning@
Darren Tucker
2004-07-08
make log_debug() only log anything at all when we are in debug mode
Henning Brauer
2004-06-17
provide log_sockaddr, from bgpd
Henning Brauer
2004-06-01
tzset(); noticed by theo
Henning Brauer
2004-05-31
initial cut at ntpd.
Henning Brauer