aboutsummaryrefslogtreecommitdiff
path: root/src/env
AgeCommit message (Expand)Author
2022-03-08protect stack canary from leak via read-as-string by zeroing second bytejvoisin
2021-01-30fix inconsistent signature of __libc_start_mainRich Felker
2020-08-27remove redundant pthread struct members repeated for layout purposesRich Felker
2019-08-08add secure_getenv functionPetr Vaněk
2019-05-16fix tls offsets when p_vaddr%p_align != 0 on TLS_ABOVE_TP targetsSzabolcs Nagy
2019-04-10overhaul i386 syscall mechanism not to depend on external asm sourceRich Felker
2019-02-15track all live threads in an AS-safe, fully-consistent linked listRich Felker
2018-11-02__libc_start_main: slightly simplify stage2 pointer setupAlexander Monakov
2018-10-18use prototype for function pointer in static link libc init barrierRich Felker
2018-10-18fix error in constraints for static link libc init barrierRich Felker
2018-10-17document and make explicit desired noinline property for __init_libcRich Felker
2018-10-17impose barrier between thread pointer setup and use for static linkingRich Felker
2018-10-12combine arch ABI's DTP_OFFSET into DTV pointersRich Felker
2018-09-18support setting of default thread stack size via PT_GNU_STACK headerRich Felker
2018-09-12reduce spurious inclusion of libc.hRich Felker
2018-09-12overhaul internally-public declarations using wrapper headersRich Felker
2018-09-05define and use internal macros for hidden visibility, weak refsRich Felker
2018-06-02fix TLS layout of TLS variant I when there is a gap above TPSzabolcs Nagy
2018-05-05improve joinable/detached thread state handlingRich Felker
2018-05-02use a dedicated futex object for pthread_join instead of tid fieldRich Felker
2018-04-05prevent bypass of guarantee that suids start with fd 0/1/2 openRich Felker
2017-10-13for executing init array functions, use function type with prototypeRich Felker
2017-09-04free allocations in clearenvAlexander Monakov
2017-09-04overhaul environment functionsAlexander Monakov
2017-08-29__init_libc: add fallbacks for __progname setupAlexander Monakov
2016-12-20fix support for initialized TLS in static PIE binariesRich Felker
2016-03-06env: avoid leaving dangling pointers in __env_mapAlexander Monakov
2015-11-19remove undef weak refs to init/fini array symbols in libc.soRich Felker
2015-11-12unify static and dynamic linked implementations of thread-local storageRich Felker
2015-11-11unify static and dynamic libc init/fini code pathsRich Felker
2015-11-11eliminate use of SHARED macro to suppress visibility attributesRich Felker
2015-09-22move calls to application init functions after crt1 entry pointRich Felker
2015-06-20provide __stack_chk_fail_local in libc.aRich Felker
2015-05-06fix stack protector crashes on x32 & powerpc due to misplaced TLS canaryRich Felker
2015-04-23fix misalignment of dtv in static-linked programs with odd-sized TLSRich Felker
2015-04-23remove dead store from static __init_tlsRich Felker
2015-04-23make __init_tp function static when static linkingRich Felker
2015-04-22fix inconsistent visibility for __hwcap and __sysinfo symbolsRich Felker
2015-04-22remove useless visibility application from static-linking-only codeRich Felker
2015-04-13allow libc itself to be built with stack protector enabledRich Felker
2015-04-13remove remnants of support for running in no-thread-pointer modeRich Felker
2015-04-10optimize out setting up robust list with kernel when not neededRich Felker
2015-03-11copy the dtv pointer to the end of the pthread struct for TLS_ABOVE_TP archsSzabolcs Nagy
2015-03-06fix over-alignment of TLS, insufficient builtin TLS on 64-bit archsRich Felker
2014-08-13fix #ifdef inside a macro argument list in __init_tls.cSzabolcs Nagy
2014-07-05eliminate use of cached pid from thread structureRich Felker
2014-07-02add locale frameworkRich Felker
2014-07-01fix typo in a comment in __libc_start_mainRich Felker
2014-06-19separate __tls_get_addr implementation from dynamic linker/init_tlsRich Felker
2014-06-10simplify errno implementationRich Felker