about summary refs log tree commit diff
path: root/src/env
Commit message (Expand)AuthorAgeFilesLines
* fix inconsistent signature of __libc_start_mainRich Felker2021-01-301-1/+2
* remove redundant pthread struct members repeated for layout purposesRich Felker2020-08-272-2/+2
* add secure_getenv functionPetr Vaněk2019-08-081-0/+8
* fix tls offsets when p_vaddr%p_align != 0 on TLS_ABOVE_TP targetsSzabolcs Nagy2019-05-161-1/+2
* overhaul i386 syscall mechanism not to depend on external asm sourceRich Felker2019-04-102-1/+3
* track all live threads in an AS-safe, fully-consistent linked listRich Felker2019-02-151-1/+4
* __libc_start_main: slightly simplify stage2 pointer setupAlexander Monakov2018-11-021-3/+4
* use prototype for function pointer in static link libc init barrierRich Felker2018-10-181-1/+1
* fix error in constraints for static link libc init barrierRich Felker2018-10-181-1/+1
* document and make explicit desired noinline property for __init_libcRich Felker2018-10-171-0/+6
* impose barrier between thread pointer setup and use for static linkingRich Felker2018-10-171-0/+13
* combine arch ABI's DTP_OFFSET into DTV pointersRich Felker2018-10-122-13/+12
* support setting of default thread stack size via PT_GNU_STACK headerRich Felker2018-09-181-0/+5
* reduce spurious inclusion of libc.hRich Felker2018-09-125-5/+1
* overhaul internally-public declarations using wrapper headersRich Felker2018-09-126-11/+5
* define and use internal macros for hidden visibility, weak refsRich Felker2018-09-053-6/+3
* 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