index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
arch
/
hppa
/
dev
/
clock.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
timecounting: use C99-style initialization for all timecounter structs
cheloha
2021-02-23
1
-2
/
+9
*
Add support for timeconting in userland.
pirofti
2020-07-06
1
-2
/
+2
*
Use the same inittodr()/resettodr() implementation as on
kettenis
2020-05-01
1
-64
/
+39
*
It's been a quarter century: we can assume volatile is present with that name.
guenther
2014-03-29
1
-4
/
+4
*
Check in resettodr() if inittodr() has been called, otherwise we end up
jasper
2011-01-09
1
-1
/
+10
*
- remove unused headers wrapped in #if defined(DDB)
jasper
2011-01-05
1
-8
/
+1
*
Move setting cpu_hzticks to the clock initialization function, like
jasper
2011-01-01
1
-1
/
+3
*
ANSIfy
kettenis
2010-08-01
1
-6
/
+4
*
Store hardware timer information per CPU.
jsing
2010-04-29
1
-9
/
+11
*
Make sure than cpu_hardclock() never sets a ``next interrupt value'' which has
miod
2009-02-08
1
-4
/
+64
*
Move hppa to __HAVE_TIMECOUNTERS.
kettenis
2007-07-22
1
-7
/
+30
*
update copyright; miod@ is fine w/ files where he holds it too
mickey
2004-04-07
1
-14
/
+10
*
typo
deraadt
2003-12-12
1
-2
/
+2
*
less global name space pollution
mickey
2003-10-15
1
-4
/
+7
*
reload the itmr as soon as we get the intr to avoid lagging on slower machines
mickey
2003-10-05
1
-2
/
+6
*
no wrapper arounf hardclock(), use CPU_CLOCKUPDATE, real microtime; miod ok
mickey
2002-11-27
1
-41
/
+2
*
check for errors on tod pdc ops. say that bad time is before 82
mickey
2002-09-15
1
-7
/
+11
*
hardclock() is not called until clock has been initialized
mickey
2002-05-20
1
-1
/
+7
*
make resettodr() save the clock (per the pdc manual), tested
mickey
2002-05-14
1
-7
/
+3
*
First round of __P removal in sys
millert
2002-03-14
1
-2
/
+2
*
long arg int format fix, from netbsd
mickey
2002-02-01
1
-2
/
+2
*
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
miod
2001-11-06
1
-2
/
+2
*
some knf
mickey
2001-08-31
1
-4
/
+4
*
timeout-driven heartbeat.
mickey
2000-03-29
1
-8
/
+1
*
thinking it seems reduces heartbeat, boy
mickey
2000-02-09
1
-14
/
+7
*
heartbeat -- yeah we have a patch for that
mickey
2000-02-09
1
-10
/
+12
*
make inittodr() whine some sane things
mickey
1999-09-07
1
-5
/
+22
*
clock_intr()
mickey
1999-08-14
1
-1
/
+32
*
manualy assign structures
mickey
1999-06-24
1
-3
/
+4
*
microtime() is moving to locore.S
mickey
1999-06-12
1
-11
/
+1
*
missign extern cpu_hzticks
mickey
1999-02-07
1
-1
/
+2
*
no microtime() yet
mickey
1998-12-29
1
-0
/
+121