| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Make softticks static. | Poul-Henning Kamp | 1998-01-14 | 1 | -35/+2 |
| * | Fix softclock calling so we don't loose timeouts (I broke this ~10h ago) | Poul-Henning Kamp | 1998-01-11 | 1 | -6/+2 |
| * | Whoops. softclock is called from doreti_swi as well. Abandon call from | Poul-Henning Kamp | 1998-01-10 | 1 | -8/+2 |
| * | Effect the divorce of kern_clock.c and kern_timeout.c (which was | Poul-Henning Kamp | 1998-01-10 | 1 | -1111/+20 |
| * | Improve hardpps readability a bit: | Poul-Henning Kamp | 1998-01-07 | 1 | -50/+45 |
| * | This patch causes the "calltodo" timer list to be decremented by the amount | Nate Williams | 1997-12-23 | 1 | -1/+68 |
| * | The improvements to clock statistics by Tor Egge | Steve Passe | 1997-12-08 | 1 | -1/+20 |
| * | Removed all traces of P_IDLEPROC. It was tested but never set. | Bruce Evans | 1997-11-24 | 1 | -2/+2 |
| * | Removed unused #include. | Bruce Evans | 1997-11-18 | 1 | -3/+1 |
| * | Remove a bunch of variables which were unused both in GENERIC and LINT. | Poul-Henning Kamp | 1997-11-07 | 1 | -3/+1 |
| * | Store an absolute tick value in callout entries so that a subtraction on | Justin T. Gibbs | 1997-09-24 | 1 | -10/+18 |
| * | init_main.c subr_autoconf.c: | Justin T. Gibbs | 1997-09-21 | 1 | -81/+115 |
| * | Some staticized variables were still declared to be extern. | Bruce Evans | 1997-09-07 | 1 | -2/+2 |
| * | Removed unused #includes. | Bruce Evans | 1997-09-02 | 1 | -3/+1 |
| * | #include <machine/limits.h> explicitly in the few places that it is required. | Bruce Evans | 1997-08-21 | 1 | -1/+2 |
| * | Add tickadj to struct clockinfo, like NetBSD and OpenBSD. | John Hay | 1997-06-24 | 1 | -1/+2 |
| * | Man the liferafts! Here comes the long awaited SMP -> -current merge! | Peter Wemm | 1997-04-26 | 1 | -2/+2 |
| * | Restore Bruce's original comment. It seems that "iff" = if and only if, | Mike Pritchard | 1997-03-22 | 1 | -2/+2 |
| * | Fix a typo in a comment of a recent commit. | Mike Pritchard | 1997-03-22 | 1 | -2/+2 |
| * | Fixed some invalid (non-atomic) accesses to `time', mostly ones of the | Bruce Evans | 1997-03-22 | 1 | -1/+12 |
| * | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
| * | This is the kernel Lite/2 commit. There are some requisite userland | John Dyson | 1997-02-10 | 1 | -1/+1 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
| * | Update our kernel ntp code to the latest from David Mills. The main change | John Hay | 1996-12-30 | 1 | -127/+252 |
| * | Improved biasing of i586 clock by adjusting for hardclock() latency. | Bruce Evans | 1996-10-25 | 1 | -1/+2 |
| * | Don't include "opt_cpu.h" in <machine/clock.h>, since this breaks lkm's. | Bruce Evans | 1996-10-10 | 1 | -1/+3 |
| * | Fixed resource usage integrals. They were too large by a factor of | Bruce Evans | 1996-07-30 | 1 | -20/+21 |