summaryrefslogtreecommitdiff
path: root/src/env
AgeCommit message (Expand)AuthorFilesLines
2012-10-05support for TLS in dynamic-loaded (dlopen) modulesRich Felker1-2/+2
2012-10-04partial TLS support for dynamic-linked programsRich Felker1-5/+5
2012-10-04TLS (GNU/C11 thread-local storage) support for static-linked programsRich Felker2-0/+73
2012-08-25ensure canary is setup if stack-prot libs are dlopen'd into non-ssp appRich Felker1-1/+2
2012-07-27save AT_HWCAP from auxv for subsequent use in machine-specific codeRich Felker1-0/+1
2012-06-14direct syscall to open in __init_security needs O_LARGEFILERich Felker1-1/+1
2012-05-10fix missing static (namespace clash)Rich Felker1-1/+1
2012-05-03overhaul SSP support to use a real canaryRich Felker3-8/+17
2012-04-30make stack protector work with gcc configured for non-tls canaryRich Felker1-0/+2
2012-04-24first attempt at enabling stack protector supportRich Felker2-0/+21
2011-08-23bring back ___environ symbol (3 underscores)Rich Felker1-0/+1
2011-08-23security hardening: ensure suid programs have valid stdin/out/errRich Felker3-13/+38
2011-07-28fix for setenv bogus var argument handlingRich Felker1-1/+1
2011-04-06add startup abi functions, dummy for now. eventually needed for c++ support.Rich Felker2-0/+10
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker7-0/+178