summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_ntptime.c
Commit message (Expand)AuthorAgeFilesLines
* Hide the private parts of timecounter from a couple of places that don'tphk2002-04-261-4/+2
* suser is Giant safe, so optimize a pointless case.phk2002-04-191-3/+3
* Remove two debug printfs which should never have been committed.phk2002-04-151-4/+0
* You have to cast int64_t's to long long if you printf them with %lld.jhb2002-04-151-2/+2
* Improve the implementation of adjtime(2).phk2002-04-151-0/+74
* In the ntp_adjtime(2) syscall, return our actual estimate of unappliedphk2002-04-151-2/+2
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Revise timercounters to use binary fixed point format internally.phk2002-02-071-1/+1
* KSE Milestone 2julian2001-09-121-4/+4
* Pushdown Giant for: profil(), ntp_adjtime(), ogethostname(),dillon2001-09-011-4/+13
* Update to the 2001-04-02 version of the nanokernel code from Dave Mills.jhay2001-04-161-22/+28
* Updates to the ntp pll from John Hay.phk2000-09-101-5/+5
* Update the NTP kernel PLL code to the 2000-08-29 version of Dave Millsphk2000-09-041-88/+81
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-041-1/+1
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-031-1/+1
* Isolate the Timecounter internals in their own two files.phk2000-03-201-0/+1
* Add a couple of strategic sysctls for monitoring.phk2000-01-231-4/+30
* Create a separate pps_offset variable to use for applying thephk2000-01-041-1/+8
* Don't use time_offset as a leaky bucket variable in hardpps(), thisphk1999-12-291-15/+18
* pps_shiftmax only exists #ifdef PPS_SYNCphk1999-08-301-0/+2
* Update to the latest nanokernel from Dave Mills.phk1999-08-301-106/+94
* Suser() simplification:phk1999-04-271-1/+1
* Fix a division which I had made a multiplication.phk1999-04-041-3/+5
* Dang, lost some LL's there.phk1999-04-041-3/+3
* Update to latest version from Dave Mills. Mostly textual.phk1999-04-041-27/+49
* Make the same size rounding error both ways.phk1999-03-221-1/+1
* Don't run FLL fodder through the median-filter.phk1999-03-161-16/+10
* Allow !suser() R/O access to ntp_adjtime()phk1999-03-151-1/+2
* Make even more of the PPSAPI implementations generic.phk1999-03-111-44/+7
* Integrate the new "nanokernel" PLL from Dave Mills.phk1999-03-081-644/+638
* Introduce std_pps_ioctl() to automagically DTRT.phk1998-06-131-16/+61
* Add a tc_ prefix to struct timecounter members.phk1998-06-091-2/+2
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-3/+3
* Replace TOD clock code with more systematic approach.phk1998-02-201-24/+27
* unifdef -UEXT_CLOCK fdef -UEXT_CLOCK, it is irrelevant.phk1998-02-151-21/+3
* Make POWERFAIL_NMI, PPS_SYNC and NATM new style options.eivind1998-01-311-0/+3
* Move almost all the ntp related stuff from kern_clock.c tophk1998-01-141-21/+575
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-6/+6
* Update our kernel ntp code to the latest from David Mills. The main changejhay1996-12-301-1/+4
* Removed unnecessary #includes of vm stuff. Most of them were oncebde1995-12-061-1/+0
* A major sweep over the sysctl stuff.phk1995-12-041-1/+1
* Move KERN_NTP to a more suitable file.phk1995-11-141-13/+8
* Included <sys/sysproto.h> to get central declarations for syscall argsbde1995-11-121-0/+3
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Add vm/vm.h for complete sysctl type.ache1994-09-191-1/+1
* Reversed last revision which was a mistake.dfr1994-09-191-1/+0
* Added msdosfs.dfr1994-09-191-0/+1
* Redo Kernel NTP PLL support, kernel side.wollman1994-09-181-0/+269
OpenPOWER on IntegriCloud