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
/
powerpc64
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-19
Retguard sigsetjmp on powerpc64.
mortimer
1
-5
/
+10
2020-10-19
add retguard prologue/epilogue
deraadt
1
-2
/
+4
2020-10-18
Add powerpc64 retguard macros for setjmp / longjmp.
mortimer
1
-5
/
+10
2020-10-18
SYS___threxit cannot fail, but this integration looks like a gadget.
deraadt
1
-1
/
+2
2020-10-16
Adapt SYS.h to use retguard macros from asm.h, so that generated system
deraadt
8
-46
/
+77
2020-07-27
Fix two cases where we shpould compare/store 64-bit values instead of
kettenis
1
-3
/
+3
2020-07-27
Fix powerpc64's sbrk()
gkoehler
1
-3
/
+5
2020-07-14
Fix TIB/TCB on powerpc64. Some bright sould decided that the TCB should
kettenis
1
-3
/
+3
2020-07-11
Add usertc.c.
kettenis
1
-0
/
+1
2020-07-11
Add missing usertc.c file.
kettenis
1
-0
/
+21
2020-07-02
Use a relative branch to jump from setjmp(3) into _setjmp(4).
kettenis
1
-5
/
+4
2020-06-30
Add missing comparison instruction. Load %r12 with the indirect branch
kettenis
1
-1
/
+3
2020-06-29
Use C versions of bcopy(3) and memmove(3) for now as the assembly version
kettenis
1
-2
/
+2
2020-06-28
Use std instead of stw to store CR since we use std in sigsetjmp(3) and
kettenis
1
-2
/
+2
2020-06-28
The 2nd and 3rd argument are pointers, so use the appropriate doubleword
kettenis
1
-5
/
+5
2020-06-27
Add missing label.
kettenis
1
-2
/
+2
2020-06-26
Provide an optimized implementation of ffs(3) in libc on
naddy
2
-2
/
+17
2020-06-26
Fix TCB_OFFSET_ERRNO. Adjust comments to reflect that powerpc64 uses %r13
kettenis
1
-4
/
+4
2020-06-26
Avoid "bare" register numbers.
kettenis
4
-26
/
+26
2020-06-25
PowerPC64 libc powerpc sys files
drahn
8
-0
/
+368
2020-06-25
PowerPC64 libc string/net files
drahn
2
-0
/
+178
2020-06-25
*** empty log message ***
drahn
1
-0
/
+1
2020-06-25
PowerPC64 libc/arch/powerpc/gdtoa files
drahn
3
-0
/
+20
2020-06-25
Committed wrong version of file, atomic_lock is 32 bit.
drahn
1
-6
/
+6
2020-06-25
PowerPC64 libc gen files
drahn
14
-0
/
+812
2020-06-25
PowerPC64 libc (libc powerpc top)
drahn
4
-0
/
+176