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

Sam Leffler sam at FreeBSD.org
Sat Aug 2 17:48:19 UTC 2008


sam         2008-08-02 17:42:38 UTC

  FreeBSD src repository

  Modified files:
    share/man/man9       firmware.9 timeout.9 
    sys/kern             kern_timeout.c 
    sys/sys              callout.h 
  Log:
  SVN rev 181191 on 2008-08-02 17:42:38Z by sam
  
  add callout_schedule; besides being useful it also improves
  compatibility with other systems
  
  Reviewed by:    ed, battlez
  
  Revision  Changes    Path
  1.7       +25 -8     src/share/man/man9/firmware.9
  1.33      +21 -5     src/share/man/man9/timeout.9
  1.115     +15 -0     src/sys/kern/kern_timeout.c
  1.34      +4 -0      src/sys/sys/callout.h


More information about the cvs-src mailing list