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
/
sparc64
/
fpu
/
fpu.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Push KERNEL_LOCK/UNLOCK() dance inside trapsignal().
mpi
2020-08-19
1
-9
/
+1
*
p_comm is the process's command and isn't per thread, so move it from
guenther
2017-01-21
1
-3
/
+3
*
Various printf claim to report the PID, so actually report that and not the TID
guenther
2016-10-08
1
-3
/
+4
*
1 << 31 cleanup. Eitan Adler pointed out that there has been a
deraadt
2013-11-26
1
-3
/
+3
*
Revert art@'s moving around of the KERNEL_LOCK()/KERNEL_UNLOCK() calls,
guenther
2011-07-11
1
-1
/
+9
*
There is a bunch of places in the kernel entry points where we don't
art
2011-07-07
1
-9
/
+1
*
Clean up after P_BIGLOCK removal.
art
2011-07-06
1
-9
/
+9
*
Make sure we grab the kernel lock before invoking trapsignal().
miod
2010-01-01
1
-1
/
+9
*
Make fpproc per-cpu. This turns fpproc into a macro, so adjust fpu/fpu.c
kettenis
2007-09-09
1
-17
/
+17
*
There was hope, at one time, of sharing fpu/ with sparc. That's still
jason
2006-06-21
1
-7
/
+1
*
Make the array of fpu exception types/codes big enough.
kettenis
2006-05-14
1
-7
/
+7
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
1
-6
/
+2
*
one more... nuke clause 3 & 4
jason
2003-06-02
1
-6
/
+1
*
Remove a large chunk of `#ifdef notyet' code
jason
2002-08-12
1
-53
/
+1
*
Don't depend on curproc, pass the proc * down to the functions that need it (fmovr/fmovcc).
jason
2002-08-03
1
-20
/
+23
*
'sez' is not an english word; ok deraadt@
jsyn
2002-07-10
1
-2
/
+2
*
First round of __P removal in sys
millert
2002-03-14
1
-19
/
+19
*
Mostly rewritten decode of fpu emulation:
jason
2001-09-15
1
-278
/
+683
*
Add more debugging stuff (including fpstate dumping)
jason
2001-09-10
1
-7
/
+38
*
From NetBSD: debugging stuff to dump fpn's
jason
2001-09-08
1
-1
/
+18
*
Import netbsd's fpu handling (modified to be separate from sparc); this is
jason
2001-09-08
1
-0
/
+565