| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve ktr(4) logging for callout(9) subsystem. Log all inserts and | Gleb Smirnoff | 2006-10-11 | 1 | -7/+23 |
* | Use the recently added msleep_spin() function to simplify the | John Baldwin | 2006-02-23 | 1 | -56/+41 |
* | Oops, missed adding the required include. | John Baldwin | 2005-09-15 | 1 | -0/+1 |
* | Replace the dont_sleep_in_callout mutex hack (similar to g_x{up,down}) | John Baldwin | 2005-09-15 | 1 | -8/+2 |
* | Make callout_reset() return a non-zero value if a pending callout | Gleb Smirnoff | 2005-09-08 | 1 | -3/+8 |
* | When processing a timeout() callout and returning it to the free | Ian Dowse | 2005-02-11 | 1 | -1/+2 |
* | Add a mechanism for associating a mutex with a callout when the | Ian Dowse | 2005-02-07 | 1 | -15/+106 |
* | Make "c->c_func = NULL" conditional on CALLOUT_LOCAL_ALLOC in both | Colin Percival | 2005-01-19 | 1 | -1/+1 |
* | Make "c->c_func = NULL" conditional on the CALLOUT_LOCAL_ALLOC flag, | Colin Percival | 2005-01-19 | 1 | -1/+1 |
* | Clarify the description of the callout_active() macro: It is cleared by | Colin Percival | 2005-01-19 | 1 | -1/+3 |
* | Adjust two of my comments to the new world order: Indent protection in | Colin Percival | 2005-01-07 | 1 | -2/+2 |
* | Cut a KTR record whenever a callout is invoked. Mark whether it runs | Robert Watson | 2004-08-06 | 1 | -0/+4 |
* | When reseting a pending callout, perform the deregistration in | Colin Percival | 2004-08-06 | 1 | -2/+16 |
* | The paper "Hashed Timers and Hierarchical Wheels: Data Structures for the | Hiten Pandya | 2004-04-25 | 1 | -1/+1 |
* | 1. Remove callout_stop binary compatibility. | Colin Percival | 2004-04-20 | 1 | -10/+0 |
* | Add whitespace before comment blocks. (reported by njl) | Colin Percival | 2004-04-08 | 1 | -16/+13 |
* | Introduce a callout_drain() function. This acts in the same manner as | Colin Percival | 2004-04-06 | 1 | -1/+90 |
* | Remove advertising clause from University of California Regent's license, | Warner Losh | 2004-04-05 | 1 | -4/+0 |
* | Make the DIAGNOSTIC code which complains about long {call|time}out(9) | Poul-Henning Kamp | 2003-12-07 | 1 | -5/+11 |
* | Rename the debugging mutex "callout_no_sleep" to "dont_sleep_in_callout". | Poul-Henning Kamp | 2003-11-15 | 1 | -4/+4 |
* | At the request of several developers, restore the DIAGNOSIC code | Kirk McKusick | 2003-11-12 | 1 | -0/+28 |
* | Get rid of DIAGNOSTIC that gives false positives on slow CPUs. | Kirk McKusick | 2003-11-04 | 1 | -28/+0 |
* | On ia64 time_t is 64 bit. Explicitly cast tv_sec to long and change | Marcel Moolenaar | 2003-08-23 | 1 | -2/+2 |
* | Don't put callout_lock under #ifdef DIAGNOSTIC despite the fact that it | Poul-Henning Kamp | 2003-06-20 | 1 | -1/+2 |
* | Crude but efficient: | Poul-Henning Kamp | 2003-06-20 | 1 | -1/+8 |
* | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -1/+3 |
* | Add instrumentation which tells us how much work softclock() does | Poul-Henning Kamp | 2003-06-04 | 1 | -2/+26 |
* | Under DIAGNOSTIC, only report expensive timeouts if they are more expensive | Poul-Henning Kamp | 2003-02-01 | 1 | -1/+2 |
* | Fix a format buglet. | Poul-Henning Kamp | 2002-09-05 | 1 | -1/+1 |
* | Under DIAGNOSTIC, complain if a timeout(9) routine took more than 1msec. | Poul-Henning Kamp | 2002-09-04 | 1 | -4/+23 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | John Baldwin | 2002-04-04 | 1 | -1/+1 |
* | Remove __P. | Alfred Perlstein | 2002-03-19 | 1 | -1/+1 |
* | Move most of the kernel submap initialization code, including the | Matthew Dillon | 2001-08-22 | 1 | -0/+49 |
* | Change callout_stop() to return an integer. If callout_stop() succeeds in | John Baldwin | 2001-08-10 | 1 | -2/+3 |
* | Axe spl's obsoleted by the callout mutex. | John Baldwin | 2001-08-10 | 1 | -26/+4 |
* | Catch up to header include changes: | John Baldwin | 2001-03-28 | 1 | -0/+1 |
* | Change and clean the mutex lock interface. | Bosko Milekic | 2001-02-09 | 1 | -19/+19 |
* | Revert the last commit to the callout interface, and add a flag to | Jonathan Lemon | 2000-11-25 | 1 | -6/+7 |
* | - Rename callout_reset to _callout_reset and add a flags argument. | Jake Burkholder | 2000-11-25 | 1 | -2/+4 |
* | - Protect the callout wheel with a separate spin mutex, callout_lock. | Jake Burkholder | 2000-11-19 | 1 | -17/+24 |
* | Release sched_lock very briefly to give interrupts a chance to fire if we | John Baldwin | 2000-11-18 | 1 | -0/+2 |
* | The recent changes to msleep() and mawait() resulted in timeout() and | John Baldwin | 2000-11-16 | 1 | -1/+16 |
* | - Overhaul the software interrupt code to use interrupt threads for each | John Baldwin | 2000-10-25 | 1 | -1/+1 |
* | Restructure TCP timeout handling: | Jonathan Lemon | 1999-08-30 | 1 | -9/+9 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | Fix callout_init(). This didn't have any practical effect since it | Garrett Wollman | 1999-03-06 | 1 | -2/+2 |
* | Expose a slightly-lower-level interface to timeouts which allows callers | Garrett Wollman | 1999-03-06 | 1 | -24/+96 |
* | Fixed stale references to hzto() in comments. | Bruce Evans | 1998-05-17 | 1 | -2/+2 |
* | Declare function pointer args as pointers, not as functions. | Bruce Evans | 1998-02-25 | 1 | -3/+3 |
* | A bunch of nits from bde. | Poul-Henning Kamp | 1998-02-15 | 1 | -15/+13 |