Date: Tue, 13 May 2003 12:21:46 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_time.c Message-ID: <200305131921.h4DJLkbK035433@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2003/05/13 12:21:46 PDT
FreeBSD src repository
Modified files:
sys/kern kern_time.c
Log:
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)
Revision Changes Path
1.102 +4 -3 src/sys/kern/kern_time.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305131921.h4DJLkbK035433>
