about summary refs log tree commit diff
path: root/src/env
Commit message (Expand)AuthorAgeFilesLines
* fix TLS layout of TLS variant I when there is a gap above TPSzabolcs Nagy2018-06-021-2/+8
* improve joinable/detached thread state handlingRich Felker2018-05-051-2/+2
* use a dedicated futex object for pthread_join instead of tid fieldRich Felker2018-05-021-1/+2
* prevent bypass of guarantee that suids start with fd 0/1/2 openRich Felker2018-04-051-0/+2
* for executing init array functions, use function type with prototypeRich Felker2017-10-131-1/+1
* free allocations in clearenvAlexander Monakov2017-09-041-2/+6
* overhaul environment functionsAlexander Monakov2017-09-044-81/+86
* __init_libc: add fallbacks for __progname setupAlexander Monakov2017-08-291-4/+4
* fix support for initialized TLS in static PIE binariesRich Felker2016-12-201-0/+5
* env: avoid leaving dangling pointers in __env_mapAlexander Monakov2016-03-061-0/+1
* 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