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
/
lib
/
libc
/
arch
/
aarch64
/
sys
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-19
replace ad-hoc illegal instruction with the architecturally defined one
naddy
1
-2
/
+2
2020-10-18
SYS___threxit cannot fail, but this integration looks like a gadget.
deraadt
1
-1
/
+2
2020-10-01
Mark top-level frame for new thread in both CFI and with zero
guenther
1
-1
/
+7
2018-08-12
Add retguard macros for arm64 asm and apply them in the straightforward
mortimer
8
-8
/
+24
2017-11-22
Avoid .align 0 here as well. Also fix a .word that should be a .quad.
kettenis
3
-10
/
+7
2017-10-28
Typo: 'end' should have been '_end', which is already exported/imported.
guenther
1
-2
/
+2
2017-03-19
Stop setting the second register; it's unnecessary on 64bit archs
guenther
1
-2
/
+1
2017-03-18
Simplify fork/vfork logic: the kernel has handled returning zero in the child
kettenis
1
-10
/
+1
2017-03-18
Use the userspace-visible thread register directly in __cerror instead
kettenis
1
-10
/
+6
2017-03-18
Make brk(2) actually work and sync the brk()/sbrk() implementation with arm,
kettenis
2
-35
/
+29
2017-02-23
The assembly for sigpending(2) wasn't correctly implemented either. I
patrick
1
-2
/
+3
2017-02-22
The assembly for sigprocmask(2) had a tiny typo which made it jump to
patrick
1
-4
/
+4
2017-02-20
__tfork(3) returns the thread ID of the new thread in x0, not x1. The
patrick
1
-2
/
+2
2017-01-25
__errno() returns a 32-bit pointer, so make sure we write a 32-bit
patrick
1
-2
/
+2
2017-01-11
Add support for AArch64.
patrick
9
-0
/
+496