CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/10/15 10:31:11
Modified files:
sys/kern : kern_exec.c kern_exit.c kern_time.c
sys/sys : time.h
Log message:
_exit(2), execve(2): tweak per-process interval timer cancellation
If we fold the for-loop iterating over each interval timer into the
helper function the result is slightly tidier than what we have now.
Rename the helper function "cancel_all_itimers".
Based on input from millert@ and kettenis@.
