aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/stack_protector_compat.c
Commit message (Collapse)AuthorAgeFilesLines
* Move the stack protector to a new "secure" directoryPedro F. Giffuni2015-08-141-20/+0
| | | | | | | | | | | | | 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
* Revert r274772: it is not valid on MIPSEd Maste2014-11-251-1/+1
| | | | | | | Reported by: sbruno Notes: svn path=/head/; revision=275004
* Use canonical __PIC__ flagEd Maste2014-11-211-1/+1
| | | | | | | | | | | It is automatically set when -fPIC is passed to the compiler. Reviewed by: dim, kib Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D1179 Notes: svn path=/head/; revision=274772
* Move the __stack_chk_fail_local@FBSD_1.0 compat symbol definition intoKonstantin Belousov2010-08-241-0/+20
the separate .o for libc_pic.a. This prevents rtld from making the symbol global. Putting the stack_protector_compat.c into the public domain acknowledged by kan. Reviewed by: kan MFC after: 2 weeks Notes: svn path=/head/; revision=211748