index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
sys
/
stack_protector.c
Age
Commit message (
Expand
)
Author
2017-11-29
clang doesn't propagate attributes like "asm labels" and "visibility(hidden)"
Philip Guenther
2016-03-21
Rename the system call sendsyslog2 to sendsyslog. Keep the old one
Alexander Bluhm
2016-03-13
environ and __progname are not declared in a public header; declare them
Philip Guenther
2015-12-01
use strlcat instead of strlcpy with modified arguments. ok deraadt@
Can Erkin Acar
2015-11-25
Rather than using syslog(3) (which pulls in snprintf), creating the report
Theo de Raadt
2015-11-10
Split the intra-thread functionality from kill(2) into its own syscall
Philip Guenther
2015-11-10
libc.so can't be unloaded, so move the hidden atexit() and pthread_atfork()
Philip Guenther
2015-09-10
Pull in namespace.h when building all .c files using gcc's -include option,
Philip Guenther
2015-01-16
Move to the <limits.h> universe.
Theo de Raadt
2013-12-28
Do not need __guard[] anymore since we are now relying on __guard_local
Theo de Raadt
2013-12-27
do not need to create the stack cookie using a constructor anymore,
Theo de Raadt
2013-12-27
remove non-openbsd.randomdata parts
Theo de Raadt
2012-08-24
Don't attempt to warn about uninitialized __guard values yet. It's
Matthew Dempsky
2012-08-22
Change ld.so and libc to use .openbsd.randomdata on ELF platforms for
Matthew Dempsky
2006-03-31
ARGSUSED where needed
Theo de Raadt
2005-11-30
Use sysctl(KERN_ARND) to get n bytes, instead of just 4 at a time
Otto Moerbeek
2005-08-08
zap remaining rcsid.
Marc Espie
2004-09-14
lint says unsigned...
Theo de Raadt
2003-10-01
Directly invoke the sysctl system call, rather than going through the sysctl(3)
Miod Vallat
2003-07-18
add missing includes
David Krause
2003-03-03
in the handler, block signals handlers as soon as possible; ok miod millert
Theo de Raadt
2002-12-10
bug fix
Hiroaki Etoh
2002-12-02
KNF
Theo de Raadt
2002-12-02
Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stack
Miod Vallat