summaryrefslogtreecommitdiff
path: root/src/env
AgeCommit message (Expand)AuthorLines
2013-02-17remove unused #undef environ now that libc.h no longer #defines itRich Felker-1/+0
2012-12-25fix reference to libc struct in static tls init codeRich Felker-1/+1
2012-11-30fix ordering of shared library ctors with respect to libc initRich Felker-0/+5
2012-11-08clean up sloppy nested inclusion from pthread_impl.hRich Felker-0/+2
2012-11-01fix unused variable warningsRich Felker-2/+1
2012-10-21as an extension, have putenv("VAR") behave as unsetenv("VAR")Rich Felker-5/+5
2012-10-19fix crashes in static-linked multithreaded programs without TLSRich Felker-0/+2
2012-10-15add support for TLS variant I, presently needed for arm and mipsRich Felker-1/+8
2012-10-11i386 vsyscall support (vdso-provided sysenter/syscall instruction based)Rich Felker-0/+3
2012-10-08ensure that buffer for decoding auxv at startup is initially zeroRich Felker-1/+1
2012-10-07clean up and refactor program initializationRich Felker-31/+30
2012-10-06fix buggy TLS size/alignment computations in static-linked TLSRich Felker-5/+22
2012-10-05support for TLS in dynamic-loaded (dlopen) modulesRich Felker-2/+2
2012-10-04partial TLS support for dynamic-linked programsRich Felker-5/+5
2012-10-04TLS (GNU/C11 thread-local storage) support for static-linked programsRich Felker-0/+73
2012-08-25ensure canary is setup if stack-prot libs are dlopen'd into non-ssp appRich Felker-1/+2
2012-07-27save AT_HWCAP from auxv for subsequent use in machine-specific codeRich Felker-0/+1
2012-06-14direct syscall to open in __init_security needs O_LARGEFILERich Felker-1/+1
2012-05-10fix missing static (namespace clash)Rich Felker-1/+1
2012-05-03overhaul SSP support to use a real canaryRich Felker-8/+17
2012-04-30make stack protector work with gcc configured for non-tls canaryRich Felker-0/+2
2012-04-24first attempt at enabling stack protector supportRich Felker-0/+21
2011-08-23bring back ___environ symbol (3 underscores)Rich Felker-0/+1
2011-08-23security hardening: ensure suid programs have valid stdin/out/errRich Felker-13/+38
2011-07-28fix for setenv bogus var argument handlingRich Felker-1/+1
2011-04-06add startup abi functions, dummy for now. eventually needed for c++ support.Rich Felker-0/+10
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+178