Introduce krateprintf(), a rate-controlled kprintf(), and the related
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 30 Jul 2007 21:40:31 +0000 (21:40 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 30 Jul 2007 21:40:31 +0000 (21:40 +0000)
commitc8dfd00d5e628272a037a1dc7a9e12f0afcb3130
tree0f4c278cf0561be26cc1ee6edc0d5cf5f2b18a80
parent90947cb1830d7a5e6e820f101301193d069919d0
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.
sys/kern/subr_prf.c
sys/sys/systm.h
sys/sys/time.h