CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/05/09 14:30:22
Modified files:
sys/kern : kern_time.c syscalls.c syscalls.master
init_sysent.c
Log message:
Unlock adjfreq(2), adjtime(2), clock_settime(2), and settimeofday(2).
clock_settime(2)/settimeofday(2) still need KERNEL_LOCK for a moment
when resetting the RTC, as that's done periodically from a task under
KERNEL_LOCK. Not quite sure how to approach that one yet.
ok visa@ mpi@, "good stuff" tedu@,
"please wait until after [tree] unlock" deraadt@