master
use RMS for jitter. we're linking with enough libraries that libm is tiny. ok deraadt
introduce log_ntp_addr() and use it where applicable, avoids a null pointer deref in constraint.c reported by bluhm@; ok millert@
If all addresses are numeric no use for dns probe; ok florian@ sthen@
Convert simple stuff in usr.sbin over to new imsgbuf_init behaviour
Forgotten va_copy/va_end; on some archs that is really needed. ok benno@
including sys/cdefs.h manually started as a result of netbsd trying to macro-build a replacement for sccsid, and was done without any concern for namespace damage. Unfortunately this practice started infecting other code as others were unaware they didn't need the file. ok millert guenther
Correct denominators when converting NTP fixed point values to double and vice-versa; ok tb@
Remove the oh so funny "LOSS OF MIND" from the diclaimer that was not part of the original ISC license that we use in OpenBSD. Done for files were Henning is the original author.
improve the Nd lines such that the format is consistent for the various *d, *conf, *ctl files (where relevant) and simple;
remove prototypes with no matching function and externs with no var partly checked by millert@
Don't declare variables as "unsigned char *" that are passed to functions that take "char *" arguments. Where such chars are assigned to int or passed to ctype functions, explicitly cast them to unsigned char.
Also implement "trusted" for sensors; do not do constraint validation for these. ok deraadt@