CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/11/10 00:32:58
Modified files:
usr.sbin/ntpd : ntp.c ntpd.c sensors.c
Log message:
- validate sensor values against constraints
- do not restart settime timeout interval if something happens in the main
event loop
- apply a tight loop protection; it can be painfull on a single
core machine since the process runs at maximum priority. Should only
happen when a bug is introduced while developing, but prevents having to
machine taken over by ntpd.