OpenBSD cvs log

created 2020-12-05T05:02:13Z
begin 2020-10-15T15:36:31Z
end 2020-10-15T16:31:11Z
path src/sys
commits 1

date 2020-10-15T16:31:11Z
author cheloha
files src/sys/kern/kern_exec.c log diff annotate
src/sys/kern/kern_exit.c log diff annotate
src/sys/kern/kern_time.c log diff annotate
src/sys/sys/time.h log diff annotate
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@.