about summary refs log tree commit diff
path: root/src/env
Commit message (Expand)AuthorAgeFilesLines
* remove undef weak refs to init/fini array symbols in libc.soRich Felker2015-11-191-4/+6
* unify static and dynamic linked implementations of thread-local storageRich Felker2015-11-122-45/+49
* unify static and dynamic libc init/fini code pathsRich Felker2015-11-111-15/+11
* eliminate use of SHARED macro to suppress visibility attributesRich Felker2015-11-111-10/+1
* move calls to application init functions after crt1 entry pointRich Felker2015-09-221-0/+3
* provide __stack_chk_fail_local in libc.aRich Felker2015-06-201-0/+4
* fix stack protector crashes on x32 & powerpc due to misplaced TLS canaryRich Felker2015-05-061-1/+1
* fix misalignment of dtv in static-linked programs with odd-sized TLSRich Felker2015-04-231-1/+2
* remove dead store from static __init_tlsRich Felker2015-04-231-2/+0
* make __init_tp function static when static linkingRich Felker2015-04-231-0/+3
* fix inconsistent visibility for __hwcap and __sysinfo symbolsRich Felker2015-04-221-3/+0
* remove useless visibility application from static-linking-only codeRich Felker2015-04-222-3/+2
* allow libc itself to be built with stack protector enabledRich Felker2015-04-131-0/+10
* remove remnants of support for running in no-thread-pointer modeRich Felker2015-04-132-5/+3
* optimize out setting up robust list with kernel when not neededRich Felker2015-04-101-0/+1
* copy the dtv pointer to the end of the pthread struct for TLS_ABOVE_TP archsSzabolcs Nagy2015-03-111-1/+1
* fix over-alignment of TLS, insufficient builtin TLS on 64-bit archsRich Felker2015-03-061-2/+8
* fix #ifdef inside a macro argument list in __init_tls.cSzabolcs Nagy2014-08-131-4/+3
* eliminate use of cached pid from thread structureRich Felker2014-07-051-1/+1
* add locale frameworkRich Felker2014-07-021-0/+1
* fix typo in a comment in __libc_start_mainRich Felker2014-07-011-1/+1
* separate __tls_get_addr implementation from dynamic linker/init_tlsRich Felker2014-06-191-5/+0
* simplify errno implementationRich Felker2014-06-101-1/+0
* add thread-pointer support for pre-2.6 kernels on i386Rich Felker2014-06-101-9/+4
* support linux kernel apis (new archs) with old syscalls removedRich Felker2014-05-291-0/+5
* support kernels with no SYS_open syscall, only SYS_openatRich Felker2014-05-241-1/+1
* make __init_libc static for non-shared libcRich Felker2014-04-211-0/+3
* further micro-optimize startup code for sizeRich Felker2014-04-212-23/+14
* micro-optimize some startup code for sizeRich Felker2014-04-212-7/+4
* remove some cruft from libc/tls init codeRich Felker2014-04-072-3/+0
* remove cruft left behind when lazy thread pointer init was removedRich Felker2014-04-041-8/+0
* remove lazy ssp initializationTimo Teräs2014-03-252-15/+5
* always initialize thread pointer at program startRich Felker2014-03-242-13/+50
* reduce static linking overhead from TLS support by inlining mmap syscallRich Felker2014-03-231-1/+9
* include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy2013-12-125-6/+2
* remove errno setting from setenv, malloc sets it correctly on oomSzabolcs Nagy2013-10-071-1/+0
* fix failure to check malloc result in setenvRich Felker2013-10-041-9/+9
* support configurable page size on mips, powerpc and microblazeSzabolcs Nagy2013-09-151-0/+1
* add system for resetting TLS to initial valuesRich Felker2013-08-032-14/+40
* remove __libc_csu_* cruftRich Felker2013-07-212-10/+0
* add support for init/fini array in main program, and greatly simplifyRich Felker2013-07-211-13/+13
* fix omission of dtv setup in static linked programs on TLS variant I archsRich Felker2013-07-131-1/+1
* 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