cvs commit: src/share/man/man9 timeout.9 src/sys/kern kern_timeout.c src/sys/sys callout.h

Gleb Smirnoff glebius at FreeBSD.org
Mon Sep 12 06:43:35 PDT 2005


glebius     2005-09-12 13:43:34 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    share/man/man9       timeout.9 
    sys/kern             kern_timeout.c 
    sys/sys              callout.h 
  Log:
  MFC:
    Make callout_reset() return a non-zero value if a pending callout
    was rescheduled. If there was no pending callout, then return 0.
  
    Reviewed by:    iedowse, cperciva
  
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.28.2.1  +7 -5      src/share/man/man9/timeout.9
  1.97.2.1  +8 -3      src/sys/kern/kern_timeout.c
  1.28.2.1  +1 -1      src/sys/sys/callout.h


More information about the cvs-all mailing list