about summary refs log tree commit diff
path: root/src/env/__init_security.c
Commit message (Expand)AuthorAgeFilesLines
* save AT_HWCAP from auxv for subsequent use in machine-specific codeRich Felker2012-07-271-0/+1
* direct syscall to open in __init_security needs O_LARGEFILERich Felker2012-06-141-1/+1
* fix missing static (namespace clash)Rich Felker2012-05-101-1/+1
* overhaul SSP support to use a real canaryRich Felker2012-05-031-2/+4
* first attempt at enabling stack protector supportRich Felker2012-04-241-0/+7
* security hardening: ensure suid programs have valid stdin/out/errRich Felker2011-08-231-0/+26