about summary refs log tree commit diff
path: root/src/env
Commit message (Expand)AuthorAgeFilesLines
* add support for program_invocation[_short]_nameRich Felker2013-04-061-2/+8
* remove unused #undef environ now that libc.h no longer #defines itRich Felker2013-02-171-1/+0
* fix reference to libc struct in static tls init codeRich Felker2012-12-251-1/+1
* fix ordering of shared library ctors with respect to libc initRich Felker2012-11-301-0/+5
* clean up sloppy nested inclusion from pthread_impl.hRich Felker2012-11-081-0/+2
* fix unused variable warningsRich Felker2012-11-012-2/+1
* as an extension, have putenv("VAR") behave as unsetenv("VAR")Rich Felker2012-10-211-5/+5
* fix crashes in static-linked multithreaded programs without TLSRich Felker2012-10-191-0/+2
* add support for TLS variant I, presently needed for arm and mipsRich Felker2012-10-151-1/+8
* i386 vsyscall support (vdso-provided sysenter/syscall instruction based)Rich Felker2012-10-111-0/+3
* ensure that buffer for decoding auxv at startup is initially zeroRich Felker2012-10-081-1/+1
* clean up and refactor program initializationRich Felker2012-10-074-31/+30
* fix buggy TLS size/alignment computations in static-linked TLSRich Felker2012-10-061-5/+22
* support for TLS in dynamic-loaded (dlopen) modulesRich Felker2012-10-051-2/+2
* partial TLS support for dynamic-linked programsRich Felker2012-10-041-5/+5
* TLS (GNU/C11 thread-local storage) support for static-linked programsRich Felker2012-10-042-0/+73
* ensure canary is setup if stack-prot libs are dlopen'd into non-ssp appRich Felker2012-08-251-1/+2
* 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-033-8/+17
* make stack protector work with gcc configured for non-tls canaryRich Felker2012-04-301-0/+2
* first attempt at enabling stack protector supportRich Felker2012-04-242-0/+21
* bring back ___environ symbol (3 underscores)Rich Felker2011-08-231-0/+1
* security hardening: ensure suid programs have valid stdin/out/errRich Felker2011-08-233-13/+38
* fix for setenv bogus var argument handlingRich Felker2011-07-281-1/+1
* add startup abi functions, dummy for now. eventually needed for c++ support.Rich Felker2011-04-062-0/+10
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-127-0/+178