]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
In setitimer(2), if the it_value of the new itimer value is clear, then
authorjhb <jhb@FreeBSD.org>
Tue, 13 May 2003 19:21:46 +0000 (19:21 +0000)
committerjhb <jhb@FreeBSD.org>
Tue, 13 May 2003 19:21:46 +0000 (19:21 +0000)
commit824931292d5a803f618bb8e452dce2caf6233624
treef844064163221852c9b27dacbda6400d2baebed7
parent0c04949ed7f6c52d02a70c3517566069c812c0bd
In setitimer(2), if the it_value of the new itimer value is clear, then
don't add the current time to it, but leave it as clear so that when the
timer is disabled, the it_value is always clear.

Reviewed by: bde
Approved by: re (rwatson)
sys/kern/kern_time.c