summaryrefslogtreecommitdiff
path: root/sys/kern/kern_timeout.c
AgeCommit message (Expand)Author
2001-12-22New scalable implementation with constant time add and delete. ok deraadt@Thomas Nordin
2001-09-12Rename timeout_init to timeout_startup to deconfuse a bit.Artur Grabowski
2001-08-23Remove even more leftovers from old timeouts.Artur Grabowski
2001-08-23Remove the old timeout legacy code.Miod Vallat
2001-03-28Add some DIAGNOSTIC checks that panic on some of the common mistakes.Artur Grabowski
2001-03-15Triggered mechanism allows a handler to figure out whether a givenConstantine Sapuntzakis
2001-02-16typo (incidentally, removed a bogus -k in the cvs file, the updateMarc Espie
2000-06-20timeout_add: Remove the right timeout when we see that it is on the list.Artur Grabowski
2000-05-08from art@:Michael Shalayeff
2000-03-23Provide methods to check if a timeout was initalized and if it is scheduled.Artur Grabowski
2000-03-23Preserve the FIFO order of issued timeouts.Artur Grabowski
2000-03-23New API for timeouts. Replaces the old timeout()/untimeout() API andArtur Grabowski