summaryrefslogtreecommitdiff
path: root/sys/kern/kern_timeout.c
AgeCommit message (Expand)Author
2003-10-30Make callout_setfunc() a CPP macro. Suggested by enami.thorpej
2003-10-27- Change callout_setfunc() to require that the callout handle is alreadythorpej
2003-09-25Fix for PR kern/22933scw
2003-09-07Cast from pointer type to db_addr_t via intptr_t.scw
2003-08-03On second thought, callout_stop() should not clear the INVOKING flag.he
2003-07-20Temporarily introduce CALLOUT_INVOKING, callout_invoking() and callout_ack()he
2003-07-14add missing __KERNEL_RCSID()lukem
2003-05-17Typos in comments.mjl
2003-02-26Change a printf to an event counter. Callout event counters are conditionalthorpej
2003-02-11- don't compare c_time directly.yamt
2003-02-10replace &(a?b:c) by (a?&b:&c), so that it looks more like an lvaluedrochner
2003-02-04Format fix for archs where ptrdiff_t != int.martin
2003-02-04New callout implementation. This is based on callwheel implementationthorpej