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