aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_tc.c
Commit message (Expand)AuthorAgeFilesLines
* Just because the timecounter reads the same value on two samplesPoul-Henning Kamp2004-03-041-4/+0
* Write 100 times for tomorrow:Poul-Henning Kamp2004-01-221-2/+3
* Add a sysctl (default: off) which enables a log(LOG_INFO...) warningPoul-Henning Kamp2004-01-211-10/+19
* Various minor details:Poul-Henning Kamp2003-11-131-8/+17
* Use the quality to disable timecounters for which we deem Hz too low.Poul-Henning Kamp2003-09-031-6/+10
* bde made a number of suggested improvements to the code. This commitWarner Losh2003-08-201-20/+17
* Fix an extreme edge case in leap second handling. We need to callWarner Losh2003-08-201-4/+6
* Give timecounters a numeric quality field.Poul-Henning Kamp2003-08-161-8/+35
* Remove extra space.Maxime Henrion2003-08-121-1/+1
* typo fix in comment.Poul-Henning Kamp2003-07-021-1/+1
* Fix leap second processing by the kernel time keeping routines.Warner Losh2003-06-251-6/+27
* Use UTC rather than GMT to describe time scale. latter is obsolete.Warner Losh2003-06-231-2/+2
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* Including <sys/stdint.h> is (almost?) universally only to be able to usePoul-Henning Kamp2003-03-181-1/+0
* Move timecounters notion of frequency to 64 bits.Poul-Henning Kamp2003-01-291-3/+4
* Add sysctl kern.timecounter.nsetclock which indicates the number ofPoul-Henning Kamp2003-01-251-0/+2
* Move a local variable to avoid the compiler warning about it being unused.Poul-Henning Kamp2003-01-161-1/+2
* hardpps() wants the raw hardware counter value converted to nanoseconds.John Hay2003-01-161-7/+7
* Explicitly have the timecounter init happen after the cpu_initclocks isPeter Wemm2003-01-061-1/+1
* Export tc_tick with sysctl, not tick.Poul-Henning Kamp2003-01-041-1/+1
* Introduce a "time_uptime" global variable which holds the time since bootPoul-Henning Kamp2002-11-011-0/+2
* Use strlcpy() instead of strncpy() to copy NUL terminated stringsRobert Drehmel2002-10-171-2/+2
* Do not employ timecounter hardware if our hz does not support theirPoul-Henning Kamp2002-09-041-2/+10
* Give up on calling tc_ticktock() from a timeout, we have timeoutPoul-Henning Kamp2002-09-041-4/+6
* Use a semicolon at the end of a function-like macro invocation. KillsMark Murray2002-07-151-1/+1
* Time counter stats are unsigned, advertise them to sysctl(8) that way.Kelly Yancey2002-06-111-1/+1
* Mistyped and lost a '&' in previous commit.Poul-Henning Kamp2002-05-301-1/+1
* Don't forget to factor in the boottime when we calculate PPS timestamps.Poul-Henning Kamp2002-05-301-0/+1
* Initialize time_second to 1 instead of zero to pacify slightly bogus arp code.Poul-Henning Kamp2002-05-031-6/+4
* kern_tc.c doesn't use <machine/psl.h>, and having this #include breaksPeter Wemm2002-05-011-2/+0
* Brucifixion ? Yes, out that door, row on the left, one patch each.Poul-Henning Kamp2002-04-301-87/+101
* Stylistic sweep through the timecounter code.Poul-Henning Kamp2002-04-281-142/+222
* Don't screw up our uptime with historical dates.Poul-Henning Kamp2002-04-281-1/+1
* Explain magic number.Poul-Henning Kamp2002-04-271-2/+15
* Make the dummy timecounter actually tick or we will never get anyhere.Poul-Henning Kamp2002-04-271-1/+1
* Now that the private parts of timecounters are no longer being fingeredPoul-Henning Kamp2002-04-261-143/+109
* Hide the private parts of timecounter from a couple of places that don'tPoul-Henning Kamp2002-04-261-4/+10
* Simplify the RFC2783 and PPS_SYNC timestamp collection API.Poul-Henning Kamp2002-04-261-16/+37
* Move the winding of timecounters out of hardclock and into a normalPoul-Henning Kamp2002-04-261-1/+39
* Various cleanup and sorting of clock reading functions. Add the twoPoul-Henning Kamp2002-04-261-71/+79
* Rename tco_setscales() and tco_delta() to use the same tc_ prefix asPoul-Henning Kamp2002-04-261-11/+8
* Remove the tc_update() function. Any frequency change to thePoul-Henning Kamp2002-04-261-6/+0
* Improve the implementation of adjtime(2).Poul-Henning Kamp2002-04-151-19/+4
* Get the magnitude of the NTP adjustment right.Poul-Henning Kamp2002-03-281-3/+4
* Remove __P.Alfred Perlstein2002-03-191-2/+2
* Remove unused variable.Poul-Henning Kamp2002-02-261-1/+0
* Add a generation number to timecounters and spin if it changes underPoul-Henning Kamp2002-02-241-37/+62
* Use better scaling factor for NTPs correction.Poul-Henning Kamp2002-02-221-1/+7
* Revise timercounters to use binary fixed point format internally.Poul-Henning Kamp2002-02-071-108/+60
* Let the number of timecounters follow hz, otherwise people withPoul-Henning Kamp2002-02-051-2/+3