Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2015-04-13 | allow libc itself to be built with stack protector enabled | Rich Felker | -0/+10 |
2015-04-13 | remove remnants of support for running in no-thread-pointer mode | Rich Felker | -2/+1 |
2014-03-25 | remove lazy ssp initialization | Timo Teräs | -13/+5 |
2014-03-24 | always initialize thread pointer at program start | Rich Felker | -1/+7 |
2013-12-12 | include cleanups: remove unused headers and add feature test macros | Szabolcs Nagy | -2/+1 |
2012-11-01 | fix unused variable warnings | Rich Felker | -1/+0 |
2012-10-07 | clean up and refactor program initialization | Rich Felker | -3/+2 |
2012-08-25 | ensure canary is setup if stack-prot libs are dlopen'd into non-ssp app | Rich Felker | -1/+2 |
2012-05-03 | overhaul SSP support to use a real canary | Rich Felker | -4/+13 |
2012-04-24 | first attempt at enabling stack protector support | Rich Felker | -0/+14 |