Age | Commit message (Expand) | Author |
2009-11-04 | Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it. | Mark Kettenis |
2009-06-02 | Constipate the second argument to timeout_add_*(). Also, use | Philip Guenthe |
2009-03-03 | put back r1.25 (poisoning chain pointers after removing items from the | Miod Vallat |
2008-10-22 | Add timeout_add_msec(), for timeouts in milliseconds. | Bret Lambert |
2008-07-14 | Don't lock timeouts in db_show_callout. | Artur Grabowski |
2008-07-11 | Add timeout_add_{tv,ts,bt,sec,usec,nsec} so that we can add timeouts | Bret Lambert |
2008-01-20 | Revert 1.25 and do not use _Q_INVALIDATE on timeout structures; being | Miod Vallat |
2006-07-19 | Sprinkle some _Q_INVALIDATE love for timeout structures as well; ok otto@ | Miod Vallat |
2006-04-21 | back out my last commit. | David Gwynne |
2006-04-18 | if you go timeout_set, timeout_add, and then timeout_set again you can | David Gwynne |
2004-12-28 | when panicing from timeout_add being < 0, print the value; ok miod | Theo de Raadt |
2004-12-12 | simplify slightly, kill lvalue weirdness that's not ANSI C. | Marc Espie |
2004-11-10 | Diff from art@: | Alexander Yurchenko |
2004-07-20 | The timeout wheels are manipulated by hardclock that's not protected with | Artur Grabowski |
2003-06-03 | Two term license with approval from nordin@ | Artur Grabowski |
2003-05-17 | Typos; from Julien Bordet <zejames@greyhats.org> | Alexander Yurchenko |
2003-04-13 | diff from nordin@ to prevent wraparound on long uptime machines. | Ted Unangst |
2002-12-08 | - Lock the timeout wheel after the diagnostic checks. | Artur Grabowski |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-02-15 | Make rescheduling to a later time faster. ok art@ | Thomas Nordin |
2001-12-22 | New scalable implementation with constant time add and delete. ok deraadt@ | Thomas Nordin |
2001-09-12 | Rename timeout_init to timeout_startup to deconfuse a bit. | Artur Grabowski |
2001-08-23 | Remove even more leftovers from old timeouts. | Artur Grabowski |
2001-08-23 | Remove the old timeout legacy code. | Miod Vallat |
2001-03-28 | Add some DIAGNOSTIC checks that panic on some of the common mistakes. | Artur Grabowski |
2001-03-15 | Triggered mechanism allows a handler to figure out whether a given | Constantine Sapuntzakis |
2001-02-16 | typo (incidentally, removed a bogus -k in the cvs file, the update | Marc Espie |
2000-06-20 | timeout_add: Remove the right timeout when we see that it is on the list. | Artur Grabowski |
2000-05-08 | from art@: | Michael Shalayeff |
2000-03-23 | Provide methods to check if a timeout was initalized and if it is scheduled. | Artur Grabowski |
2000-03-23 | Preserve the FIFO order of issued timeouts. | Artur Grabowski |
2000-03-23 | New API for timeouts. Replaces the old timeout()/untimeout() API and | Artur Grabowski |