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
/
compat
/
linux
/
linux_signal.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove the Linux emulation code, no longer referenced by anything
naddy
2016-03-02
1
-935
/
+0
*
make sigprocmask(2) not take the kernel lock
pelikan
2015-02-09
1
-20
/
+9
*
Move p_emul and p_sigcode from proc to process.
guenther
2014-03-26
1
-5
/
+5
*
bzero -> memset
tedu
2014-01-21
1
-4
/
+4
*
Implement linux_sys_tgkill.
pirofti
2012-06-19
1
-1
/
+26
*
Add entries in compat signal mapping arrays for SIGTHR.
jsg
2009-12-09
1
-1
/
+2
*
spl0() is not your friend, use splx() instead.
miod
2008-05-01
1
-7
/
+10
*
fix off by one signal checks. thanks yichen's checker
tedu
2003-02-25
1
-3
/
+3
*
Correct linux-compat sigaltstack implementation.
niklas
2001-08-09
1
-10
/
+21
*
Convert array lookups to function calls that are bounds checked
csapuntz
2001-07-27
1
-1
/
+21
*
Silently ignore signals we don't handle; idea from NetBSD. Ok deraadt@
tholo
2001-04-09
1
-7
/
+31
*
On popular demand, the Linux-compatibility clone(2) implementation based
niklas
2001-04-02
1
-9
/
+9
*
Implement sigaltstack
niklas
2000-06-07
1
-34
/
+81
*
Implement rt_sigaction, rt_sigprocmask, rt_sigpending & rt_sigsuspend.
jasoni
2000-03-13
1
-1
/
+172
*
Add support for the new sigset_t and sigaction.
jasoni
2000-03-08
1
-46
/
+172
*
range check signal [] conversions
deraadt
1998-12-22
1
-1
/
+9
*
rename sa_handler to sa__handler
deraadt
1997-06-02
1
-3
/
+3
*
Good fixes and changes from latest Net.
mickey
1996-04-17
1
-5
/
+14
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+501