Age | Commit message (Expand) | Author |
2017-12-14 | i forgot to convert timeout_proc_barrier to cond_signal | David Gwynne |
2017-12-14 | replace the bare sleep state handling in barriers with wait cond code | David Gwynne |
2017-11-24 | add timeout_barrier, which is like intr_barrier and taskq_barrier. | David Gwynne |
2016-10-03 | avoid holding timeout_mutex while interacting with the scheduler. | David Gwynne |
2016-09-22 | Introduce a new 'softclock' thread that will be used to execute timeout | Martin Pieuchot |
2016-07-06 | fix several places where calculating ticks could overflow. | Ted Unangst |
2016-06-23 | Avoid multiple evaluation of macro arguments in softclock() | Stefan Kempf |
2016-06-14 | Prevent a round to zero in the timeout_add_...() functions. Getting | Alexander Bluhm |
2016-03-20 | Update ticks in hardclock(). | Masao Uebayashi |
2016-03-17 | KNF: Remove a blank line. | Masao Uebayashi |
2015-07-20 | Move `ticks' declaration to sys/kernel.h. | Masao Uebayashi |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2013-11-27 | make timeout_add and its wrappers return whether the timeout was scheduled | David Gwynne |
2013-10-06 | Replace some XXX casts with an inline function that explains what's going on | Philip Guenther |
2013-10-02 | Format string fix: Use %td for pointer difference | Stefan Fritsch |
2013-10-01 | format string fix | Stefan Fritsch |
2013-09-17 | Fix a misaligned backslash | Philip Guenther |
2013-08-03 | Delete variable left over from the diagnostic code removed by previous commit | Philip Guenther |
2012-06-02 | Delete diagnostic code that reports timeout adjustments on resume. | Philip Guenthe |
2012-05-24 | On resume, run forward the monotonic and realtimes clocks instead of jumping | Philip Guenthe |
2011-05-10 | tweak timeout_del so it can tell the caller if it actually did remove a | David Gwynne |
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 |