| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove file name and line number output from witness(4) |  visa | 2019-04-23 | 1 | -5/+4 |
* | Add lock order checking for timeouts |  visa | 2019-04-14 | 1 | -2/+69 |
* | i forgot to convert timeout_proc_barrier to cond_signal |  dlg | 2017-12-14 | 1 | -5/+3 |
* | replace the bare sleep state handling in barriers with wait cond code |  dlg | 2017-12-14 | 1 | -8/+4 |
* | add timeout_barrier, which is like intr_barrier and taskq_barrier. |  dlg | 2017-11-24 | 1 | -1/+41 |
* | avoid holding timeout_mutex while interacting with the scheduler. |  dlg | 2016-10-03 | 1 | -9/+16 |
* | Introduce a new 'softclock' thread that will be used to execute timeout |  mpi | 2016-09-22 | 1 | -12/+81 |
* | fix several places where calculating ticks could overflow. |  tedu | 2016-07-06 | 1 | -11/+11 |
* | Avoid multiple evaluation of macro arguments in softclock() |  stefan | 2016-06-23 | 1 | -7/+9 |
* | Prevent a round to zero in the timeout_add_...() functions. Getting |  bluhm | 2016-06-14 | 1 | -1/+15 |
* | Update ticks in hardclock(). |  uebayasi | 2016-03-20 | 1 | -3/+1 |
* | KNF: Remove a blank line. |  uebayasi | 2016-03-17 | 1 | -2/+1 |
* | Move `ticks' declaration to sys/kernel.h. |  uebayasi | 2015-07-20 | 1 | -2/+1 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | make timeout_add and its wrappers return whether the timeout was scheduled |  dlg | 2013-11-27 | 1 | -16/+20 |
* | Replace some XXX casts with an inline function that explains what's going on |  guenther | 2013-10-06 | 1 | -4/+15 |
* | Format string fix: Use %td for pointer difference |  sf | 2013-10-02 | 1 | -2/+2 |
* | format string fix |  sf | 2013-10-01 | 1 | -2/+2 |
* | Fix a misaligned backslash |  guenther | 2013-09-17 | 1 | -2/+2 |
* | Delete variable left over from the diagnostic code removed by previous commit |  guenther | 2013-08-03 | 1 | -4/+2 |
* | Delete diagnostic code that reports timeout adjustments on resume. |  guenther | 2012-06-02 | 1 | -13/+1 |
* | On resume, run forward the monotonic and realtimes clocks instead of jumping |  guenther | 2012-05-24 | 1 | -1/+47 |
* | tweak timeout_del so it can tell the caller if it actually did remove a |  dlg | 2011-05-10 | 1 | -2/+7 |
* | Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it. |  kettenis | 2009-11-04 | 1 | -3/+2 |
* | Constipate the second argument to timeout_add_*(). Also, use |  guenther | 2009-06-02 | 1 | -6/+6 |
* | put back r1.25 (poisoning chain pointers after removing items from the |  miod | 2009-03-03 | 1 | -1/+4 |
* | Add timeout_add_msec(), for timeouts in milliseconds. |  blambert | 2008-10-22 | 1 | -1/+13 |
* | Don't lock timeouts in db_show_callout. |  art | 2008-07-14 | 1 | -3/+1 |
* | Add timeout_add_{tv,ts,bt,sec,usec,nsec} so that we can add timeouts |  blambert | 2008-07-11 | 1 | -1/+67 |
* | Revert 1.25 and do not use _Q_INVALIDATE on timeout structures; being |  miod | 2008-01-20 | 1 | -4/+1 |
* | Sprinkle some _Q_INVALIDATE love for timeout structures as well; ok otto@ |  miod | 2006-07-19 | 1 | -1/+4 |
* | back out my last commit. |  dlg | 2006-04-21 | 1 | -6/+1 |
* | if you go timeout_set, timeout_add, and then timeout_set again you can |  dlg | 2006-04-18 | 1 | -1/+6 |
* | when panicing from timeout_add being < 0, print the value; ok miod |  deraadt | 2004-12-28 | 1 | -2/+2 |
* | simplify slightly, kill lvalue weirdness that's not ANSI C. |  espie | 2004-12-12 | 1 | -8/+9 |
* | Diff from art@: |  grange | 2004-11-10 | 1 | -2/+9 |
* | The timeout wheels are manipulated by hardclock that's not protected with |  art | 2004-07-20 | 1 | -30/+19 |
* | Two term license with approval from nordin@ |  art | 2003-06-03 | 1 | -5/+2 |
* | Typos; from Julien Bordet <zejames@greyhats.org> |  grange | 2003-05-17 | 1 | -2/+2 |
* | diff from nordin@ to prevent wraparound on long uptime machines. |  tedu | 2003-04-13 | 1 | -2/+2 |
* | - Lock the timeout wheel after the diagnostic checks. |  art | 2002-12-08 | 1 | -3/+4 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -2/+2 |
* | Make rescheduling to a later time faster. ok art@ |  nordin | 2002-02-15 | 1 | -8/+18 |
* | New scalable implementation with constant time add and delete. ok deraadt@ |  nordin | 2001-12-22 | 1 | -122/+151 |
* | Rename timeout_init to timeout_startup to deconfuse a bit. |  art | 2001-09-12 | 1 | -2/+2 |
* | Remove even more leftovers from old timeouts. |  art | 2001-08-23 | 1 | -9/+1 |
* | Remove the old timeout legacy code. |  miod | 2001-08-23 | 1 | -64/+1 |
* | Add some DIAGNOSTIC checks that panic on some of the common mistakes. |  art | 2001-03-28 | 1 | -7/+31 |
* | Triggered mechanism allows a handler to figure out whether a given |  csapuntz | 2001-03-15 | 1 | -1/+4 |
* | typo (incidentally, removed a bogus -k in the cvs file, the update |  espie | 2001-02-16 | 1 | -2/+2 |