summaryrefslogtreecommitdiffstats
path: root/sys/arch/hppa/dev/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
* Use the same inittodr()/resettodr() implementation as onkettenis2020-05-011-64/+39
* It's been a quarter century: we can assume volatile is present with that name.guenther2014-03-291-4/+4
* Check in resettodr() if inittodr() has been called, otherwise we end upjasper2011-01-091-1/+10
* - remove unused headers wrapped in #if defined(DDB)jasper2011-01-051-8/+1
* Move setting cpu_hzticks to the clock initialization function, likejasper2011-01-011-1/+3
* ANSIfykettenis2010-08-011-6/+4
* Store hardware timer information per CPU.jsing2010-04-291-9/+11
* Make sure than cpu_hardclock() never sets a ``next interrupt value'' which hasmiod2009-02-081-4/+64
* Move hppa to __HAVE_TIMECOUNTERS.kettenis2007-07-221-7/+30
* update copyright; miod@ is fine w/ files where he holds it toomickey2004-04-071-14/+10
* typoderaadt2003-12-121-2/+2
* less global name space pollutionmickey2003-10-151-4/+7
* reload the itmr as soon as we get the intr to avoid lagging on slower machinesmickey2003-10-051-2/+6
* no wrapper arounf hardclock(), use CPU_CLOCKUPDATE, real microtime; miod okmickey2002-11-271-41/+2
* check for errors on tod pdc ops. say that bad time is before 82mickey2002-09-151-7/+11
* hardclock() is not called until clock has been initializedmickey2002-05-201-1/+7
* make resettodr() save the clock (per the pdc manual), testedmickey2002-05-141-7/+3
* First round of __P removal in sysmillert2002-03-141-2/+2
* long arg int format fix, from netbsdmickey2002-02-011-2/+2
* Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.miod2001-11-061-2/+2
* some knfmickey2001-08-311-4/+4
* timeout-driven heartbeat.mickey2000-03-291-8/+1
* thinking it seems reduces heartbeat, boymickey2000-02-091-14/+7
* heartbeat -- yeah we have a patch for thatmickey2000-02-091-10/+12
* make inittodr() whine some sane thingsmickey1999-09-071-5/+22
* clock_intr()mickey1999-08-141-1/+32
* manualy assign structuresmickey1999-06-241-3/+4
* microtime() is moving to locore.Smickey1999-06-121-11/+1
* missign extern cpu_hzticksmickey1999-02-071-1/+2
* no microtime() yetmickey1998-12-291-0/+121