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
Thu Sep 8 07:20:40 PDT 2005


glebius     2005-09-08 14:20:39 UTC

  FreeBSD src repository

  Modified files:
    share/man/man9       timeout.9 
    sys/kern             kern_timeout.c 
    sys/sys              callout.h 
  Log:
  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
  
  Revision  Changes    Path
  1.29      +7 -5      src/share/man/man9/timeout.9
  1.98      +8 -3      src/sys/kern/kern_timeout.c
  1.29      +1 -1      src/sys/sys/callout.h


More information about the cvs-src mailing list