CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/01/30 14:01:59
Modified files:
sys/sys : kernel.h
sys/kern : kern_tc.c kern_time.c
Log message:
Simplyfy adjtime(2) by keeping track of the adjustment as a number of
microsecond in a 64-bit integer. Fixes the issue where ntpd loses sync
because the struct timeval currently used to hold the adjustment is not
properly normalized after the changes guenther@ made.
ok guenther@, millert@
