Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2012-10-07 | clean up and refactor program initialization | Rich Felker | -12/+7 |
2012-07-27 | save AT_HWCAP from auxv for subsequent use in machine-specific code | Rich Felker | -0/+1 |
2012-06-14 | direct syscall to open in __init_security needs O_LARGEFILE | Rich Felker | -1/+1 |
2012-05-10 | fix missing static (namespace clash) | Rich Felker | -1/+1 |
2012-05-03 | overhaul SSP support to use a real canary | Rich Felker | -2/+4 |
2012-04-24 | first attempt at enabling stack protector support | Rich Felker | -0/+7 |
2011-08-23 | security hardening: ensure suid programs have valid stdin/out/err | Rich Felker | -0/+26 |