aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_ntptime.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* kern_ntptime: Fix undefined behavior of the shift operatorDmitriy Alexandrov2023-06-091-1/+7
* pps: Simplify the nsec calculation in pps_event()Sebastian Huber2023-02-271-9/+3
* ntptime: ansifyMateusz Guzik2023-02-131-2/+1
* Clarify hardpps() parameter name and commentSebastian Huber2023-01-301-8/+5
* kern_ntptime.c: Remove ntp_init()Sebastian Huber2022-02-071-34/+0
* Add kern_ntp_adjtime(9).Konstantin Belousov2020-12-041-52/+64
* Fix a typo in a comment.Cy Schubert2020-11-241-1/+1
* kern: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* Clear pad bytes in the struct exported by kern.ntp_pll.gettime.Mark Johnston2018-11-201-0/+2
* Fix several leaks of kernel stack data through paddings.Konstantin Belousov2018-03-271-0/+2
* ANSIfy kern_ntptime.cEd Maste2017-01-251-3/+4
* Fix a bug in r302252.Konstantin Belousov2016-07-271-34/+21
* Currently the ntptime code and resettodr() are Giant-locked. InKonstantin Belousov2016-06-281-74/+100
* Use the monotonic (uptime) counter rather than time-of-day to measure elapsedIan Lepore2015-07-121-5/+5
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-2/+4
* Revert r267961, r267973:Glen Barber2014-06-271-4/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-2/+4
* rename scheduler->swapper and SI_SUB_RUN_SCHEDULER->SI_SUB_LASTAndriy Gapon2013-07-241-1/+1
* Limit popcorn limit to something sane (either 2ns or 2 ticks if that'sWarner Losh2012-08-161-2/+9
* Introduce the sysclock_getsnapshot() and sysclock_snap2bintime() KPIs. TheLawrence Stewart2011-12-241-2/+2
* Document a large number of currently undocumented sysctls. While hereEitan Adler2011-12-131-5/+9
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-161-3/+3
* Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/Alexander Leidinger2011-02-251-0/+4
* Fix up a few more sysctl(9) mis-typing found in various LINT builds.Matthew D Fleming2011-01-131-1/+2
* there must be only one SYSINIT with SI_SUB_RUN_SCHEDULER+SI_ORDER_ANY orderAndriy Gapon2010-09-301-1/+1
* kern_ntptime: drop a comment that became stale after r207359Andriy Gapon2010-04-291-4/+0
* periodically save system time to hardware time-of-day clockAndriy Gapon2010-04-291-0/+65
* kern_ntptime: abstract time error check into a functionAndriy Gapon2010-04-291-23/+27
* In keeping with style(9)'s recommendations on macros, use a ';'Robert Watson2008-03-161-1/+1
* Only require privilege to set the current time adjustment, not in order toRobert Watson2007-06-141-5/+7
* Further system call comment cleanup:Robert Watson2007-03-051-6/+6
* Remove 'MPSAFE' annotations from the comments above most system calls: allRobert Watson2007-03-041-6/+0
* When ntp_gettime() was converted from a sysctl + wrapper to a systemWarner Losh2007-01-121-0/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-2/+3
* Explicitly acquire Giant around the ntp_gettime() and assert it in theRobert Watson2005-05-281-0/+4
* Implement kern_adjtime(), kern_readv(), kern_sched_rr_get_interval(),John Baldwin2005-03-311-11/+25
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+2
* Place function comment above the right function.Mark Santcroos2004-11-191-7/+7
* Add system call implementation of ntp_gettime(2).Mark Santcroos2004-11-181-18/+43
* Annual NTP kernel code spring-cleaning:Poul-Henning Kamp2004-03-141-8/+11
* Deal with MOD_FREQUENCY before MOD_OFFSET because the latter is thePoul-Henning Kamp2004-01-241-6/+6
* During a positive leap second, the tai_time offset should beWarner Losh2003-06-251-1/+1
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* Explicitly have the timecounter init happen after the cpu_initclocks isPeter Wemm2003-01-061-1/+1
* Remove an unused variable.Poul-Henning Kamp2002-10-111-7/+0
* Hide the private parts of timecounter from a couple of places that don'tPoul-Henning Kamp2002-04-261-4/+2
* suser is Giant safe, so optimize a pointless case.Poul-Henning Kamp2002-04-191-3/+3
* Remove two debug printfs which should never have been committed.Poul-Henning Kamp2002-04-151-4/+0