cperciva 2005-01-19 19:46:35 UTC FreeBSD src repository Modified files: sys/kern kern_timeout.c Log: Clarify the description of the callout_active() macro: It is cleared by callout_stop, callout_drain, and callout_deactivate, but is not automatically cleared when a callout returns. Revision Changes Path 1.93 +3 -1 src/sys/kern/kern_timeout.c