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
/
m88k
/
gen
/
_setjmp.S
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch from calling obsolete sig{block,setmask} to directly using the
guenther
2016-09-22
1
-11
/
+2
*
Stop supporting longjmperror(); it's not used, not portable, and the checks
guenther
2016-05-23
1
-5
/
+3
*
PIC-related code should follow the #ifdef __PIC__ line, not the #else line.
miod
2013-01-20
1
-4
/
+4
*
Add END() directives to the various functions.
miod
2013-01-11
1
-2
/
+8
*
Switch m88k ports to ELF.
miod
2013-01-05
1
-56
/
+56
*
Fix almost ten-years old bug in siglongjmp(), which would not restore a signal
miod
2012-08-12
1
-22
/
+13
*
zap rcsid.
espie
2005-08-07
1
-5
/
+1
*
Use less stack space for temporary storage and C code invocation, after
miod
2004-07-28
1
-6
/
+6
*
Fix the *longjmp() behaviour - it is legal to reuse a jmp_buf several times.
miod
2003-08-01
1
-12
/
+5
*
Get static rcsid correctly, better style for .S files, trim whitespace.
miod
2003-01-07
1
-6
/
+6
*
Fix *longjmp() return values.
miod
2003-01-04
1
-18
/
+18
*
Typos
miod
2003-01-02
1
-4
/
+4
*
Fix license and conformance with man page.
smurph
2002-09-18
1
-12
/
+104
*
correted sigsetjmp, setjump. Fixed MACHINE_ARCH vs. MACHINE stuff.
smurph
1998-12-15
1
-0
/
+50