summaryrefslogtreecommitdiffstats
path: root/lib/libc/secure/stack_protector.c
Commit message (Collapse)AuthorAgeFilesLines
* libc: do not include <sys/types.h> where <sys/param.h> was already includedavos2016-04-181-1/+0
| | | | | | According to style(9): > normally, include <sys/types.h> OR <sys/param.h>, but not both. (<sys/param.h> already includes <sys/types.h> when LOCORE is not defined).
* Move the stack protector to a new "secure" directorypfg2015-08-141-0/+117
As part of the code refactoring to support FORTIFY_SOURCE we want a new subdirectory "secure" to keep the files related to security. Move the stack protector functions to this new directory. No functional change. Differential Review: https://reviews.freebsd.org/D3333
OpenPOWER on IntegriCloud