| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Unstaticize psratio and staticize profprocs. psratio needs to be exported | Bruce Evans | 1996-06-23 | 1 | -5/+6 |
| * | Staticize. | Poul-Henning Kamp | 1995-12-17 | 1 | -9/+10 |
| * | Untangled the vm.h include file spaghetti. | David Greenman | 1995-12-07 | 1 | -1/+6 |
| * | A couple of minor tweaks to the sysctl stuff. | Poul-Henning Kamp | 1995-12-06 | 1 | -2/+2 |
| * | A major sweep over the sysctl stuff. | Poul-Henning Kamp | 1995-12-04 | 1 | -3/+3 |
| * | Finished (?) cleaning up sysinit stuff. | Bruce Evans | 1995-12-02 | 1 | -9/+4 |
| * | The entire sysctl callback to read/write version. I havn't tested this as | Poul-Henning Kamp | 1995-11-12 | 1 | -3/+2 |
| * | Fix some of the sysctl broke, and add a lot more to it. | Poul-Henning Kamp | 1995-11-08 | 1 | -7/+8 |
| * | Improve clock accuracy by accounting for late/missed clock interrupts | Garrett Wollman | 1995-10-12 | 1 | -3/+3 |
| * | Fixed init functions argument type - caddr_t -> void *. Fixed a couple of | David Greenman | 1995-09-09 | 1 | -4/+4 |
| * | Reviewed by: julian with quick glances by bruce and others | Julian Elischer | 1995-08-28 | 1 | -3/+13 |
| * | Eliminate sloppy common-style declarations. There should be none left for | Bruce Evans | 1995-07-29 | 1 | -2/+1 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 1 | -6/+6 |
| * | Add and move declarations to fix all of the warnings from `gcc -Wimplicit' | Bruce Evans | 1995-03-16 | 1 | -3/+1 |
| * | Obtained from: my old fix for 1.1.5 | Bruce Evans | 1994-12-12 | 1 | -16/+42 |
| * | kern_clock.c: define dk_names[][]. | Garrett Wollman | 1994-10-16 | 1 | -2/+3 |
| * | All of this is cosmetic. prototypes, #includes, printfs and so on. Makes | Poul-Henning Kamp | 1994-10-02 | 1 | -1/+3 |
| * | Fixed bug in hardclock() that caused adjtime() to fail when given | Garrett Wollman | 1994-09-29 | 1 | -9/+4 |
| * | While in the real world, I had a bad case of being swapped out for a lot of | Poul-Henning Kamp | 1994-09-25 | 1 | -2/+2 |
| * | Redo Kernel NTP PLL support, kernel side. | Garrett Wollman | 1994-09-18 | 1 | -10/+575 |