Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   riastradh
Date:           Thu Dec 19 23:41:46 UTC 2024

Modified Files:
        src/sys/kern: kern_time.c
        src/tests/lib/libc/sys: t_timer_create.c

Log Message:
timer_settime(2): Return relative duration remaining.

Not absolute time of next event.

PR kern/58917: timer_settime and timerfd_settime return absolute time
of next event


To generate a diff of this commit:
cvs rdiff -u -r1.222 -r1.223 src/sys/kern/kern_time.c
cvs rdiff -u -r1.8 -r1.9 src/tests/lib/libc/sys/t_timer_create.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index