aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/stack_protector.c
Commit message (Expand)AuthorAgeFilesLines
* Revert r346292 (permit_nonrandom_stackcookies)Conrad Meyer2019-05-131-48/+3
* stack_protector: Add tunable to bypass random cookiesConrad Meyer2019-04-161-3/+48
* Use nitems() macro instead of __arraycount()Pedro F. Giffuni2015-06-161-3/+2
* Random number generator initialization cleanup:Ruslan Ermilov2009-10-201-2/+1
* Fix a chicken-and-egg problem: this files implements SSP support,Ruslan Ermilov2008-06-261-3/+0
* Enable GCC stack protection (aka Propolice) for userland:Ruslan Ermilov2008-06-251-0/+35