OpenBSD cvs log

created 2020-12-03T21:13:12Z
begin 2020-10-07T15:45:00Z
end 2020-10-07T16:17:25Z
path src/sys
commits 1

date 2020-10-07T16:17:25Z
author cheloha
files src/sys/kern/kern_time.c log diff annotate
message getitimer(2), setitimer(2): ITIMER_REAL: call getnanouptime(9) once

Now that the critical sections are merged we should call
getnanouptime(9) once. This makes an ITIMER_REAL timer swap atomic
with respect to the clock: the time remaining on the old timer is
computed with the same timestamp used to schedule the new timer.