aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/secure
Commit message (Expand)AuthorAgeFilesLines
* libc: ssp: remove some GCC 4.2 remnantsKyle Evans2023-02-101-9/+1
* libc: ssp: sprinkle around some __dead2Kyle Evans2021-10-011-3/+3
* Remove the SYMVER build option.John Baldwin2020-04-301-4/+2
* ssp: knock out some trivial warnings that come up with WARNS=6Kyle Evans2020-01-041-3/+5
* ssp: further refine the conditional used for constructor priorityKyle Evans2019-11-131-1/+1
* ssp: rework the logic to use priority=200 on clang buildsKyle Evans2019-11-131-4/+6
* ssp: add a priority to the __stack_chk_guard constructorKyle Evans2019-11-131-1/+17
* Carefully update stack guard bytes inside __guard_setup().Konstantin Belousov2018-04-241-4/+16
* libc: do not include <sys/types.h> where <sys/param.h> was already includedAndriy Voskoboinyk2016-04-181-1/+0
* libc: don't build compat functions if building WITHOUT_SYMVEREd Maste2016-03-151-3/+4
* Remove a stale comment and clarify the original where it was taken fromPedro F. Giffuni2015-08-141-5/+0
* Move the stack protector to a new "secure" directoryPedro F. Giffuni2015-08-144-0/+163