Fix the structural type for kern.boottime and kern.basetime. Fix basetime
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 24 Apr 2005 02:01:08 +0000 (02:01 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 24 Apr 2005 02:01:08 +0000 (02:01 +0000)
commit08f95c490b588e0fe49388a8381e019c2d6db6ec
tree7255f82689c6fdf54c1cb5c5e68b8f3bceed37f8
parent2dc5be74f6c8c7adfbc9f92b7926255923fcf02a
Fix the structural type for kern.boottime and kern.basetime.  Fix basetime
so the sysctl is properly sized with a NULL oldp.

Fix kern.ntp.delta.  It was doing a relative adjustment instead of an
absolute adjustment.

Document the ntp sysctl_*() PROC's.
sys/kern/kern_clock.c
sys/kern/kern_time.c