summaryrefslogtreecommitdiff
path: root/src/env
AgeCommit message (Expand)AuthorFilesLines
2016-03-06env: avoid leaving dangling pointers in __env_mapAlexander Monakov1-0/+1
2015-11-19remove undef weak refs to init/fini array symbols in libc.soRich Felker1-4/+6
2015-11-12unify static and dynamic linked implementations of thread-local storageRich Felker2-45/+49
2015-11-11unify static and dynamic libc init/fini code pathsRich Felker1-15/+11
2015-11-11eliminate use of SHARED macro to suppress visibility attributesRich Felker1-10/+1
2015-09-22move calls to application init functions after crt1 entry pointRich Felker1-0/+3
2015-06-20provide __stack_chk_fail_local in libc.aRich Felker1-0/+4
2015-05-06fix stack protector crashes on x32 & powerpc due to misplaced TLS canaryRich Felker1-1/+1
2015-04-23fix misalignment of dtv in static-linked programs with odd-sized TLSRich Felker1-1/+2
2015-04-23remove dead store from static __init_tlsRich Felker1-2/+0
2015-04-23make __init_tp function static when static linkingRich Felker1-0/+3
2015-04-22fix inconsistent visibility for __hwcap and __sysinfo symbolsRich Felker1-3/+0
2015-04-22remove useless visibility application from static-linking-only codeRich Felker2-3/+2
2015-04-13allow libc itself to be built with stack protector enabledRich Felker1-0/+10
2015-04-13remove remnants of support for running in no-thread-pointer modeRich Felker2-5/+3
2015-04-10optimize out setting up robust list with kernel when not neededRich Felker1-0/+1
2015-03-11copy the dtv pointer to the end of the pthread struct for TLS_ABOVE_TP archsSzabolcs Nagy1-1/+1
2015-03-06fix over-alignment of TLS, insufficient builtin TLS on 64-bit archsRich Felker1-2/+8
2014-08-13fix #ifdef inside a macro argument list in __init_tls.cSzabolcs Nagy1-4/+3
2014-07-05eliminate use of cached pid from thread structureRich Felker1-1/+1
2014-07-02add locale frameworkRich Felker1-0/+1
2014-07-01fix typo in a comment in __libc_start_mainRich Felker1-1/+1
2014-06-19separate __tls_get_addr implementation from dynamic linker/init_tlsRich Felker1-5/+0
2014-06-10simplify errno implementationRich Felker1-1/+0
2014-06-10add thread-pointer support for pre-2.6 kernels on i386Rich Felker1-9/+4
2014-05-29support linux kernel apis (new archs) with old syscalls removedRich Felker1-0/+5
2014-05-24support kernels with no SYS_open syscall, only SYS_openatRich Felker1-1/+1
2014-04-21make __init_libc static for non-shared libcRich Felker1-0/+3
2014-04-21further micro-optimize startup code for sizeRich Felker2-23/+14
2014-04-21micro-optimize some startup code for sizeRich Felker2-7/+4
2014-04-07remove some cruft from libc/tls init codeRich Felker2-3/+0
2014-04-04remove cruft left behind when lazy thread pointer init was removedRich Felker1-8/+0
2014-03-25remove lazy ssp initializationTimo Teräs2-15/+5
2014-03-24always initialize thread pointer at program startRich Felker2-13/+50
2014-03-23reduce static linking overhead from TLS support by inlining mmap syscallRich Felker1-1/+9
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy5-6/+2
2013-10-07remove errno setting from setenv, malloc sets it correctly on oomSzabolcs Nagy1-1/+0
2013-10-04fix failure to check malloc result in setenvRich Felker1-9/+9
2013-09-15support configurable page size on mips, powerpc and microblazeSzabolcs Nagy1-0/+1
2013-08-03add system for resetting TLS to initial valuesRich Felker2-14/+40
2013-07-21remove __libc_csu_* cruftRich Felker2-10/+0
2013-07-21add support for init/fini array in main program, and greatly simplifyRich Felker1-13/+13
2013-07-13fix omission of dtv setup in static linked programs on TLS variant I archsRich Felker1-1/+1
2013-04-06add support for program_invocation[_short]_nameRich Felker1-2/+8
2013-02-17remove unused #undef environ now that libc.h no longer #defines itRich Felker1-1/+0
2012-12-25fix reference to libc struct in static tls init codeRich Felker1-1/+1
2012-11-30fix ordering of shared library ctors with respect to libc initRich Felker1-0/+5
2012-11-08clean up sloppy nested inclusion from pthread_impl.hRich Felker1-0/+2
2012-11-01fix unused variable warningsRich Felker2-2/+1
2012-10-21as an extension, have putenv("VAR") behave as unsetenv("VAR")Rich Felker1-5/+5