summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_ntptime.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r285424 (ian):delphij2015-07-151-5/+5
* rename scheduler->swapper and SI_SUB_RUN_SCHEDULER->SI_SUB_LASTavg2013-07-241-1/+1
* Limit popcorn limit to something sane (either 2ns or 2 ticks if that'simp2012-08-161-2/+9
* Introduce the sysclock_getsnapshot() and sysclock_snap2bintime() KPIs. Thelstewart2011-12-241-2/+2
* Document a large number of currently undocumented sysctls. While hereeadler2011-12-131-5/+9
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-3/+3
* Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/netchild2011-02-251-0/+4
* Fix up a few more sysctl(9) mis-typing found in various LINT builds.mdf2011-01-131-1/+2
* there must be only one SYSINIT with SI_SUB_RUN_SCHEDULER+SI_ORDER_ANY orderavg2010-09-301-1/+1
* kern_ntptime: drop a comment that became stale after r207359avg2010-04-291-4/+0
* periodically save system time to hardware time-of-day clockavg2010-04-291-0/+65
* kern_ntptime: abstract time error check into a functionavg2010-04-291-23/+27
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-161-1/+1
* Only require privilege to set the current time adjustment, not in order torwatson2007-06-141-5/+7
* Further system call comment cleanup:rwatson2007-03-051-6/+6
* Remove 'MPSAFE' annotations from the comments above most system calls: allrwatson2007-03-041-6/+0
* When ntp_gettime() was converted from a sysctl + wrapper to a systemimp2007-01-121-0/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-2/+3
* Explicitly acquire Giant around the ntp_gettime() and assert it in therwatson2005-05-281-0/+4
* Implement kern_adjtime(), kern_readv(), kern_sched_rr_get_interval(),jhb2005-03-311-11/+25
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+2
* Place function comment above the right function.marks2004-11-191-7/+7
* Add system call implementation of ntp_gettime(2).marks2004-11-181-18/+43
* Annual NTP kernel code spring-cleaning:phk2004-03-141-8/+11
* Deal with MOD_FREQUENCY before MOD_OFFSET because the latter is thephk2004-01-241-6/+6
* During a positive leap second, the tai_time offset should beimp2003-06-251-1/+1
* Use __FBSDID().obrien2003-06-111-2/+3
* Explicitly have the timecounter init happen after the cpu_initclocks ispeter2003-01-061-1/+1
* Remove an unused variable.phk2002-10-111-7/+0
* 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
OpenPOWER on IntegriCloud