aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/secure
Commit message (Collapse)AuthorAgeFilesLines
* Remove a stale comment and clarify the original where it was taken fromPedro F. Giffuni2015-08-141-5/+0
| | | | | | | | | | | | The comment in the libc/sys symbol map referenced the generated symbols for the syscall trampolines. Such comment was out of place in the secure symbol map so remove the stale comment and attempt to clarify the old one to avoid risks of confusion. Pointed out by: kib Notes: svn path=/head/; revision=286782
* Move the stack protector to a new "secure" directoryPedro F. Giffuni2015-08-144-0/+163
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 Notes: svn path=/head/; revision=286760