Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libc: do not include <sys/types.h> where <sys/param.h> was already included | avos | 2016-04-18 | 1 | -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" directory | pfg | 2015-08-14 | 1 | -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 |