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
/
sys
/
stack_protector.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-29
clang doesn't propagate attributes like "asm labels" and "visibility(hidden)"
guenther
1
-2
/
+2
2016-03-21
Rename the system call sendsyslog2 to sendsyslog. Keep the old one
bluhm
1
-2
/
+2
2016-03-13
environ and __progname are not declared in a public header; declare them
guenther
1
-2
/
+2
2015-12-01
use strlcat instead of strlcpy with modified arguments. ok deraadt@
canacar
1
-6
/
+5
2015-11-25
Rather than using syslog(3) (which pulls in snprintf), creating the report
deraadt
1
-4
/
+14
2015-11-10
Split the intra-thread functionality from kill(2) into its own syscall
guenther
1
-5
/
+4
2015-11-10
libc.so can't be unloaded, so move the hidden atexit() and pthread_atfork()
guenther
1
-1
/
+15
2015-09-10
Pull in namespace.h when building all .c files using gcc's -include option,
guenther
1
-5
/
+3
2015-01-16
Move to the <limits.h> universe.
deraadt
1
-2
/
+1
2013-12-28
Do not need __guard[] anymore since we are now relying on __guard_local
deraadt
1
-3
/
+1
2013-12-27
do not need to create the stack cookie using a constructor anymore,
deraadt
1
-29
/
+1
2013-12-27
remove non-openbsd.randomdata parts
deraadt
1
-12
/
+1
2012-08-24
Don't attempt to warn about uninitialized __guard values yet. It's
matthew
1
-2
/
+2
2012-08-22
Change ld.so and libc to use .openbsd.randomdata on ELF platforms for
matthew
1
-4
/
+17
2006-03-31
ARGSUSED where needed
deraadt
1
-1
/
+2
2005-11-30
Use sysctl(KERN_ARND) to get n bytes, instead of just 4 at a time
otto
1
-10
/
+5
2005-08-08
zap remaining rcsid.
espie
1
-5
/
+1
2004-09-14
lint says unsigned...
deraadt
1
-4
/
+6
2003-10-01
Directly invoke the sysctl system call, rather than going through the sysctl(3)
miod
1
-3
/
+5
2003-07-18
add missing includes
david
1
-2
/
+5
2003-03-03
in the handler, block signals handlers as soon as possible; ok miod millert
deraadt
1
-3
/
+9
2002-12-10
bug fix
etoh
1
-3
/
+3
2002-12-02
KNF
deraadt
1
-6
/
+6
2002-12-02
Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stack
miod
1
-0
/
+87