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
/
amd64
/
isa
/
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
*
Fix buglet in previous commit; use time from the struct timeval that was
kettenis
2020-05-02
1
-2
/
+2
*
Use the same inittodr()/resettodr() implementation as on arm64/armv7/sparc64
kettenis
2020-04-28
1
-69
/
+28
*
sysctl(2): add kern.utc_offset: successor to the DST/TIMEZONE options(4)
cheloha
2019-08-21
1
-9
/
+4
*
i8254_delay(): simplify tick computation
cheloha
2019-07-19
1
-29
/
+6
*
zap reference to non-existent function in a comment
jasper
2019-05-23
1
-5
/
+2
*
Use the MI interrupt enable/distable API instead of the MD one on amd64 and
kettenis
2018-07-27
1
-9
/
+8
*
Mark the i8254 clock interrupt MPSAFE. It isn't, but it doesn't matter
kettenis
2018-07-09
1
-5
/
+9
*
reduce the amount of includes in arch/amd64
jsg
2017-10-14
1
-3
/
+1
*
don't bother checking diagnostic status (which patrick reports
jcs
2017-08-11
1
-7
/
+1
*
tedu some code that has not been executed since time_t became 64 bits
tom
2017-01-25
1
-20
/
+1
*
not having a century is a known layout by now
jcs
2016-08-03
1
-6
/
+3
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-2
/
+1
*
It's been a quarter century: we can assume volatile is present with that name.
guenther
2014-03-29
1
-3
/
+3
*
Don't set the frequency of the statclock if we don't have one.
gerhard
2013-04-17
1
-5
/
+9
*
N: Thou shalt not call hardclock() with biglock held.
oga
2011-07-05
1
-2
/
+2
*
remove uneeded inlines here as was done in rev 1.24 of
jsg
2011-04-08
1
-5
/
+5
*
Disable the RTC the periodic interrupt. Leaving it enabled causes the
kettenis
2010-08-11
1
-1
/
+7
*
Someone went nuts with spaces and tabs. No binary change.
marco
2010-08-10
1
-11
/
+11
*
Don't forget to register the i8254-based timecounter if we use the i8254
kettenis
2010-07-29
1
-1
/
+3
*
in the clock drivers, seperate the soft-state and hard-state which was
deraadt
2010-07-25
1
-47
/
+27
*
copy nvram code from i386, because amd64 can use it too. done by
deraadt
2007-08-02
1
-2
/
+2
*
Remove MCA ghosts, no changes in .o files.
grange
2007-05-03
1
-30
/
+1
*
ansi/deregister
jsg
2007-01-15
1
-29
/
+15
*
Timecounters for amd64. Diff by art@, tested by many. ok deraadt@
otto
2006-11-07
1
-142
/
+113
*
Remove dead sysbeep driver and unused sysbeep() routine. No functional change.
miod
2006-02-12
1
-60
/
+1
*
Remove the advertising clause in the UCB license which Berkeley
jsg
2005-12-13
1
-6
/
+2
*
Kill MCA related includes.
krw
2005-12-10
1
-8
/
+1
*
make options TIMEZONE and DST work; from form
deraadt
2005-09-27
1
-5
/
+9
*
Use new event counter API for interrupt counting on amd64. Based in part
deraadt
2004-06-28
1
-2
/
+3
*
SMP support. Big parts from NetBSD, but with some really serious debugging
art
2004-06-25
1
-26
/
+5
*
Initialize msb and lsb tables (from NetBSD).
nordin
2004-03-22
1
-1
/
+70
*
simplify the delay stuff
deraadt
2004-03-09
1
-22
/
+36
*
an amd64 arch support.
mickey
2004-01-28
1
-0
/
+765