summaryrefslogtreecommitdiff
path: root/sys/kern/stack_protector.c
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2019-05-13Revert r346292 (permit_nonrandom_stackcookies)Conrad Meyer
2019-04-16stack_protector: Add tunable to bypass random cookiesConrad Meyer
2015-06-16Use nitems() macro instead of __arraycount()Pedro F. Giffuni
2009-10-20Random number generator initialization cleanup:Ruslan Ermilov
2008-06-26Fix a chicken-and-egg problem: this files implements SSP support,Ruslan Ermilov
2008-06-25Enable GCC stack protection (aka Propolice) for userland:Ruslan Ermilov