summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_tc.c
Commit message (Expand)AuthorAgeFilesLines
* Move timecounters notion of frequency to 64 bits.phk2003-01-291-3/+4
* Add sysctl kern.timecounter.nsetclock which indicates the number ofphk2003-01-251-0/+2
* Move a local variable to avoid the compiler warning about it being unused.phk2003-01-161-1/+2
* hardpps() wants the raw hardware counter value converted to nanoseconds.jhay2003-01-161-7/+7
* Explicitly have the timecounter init happen after the cpu_initclocks ispeter2003-01-061-1/+1
* Export tc_tick with sysctl, not tick.phk2003-01-041-1/+1
* Introduce a "time_uptime" global variable which holds the time since bootphk2002-11-011-0/+2
* Use strlcpy() instead of strncpy() to copy NUL terminated stringsrobert2002-10-171-2/+2
* Do not employ timecounter hardware if our hz does not support theirphk2002-09-041-2/+10
* Give up on calling tc_ticktock() from a timeout, we have timeoutphk2002-09-041-4/+6
* Use a semicolon at the end of a function-like macro invocation. Killsmarkm2002-07-151-1/+1
* Time counter stats are unsigned, advertise them to sysctl(8) that way.kbyanc2002-06-111-1/+1
* Mistyped and lost a '&' in previous commit.phk2002-05-301-1/+1
* Don't forget to factor in the boottime when we calculate PPS timestamps.phk2002-05-301-0/+1
* Initialize time_second to 1 instead of zero to pacify slightly bogus arp code.phk2002-05-031-6/+4
* kern_tc.c doesn't use <machine/psl.h>, and having this #include breakspeter2002-05-011-2/+0
* Brucifixion ? Yes, out that door, row on the left, one patch each.phk2002-04-301-87/+101
* Stylistic sweep through the timecounter code.phk2002-04-281-142/+222
* Don't screw up our uptime with historical dates.phk2002-04-281-1/+1
* Explain magic number.phk2002-04-271-2/+15
* Make the dummy timecounter actually tick or we will never get anyhere.phk2002-04-271-1/+1
* Now that the private parts of timecounters are no longer being fingeredphk2002-04-261-143/+109
* Hide the private parts of timecounter from a couple of places that don'tphk2002-04-261-4/+10
* Simplify the RFC2783 and PPS_SYNC timestamp collection API.phk2002-04-261-16/+37
* Move the winding of timecounters out of hardclock and into a normalphk2002-04-261-1/+39
* Various cleanup and sorting of clock reading functions. Add the twophk2002-04-261-71/+79
* Rename tco_setscales() and tco_delta() to use the same tc_ prefix asphk2002-04-261-11/+8
* Remove the tc_update() function. Any frequency change to thephk2002-04-261-6/+0
* Improve the implementation of adjtime(2).phk2002-04-151-19/+4
* Get the magnitude of the NTP adjustment right.phk2002-03-281-3/+4
* Remove __P.alfred2002-03-191-2/+2
* Remove unused variable.phk2002-02-261-1/+0
* Add a generation number to timecounters and spin if it changes underphk2002-02-241-37/+62
* Use better scaling factor for NTPs correction.phk2002-02-221-1/+7
* Revise timercounters to use binary fixed point format internally.phk2002-02-071-108/+60
* Let the number of timecounters follow hz, otherwise people withphk2002-02-051-2/+3
* Be more conservative about interrupt latency, it aint getting better it seems.phk2002-01-251-2/+2
* Remove a bogus #ifdef KTR stanza.phk2001-01-011-7/+0
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-1/+8
* 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-477/+54
* Fix sign reversal in adjtime(2).phk2000-02-131-1/+1
* Make adjtime(2) adjust boottime so it doesn't cause non-monotonousphk1999-12-081-2/+11
* Fixed some comments in statclock(). The previous commit made it clearerbde1999-11-271-8/+8
* Moved scheduling-related code to kern_synch.c so that it is easier to fixbde1999-11-271-21/+1
* #ifdef PPS_SYNC around "kapi" declaration to fix a -Wunused warning.peter1999-10-101-0/+2
* Update the PPSAPI to draft-mogul-pps-api-05.txt which is the latest.jhay1999-10-091-42/+54
* Moved the definition of `boottime' and its sysctl to the correct file.bde1999-09-131-0/+4
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
OpenPOWER on IntegriCloud