CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/05/04 12:10:24
Modified files:
sys/kern : syscalls.master
Log message:
getitimer(2), setitimer(2): unlock syscalls
With the changes in kern_time.c v1.150, neither getitimer(2) nor
setitimer(2) need the kernel lock anymore.
ok anton@, mpi@
