cvs commit: src/sys/kern subr_prf.c src/sys/sys systm.h time.h

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Jul 30 14:44:32 PDT 2007


dillon      2007/07/30 14:40:32 PDT

DragonFly src repository

  Modified files:
    sys/kern             subr_prf.c 
    sys/sys              systm.h time.h 
  Log:
  Introduce krateprintf(), a rate-controlled kprintf(), and the related
  struct krate structure.  This takes all the effort out of outputting
  rate-limited warnings to the console.
  
  Revision  Changes    Path
  1.18      +22 -0     src/sys/kern/subr_prf.c
  1.74      +2 -0      src/sys/sys/systm.h
  1.17      +13 -0     src/sys/sys/time.h


http://www.dragonflybsd.org/cvsweb/src/sys/kern/subr_prf.c.diff?r1=1.17&r2=1.18&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/sys/systm.h.diff?r1=1.73&r2=1.74&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/sys/time.h.diff?r1=1.16&r2=1.17&f=u





More information about the Commits mailing list