summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/stack_protector.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* clang doesn't propagate attributes like "asm labels" and "visibility(hidden)"guenther2017-11-291-2/+2
* Rename the system call sendsyslog2 to sendsyslog. Keep the old onebluhm2016-03-211-2/+2
* environ and __progname are not declared in a public header; declare themguenther2016-03-131-2/+2
* use strlcat instead of strlcpy with modified arguments. ok deraadt@canacar2015-12-011-6/+5
* Rather than using syslog(3) (which pulls in snprintf), creating the reportderaadt2015-11-251-4/+14
* Split the intra-thread functionality from kill(2) into its own syscallguenther2015-11-101-5/+4
* libc.so can't be unloaded, so move the hidden atexit() and pthread_atfork()guenther2015-11-101-1/+15
* Pull in namespace.h when building all .c files using gcc's -include option,guenther2015-09-101-5/+3
* Move to the <limits.h> universe.deraadt2015-01-161-2/+1
* Do not need __guard[] anymore since we are now relying on __guard_localderaadt2013-12-281-3/+1
* do not need to create the stack cookie using a constructor anymore,deraadt2013-12-271-29/+1
* remove non-openbsd.randomdata partsderaadt2013-12-271-12/+1
* Don't attempt to warn about uninitialized __guard values yet. It'smatthew2012-08-241-2/+2
* Change ld.so and libc to use .openbsd.randomdata on ELF platforms formatthew2012-08-221-4/+17
* ARGSUSED where neededderaadt2006-03-311-1/+2
* Use sysctl(KERN_ARND) to get n bytes, instead of just 4 at a timeotto2005-11-301-10/+5
* zap remaining rcsid.espie2005-08-081-5/+1
* lint says unsigned...deraadt2004-09-141-4/+6
* Directly invoke the sysctl system call, rather than going through the sysctl(3)miod2003-10-011-3/+5
* add missing includesdavid2003-07-181-2/+5
* in the handler, block signals handlers as soon as possible; ok miod millertderaadt2003-03-031-3/+9
* bug fixetoh2002-12-101-3/+3
* KNFderaadt2002-12-021-6/+6
* Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stackmiod2002-12-021-0/+87