Age | Commit message (Expand) | Author | Files | Lines |
2019-08-08 | add secure_getenv function | Petr Vaněk | 1 | -0/+8 |
2019-05-16 | fix tls offsets when p_vaddr%p_align != 0 on TLS_ABOVE_TP targets | Szabolcs Nagy | 1 | -1/+2 |
2019-04-10 | overhaul i386 syscall mechanism not to depend on external asm source | Rich Felker | 2 | -1/+3 |
2019-02-15 | track all live threads in an AS-safe, fully-consistent linked list | Rich Felker | 1 | -1/+4 |
2018-11-02 | __libc_start_main: slightly simplify stage2 pointer setup | Alexander Monakov | 1 | -3/+4 |
2018-10-18 | use prototype for function pointer in static link libc init barrier | Rich Felker | 1 | -1/+1 |
2018-10-18 | fix error in constraints for static link libc init barrier | Rich Felker | 1 | -1/+1 |
2018-10-17 | document and make explicit desired noinline property for __init_libc | Rich Felker | 1 | -0/+6 |
2018-10-17 | impose barrier between thread pointer setup and use for static linking | Rich Felker | 1 | -0/+13 |
2018-10-12 | combine arch ABI's DTP_OFFSET into DTV pointers | Rich Felker | 2 | -13/+12 |
2018-09-18 | support setting of default thread stack size via PT_GNU_STACK header | Rich Felker | 1 | -0/+5 |
2018-09-12 | reduce spurious inclusion of libc.h | Rich Felker | 5 | -5/+1 |
2018-09-12 | overhaul internally-public declarations using wrapper headers | Rich Felker | 6 | -11/+5 |
2018-09-05 | define and use internal macros for hidden visibility, weak refs | Rich Felker | 3 | -6/+3 |
2018-06-02 | fix TLS layout of TLS variant I when there is a gap above TP | Szabolcs Nagy | 1 | -2/+8 |
2018-05-05 | improve joinable/detached thread state handling | Rich Felker | 1 | -2/+2 |
2018-05-02 | use a dedicated futex object for pthread_join instead of tid field | Rich Felker | 1 | -1/+2 |
2018-04-05 | prevent bypass of guarantee that suids start with fd 0/1/2 open | Rich Felker | 1 | -0/+2 |
2017-10-13 | for executing init array functions, use function type with prototype | Rich Felker | 1 | -1/+1 |
2017-09-04 | free allocations in clearenv | Alexander Monakov | 1 | -2/+6 |
2017-09-04 | overhaul environment functions | Alexander Monakov | 4 | -81/+86 |
2017-08-29 | __init_libc: add fallbacks for __progname setup | Alexander Monakov | 1 | -4/+4 |
2016-12-20 | fix support for initialized TLS in static PIE binaries | Rich Felker | 1 | -0/+5 |
2016-03-06 | env: avoid leaving dangling pointers in __env_map | Alexander Monakov | 1 | -0/+1 |
2015-11-19 | remove undef weak refs to init/fini array symbols in libc.so | Rich Felker | 1 | -4/+6 |
2015-11-12 | unify static and dynamic linked implementations of thread-local storage | Rich Felker | 2 | -45/+49 |
2015-11-11 | unify static and dynamic libc init/fini code paths | Rich Felker | 1 | -15/+11 |
2015-11-11 | eliminate use of SHARED macro to suppress visibility attributes | Rich Felker | 1 | -10/+1 |
2015-09-22 | move calls to application init functions after crt1 entry point | Rich Felker | 1 | -0/+3 |
2015-06-20 | provide __stack_chk_fail_local in libc.a | Rich Felker | 1 | -0/+4 |
2015-05-06 | fix stack protector crashes on x32 & powerpc due to misplaced TLS canary | Rich Felker | 1 | -1/+1 |
2015-04-23 | fix misalignment of dtv in static-linked programs with odd-sized TLS | Rich Felker | 1 | -1/+2 |
2015-04-23 | remove dead store from static __init_tls | Rich Felker | 1 | -2/+0 |
2015-04-23 | make __init_tp function static when static linking | Rich Felker | 1 | -0/+3 |
2015-04-22 | fix inconsistent visibility for __hwcap and __sysinfo symbols | Rich Felker | 1 | -3/+0 |
2015-04-22 | remove useless visibility application from static-linking-only code | Rich Felker | 2 | -3/+2 |
2015-04-13 | allow libc itself to be built with stack protector enabled | Rich Felker | 1 | -0/+10 |
2015-04-13 | remove remnants of support for running in no-thread-pointer mode | Rich Felker | 2 | -5/+3 |
2015-04-10 | optimize out setting up robust list with kernel when not needed | Rich Felker | 1 | -0/+1 |
2015-03-11 | copy the dtv pointer to the end of the pthread struct for TLS_ABOVE_TP archs | Szabolcs Nagy | 1 | -1/+1 |
2015-03-06 | fix over-alignment of TLS, insufficient builtin TLS on 64-bit archs | Rich Felker | 1 | -2/+8 |
2014-08-13 | fix #ifdef inside a macro argument list in __init_tls.c | Szabolcs Nagy | 1 | -4/+3 |
2014-07-05 | eliminate use of cached pid from thread structure | Rich Felker | 1 | -1/+1 |
2014-07-02 | add locale framework | Rich Felker | 1 | -0/+1 |
2014-07-01 | fix typo in a comment in __libc_start_main | Rich Felker | 1 | -1/+1 |
2014-06-19 | separate __tls_get_addr implementation from dynamic linker/init_tls | Rich Felker | 1 | -5/+0 |
2014-06-10 | simplify errno implementation | Rich Felker | 1 | -1/+0 |
2014-06-10 | add thread-pointer support for pre-2.6 kernels on i386 | Rich Felker | 1 | -9/+4 |
2014-05-29 | support linux kernel apis (new archs) with old syscalls removed | Rich Felker | 1 | -0/+5 |
2014-05-24 | support kernels with no SYS_open syscall, only SYS_openat | Rich Felker | 1 | -1/+1 |