summaryrefslogtreecommitdiffstats
path: root/sys/arch/amd64/isa/clock.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* timecounting: use C99-style initialization for all timecounter structscheloha2021-02-231-2/+9
* Add support for timeconting in userland.pirofti2020-07-061-2/+2
* Fix buglet in previous commit; use time from the struct timeval that waskettenis2020-05-021-2/+2
* Use the same inittodr()/resettodr() implementation as on arm64/armv7/sparc64kettenis2020-04-281-69/+28
* sysctl(2): add kern.utc_offset: successor to the DST/TIMEZONE options(4)cheloha2019-08-211-9/+4
* i8254_delay(): simplify tick computationcheloha2019-07-191-29/+6
* zap reference to non-existent function in a commentjasper2019-05-231-5/+2
* Use the MI interrupt enable/distable API instead of the MD one on amd64 andkettenis2018-07-271-9/+8
* Mark the i8254 clock interrupt MPSAFE. It isn't, but it doesn't matterkettenis2018-07-091-5/+9
* reduce the amount of includes in arch/amd64jsg2017-10-141-3/+1
* don't bother checking diagnostic status (which patrick reportsjcs2017-08-111-7/+1
* tedu some code that has not been executed since time_t became 64 bitstom2017-01-251-20/+1
* not having a century is a known layout by nowjcs2016-08-031-6/+3
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* It's been a quarter century: we can assume volatile is present with that name.guenther2014-03-291-3/+3
* Don't set the frequency of the statclock if we don't have one.gerhard2013-04-171-5/+9
* N: Thou shalt not call hardclock() with biglock held.oga2011-07-051-2/+2
* remove uneeded inlines here as was done in rev 1.24 ofjsg2011-04-081-5/+5
* Disable the RTC the periodic interrupt. Leaving it enabled causes thekettenis2010-08-111-1/+7
* Someone went nuts with spaces and tabs. No binary change.marco2010-08-101-11/+11
* Don't forget to register the i8254-based timecounter if we use the i8254kettenis2010-07-291-1/+3
* in the clock drivers, seperate the soft-state and hard-state which wasderaadt2010-07-251-47/+27
* copy nvram code from i386, because amd64 can use it too. done byderaadt2007-08-021-2/+2
* Remove MCA ghosts, no changes in .o files.grange2007-05-031-30/+1
* ansi/deregisterjsg2007-01-151-29/+15
* Timecounters for amd64. Diff by art@, tested by many. ok deraadt@otto2006-11-071-142/+113
* Remove dead sysbeep driver and unused sysbeep() routine. No functional change.miod2006-02-121-60/+1
* Remove the advertising clause in the UCB license which Berkeleyjsg2005-12-131-6/+2
* Kill MCA related includes.krw2005-12-101-8/+1
* make options TIMEZONE and DST work; from formderaadt2005-09-271-5/+9
* Use new event counter API for interrupt counting on amd64. Based in partderaadt2004-06-281-2/+3
* SMP support. Big parts from NetBSD, but with some really serious debuggingart2004-06-251-26/+5
* Initialize msb and lsb tables (from NetBSD).nordin2004-03-221-1/+70
* simplify the delay stuffderaadt2004-03-091-22/+36
* an amd64 arch support.mickey2004-01-281-0/+765