cvs commit: src/sys/kern kern_time.c

John Baldwin jhb at FreeBSD.org
Tue May 13 12:21:47 PDT 2003


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


More information about the cvs-src mailing list