| Commit message (Expand) | Author | Age | Files | Lines |
* | Annual NTP kernel code spring-cleaning: | phk | 2004-03-14 | 1 | -8/+11 |
* | Deal with MOD_FREQUENCY before MOD_OFFSET because the latter is the | phk | 2004-01-24 | 1 | -6/+6 |
* | During a positive leap second, the tai_time offset should be | imp | 2003-06-25 | 1 | -1/+1 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -2/+3 |
* | Explicitly have the timecounter init happen after the cpu_initclocks is | peter | 2003-01-06 | 1 | -1/+1 |
* | Remove an unused variable. | phk | 2002-10-11 | 1 | -7/+0 |
* | Hide the private parts of timecounter from a couple of places that don't | phk | 2002-04-26 | 1 | -4/+2 |
* | suser is Giant safe, so optimize a pointless case. | phk | 2002-04-19 | 1 | -3/+3 |
* | Remove two debug printfs which should never have been committed. | phk | 2002-04-15 | 1 | -4/+0 |
* | You have to cast int64_t's to long long if you printf them with %lld. | jhb | 2002-04-15 | 1 | -2/+2 |
* | Improve the implementation of adjtime(2). | phk | 2002-04-15 | 1 | -0/+74 |
* | In the ntp_adjtime(2) syscall, return our actual estimate of unapplied | phk | 2002-04-15 | 1 | -2/+2 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -1/+1 |
* | Revise timercounters to use binary fixed point format internally. | phk | 2002-02-07 | 1 | -1/+1 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -4/+4 |
* | Pushdown Giant for: profil(), ntp_adjtime(), ogethostname(), | dillon | 2001-09-01 | 1 | -4/+13 |
* | Update to the 2001-04-02 version of the nanokernel code from Dave Mills. | jhay | 2001-04-16 | 1 | -22/+28 |
* | Updates to the ntp pll from John Hay. | phk | 2000-09-10 | 1 | -5/+5 |
* | Update the NTP kernel PLL code to the 2000-08-29 version of Dave Mills | phk | 2000-09-04 | 1 | -88/+81 |
* | Previous commit changing SYSCTL_HANDLER_ARGS violated KNF. | phk | 2000-07-04 | 1 | -1/+1 |
* | Style police catches up with rev 1.26 of src/sys/sys/sysctl.h: | phk | 2000-07-03 | 1 | -1/+1 |
* | Isolate the Timecounter internals in their own two files. | phk | 2000-03-20 | 1 | -0/+1 |
* | Add a couple of strategic sysctls for monitoring. | phk | 2000-01-23 | 1 | -4/+30 |
* | Create a separate pps_offset variable to use for applying the | phk | 2000-01-04 | 1 | -1/+8 |
* | Don't use time_offset as a leaky bucket variable in hardpps(), this | phk | 1999-12-29 | 1 | -15/+18 |
* | pps_shiftmax only exists #ifdef PPS_SYNC | phk | 1999-08-30 | 1 | -0/+2 |
* | Update to the latest nanokernel from Dave Mills. | phk | 1999-08-30 | 1 | -106/+94 |
* | Suser() simplification: | phk | 1999-04-27 | 1 | -1/+1 |
* | Fix a division which I had made a multiplication. | phk | 1999-04-04 | 1 | -3/+5 |
* | Dang, lost some LL's there. | phk | 1999-04-04 | 1 | -3/+3 |
* | Update to latest version from Dave Mills. Mostly textual. | phk | 1999-04-04 | 1 | -27/+49 |
* | Make the same size rounding error both ways. | phk | 1999-03-22 | 1 | -1/+1 |
* | Don't run FLL fodder through the median-filter. | phk | 1999-03-16 | 1 | -16/+10 |
* | Allow !suser() R/O access to ntp_adjtime() | phk | 1999-03-15 | 1 | -1/+2 |
* | Make even more of the PPSAPI implementations generic. | phk | 1999-03-11 | 1 | -44/+7 |
* | Integrate the new "nanokernel" PLL from Dave Mills. | phk | 1999-03-08 | 1 | -644/+638 |
* | Introduce std_pps_ioctl() to automagically DTRT. | phk | 1998-06-13 | 1 | -16/+61 |
* | Add a tc_ prefix to struct timecounter members. | phk | 1998-06-09 | 1 | -2/+2 |
* | Eradicate the variable "time" from the kernel, using various measures. | phk | 1998-03-30 | 1 | -3/+3 |
* | Replace TOD clock code with more systematic approach. | phk | 1998-02-20 | 1 | -24/+27 |
* | unifdef -UEXT_CLOCK fdef -UEXT_CLOCK, it is irrelevant. | phk | 1998-02-15 | 1 | -21/+3 |
* | Make POWERFAIL_NMI, PPS_SYNC and NATM new style options. | eivind | 1998-01-31 | 1 | -0/+3 |
* | Move almost all the ntp related stuff from kern_clock.c to | phk | 1998-01-14 | 1 | -21/+575 |
* | Move the "retval" (3rd) parameter from all syscall functions and put | phk | 1997-11-06 | 1 | -6/+6 |
* | Update our kernel ntp code to the latest from David Mills. The main change | jhay | 1996-12-30 | 1 | -1/+4 |
* | Removed unnecessary #includes of vm stuff. Most of them were once | bde | 1995-12-06 | 1 | -1/+0 |
* | A major sweep over the sysctl stuff. | phk | 1995-12-04 | 1 | -1/+1 |
* | Move KERN_NTP to a more suitable file. | phk | 1995-11-14 | 1 | -13/+8 |
* | Included <sys/sysproto.h> to get central declarations for syscall args | bde | 1995-11-12 | 1 | -0/+3 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -2/+2 |