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