Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | further micro-optimize startup code for size | Rich Felker | 2014-04-21 | 1 | -21/+0 |
* | micro-optimize some startup code for size | Rich Felker | 2014-04-21 | 1 | -7/+0 |
* | remove lazy ssp initialization | Timo Teräs | 2014-03-25 | 1 | -2/+0 |
* | include cleanups: remove unused headers and add feature test macros | Szabolcs Nagy | 2013-12-12 | 1 | -1/+0 |
* | clean up and refactor program initialization | Rich Felker | 2012-10-07 | 1 | -12/+7 |
* | save AT_HWCAP from auxv for subsequent use in machine-specific code | Rich Felker | 2012-07-27 | 1 | -0/+1 |
* | direct syscall to open in __init_security needs O_LARGEFILE | Rich Felker | 2012-06-14 | 1 | -1/+1 |
* | fix missing static (namespace clash) | Rich Felker | 2012-05-10 | 1 | -1/+1 |
* | overhaul SSP support to use a real canary | Rich Felker | 2012-05-03 | 1 | -2/+4 |
* | first attempt at enabling stack protector support | Rich Felker | 2012-04-24 | 1 | -0/+7 |
* | security hardening: ensure suid programs have valid stdin/out/err | Rich Felker | 2011-08-23 | 1 | -0/+26 |