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
/
lib
/
libkern
/
arch
/
amd64
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-13
Use _ALIGN_TRAPS instead of _ALIGN_TEXT where nops aren't needed.
guenther
3
-6
/
+6
2018-07-10
In asm.h ensure NENTRY uses the old-school nop-sled align, but change standard
deraadt
3
-5
/
+5
2018-07-03
Add retguard macros for libkern
mortimer
15
-12
/
+43
2016-03-20
" the the " -> " the ", or in a couple of cases replace the superfluous
krw
1
-2
/
+2
2014-12-09
Like libc, also for the kernel: Import new amd64 assembly versions of
reyk
4
-93
/
+442
2014-11-29
it should not be necessary to clear the direction flag
tedu
8
-9
/
+0
2014-11-21
mask off high bits from 'c', before operation, otherwise the packing
deraadt
1
-0
/
+1
2014-01-09
tiny tweak to asm. prefer memcpy and memmove, with bcopy wrapper
tedu
1
-6
/
+7
2013-06-13
Remove pointless instruction in the memcpy path that snuck in with the
kettenis
1
-2
/
+0
2013-06-13
merge bcopy/memcpy/memmove into one function.
deraadt
3
-104
/
+89
2013-06-11
remove ovbcopy support
deraadt
1
-4
/
+0
2013-06-03
fix an oft copied typo that i'm tired of looking at
tedu
2
-2
/
+2
2012-01-17
Remove assembly version of strlen from i386 and amd64, where it's
mikeb
1
-17
/
+0
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
ray
2
-14
/
+0
2007-11-28
place a comment as to why these are otherwise empty
deraadt
2
-0
/
+2
2007-11-25
libkern, begone. Move to a new mechanism where config(8)'s "file"
deraadt
7
-88
/
+44
2007-11-24
delete unused junk RCS ids
deraadt
9
-36
/
+0
2007-05-25
"boundries" -> "boundaries" in various comments. Started by Diego Casati.
krw
2
-2
/
+2
2007-05-04
remove strcpy and strcat from the kernel; they are dead and unused code.
reyk
3
-124
/
+2
2004-01-28
an amd64 arch support.
mickey
23
-0
/
+858