summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_timeout.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* when panicing from timeout_add being < 0, print the value; ok miodderaadt2004-12-281-2/+2
* simplify slightly, kill lvalue weirdness that's not ANSI C.espie2004-12-121-8/+9
* Diff from art@:grange2004-11-101-2/+9
* The timeout wheels are manipulated by hardclock that's not protected withart2004-07-201-30/+19
* Two term license with approval from nordin@art2003-06-031-5/+2
* Typos; from Julien Bordet <zejames@greyhats.org>grange2003-05-171-2/+2
* diff from nordin@ to prevent wraparound on long uptime machines.tedu2003-04-131-2/+2
* - Lock the timeout wheel after the diagnostic checks.art2002-12-081-3/+4
* First round of __P removal in sysmillert2002-03-141-2/+2
* Make rescheduling to a later time faster. ok art@nordin2002-02-151-8/+18
* New scalable implementation with constant time add and delete. ok deraadt@nordin2001-12-221-122/+151
* Rename timeout_init to timeout_startup to deconfuse a bit.art2001-09-121-2/+2
* Remove even more leftovers from old timeouts.art2001-08-231-9/+1
* Remove the old timeout legacy code.miod2001-08-231-64/+1
* Add some DIAGNOSTIC checks that panic on some of the common mistakes.art2001-03-281-7/+31
* Triggered mechanism allows a handler to figure out whether a givencsapuntz2001-03-151-1/+4
* typo (incidentally, removed a bogus -k in the cvs file, the updateespie2001-02-161-2/+2
* timeout_add: Remove the right timeout when we see that it is on the list.art2000-06-201-2/+2
* from art@:mickey2000-05-081-2/+9
* Provide methods to check if a timeout was initalized and if it is scheduled.art2000-03-231-3/+3
* Preserve the FIFO order of issued timeouts.art2000-03-231-2/+2
* New API for timeouts. Replaces the old timeout()/untimeout() API andart2000-03-231-0/+300