Age | Commit message (Expand) | Author | Files | Lines |
2018-09-12 | move additional pthread internal declarations to pthread_impl.h, hide | Rich Felker | 1 | -0/+15 |
2018-09-12 | apply hidden visibility to various remaining internal interfaces | Rich Felker | 7 | -23/+23 |
2018-09-12 | apply hidden visibility to sigreturn code fragments | Rich Felker | 1 | -1/+3 |
2018-09-12 | apply hidden visibility to pthread internals | Rich Felker | 1 | -11/+11 |
2018-09-12 | apply hidden visibility to stdio internals | Rich Felker | 1 | -26/+26 |
2018-09-12 | apply hidden visibility to internal math functions | Rich Felker | 1 | -24/+24 |
2018-09-12 | overhaul internally-public declarations using wrapper headers | Rich Felker | 3 | -22/+6 |
2018-09-12 | declare __getopt_msg in stdio_impl.h | Rich Felker | 1 | -0/+2 |
2018-09-12 | move __memalign declaration to malloc_impl.h | Rich Felker | 1 | -0/+2 |
2018-09-12 | make arch __set_thread_area backends hidden | Rich Felker | 1 | -1/+1 |
2018-09-12 | make arch __clone backends hidden | Rich Felker | 1 | -1/+1 |
2018-09-12 | move tlsdesc and internal dl function declarations to dynlink.h | Rich Felker | 1 | -0/+10 |
2018-09-12 | move __stdio_exit_needed to stdio_impl.h | Rich Felker | 1 | -0/+2 |
2018-09-12 | move __loc_is_allocated declaration to locale_impl.h | Rich Felker | 1 | -0/+1 |
2018-09-12 | move declarations of tls setup/access functions to pthread_impl.h | Rich Felker | 1 | -0/+6 |
2018-09-12 | move lgamma-related internal declarations to libm.h | Rich Felker | 1 | -0/+4 |
2018-09-12 | move declarations for malloc internals to malloc_impl.h | Rich Felker | 1 | -0/+4 |
2018-09-12 | improve machinery for ldso to report libc version | Rich Felker | 2 | -6/+3 |
2018-09-12 | make internal declarations for flockfile tracking functions checkable | Rich Felker | 1 | -0/+5 |
2018-09-12 | move and deduplicate declarations of __vdsosym to make it checkable | Rich Felker | 1 | -0/+2 |
2018-09-12 | move and deduplicate declarations of __procfdname to make it checkable | Rich Felker | 2 | -0/+4 |
2018-09-05 | remove leftover declarations for removed functions from pthread_impl.h | Rich Felker | 1 | -4/+0 |
2018-09-05 | define and use internal macros for hidden visibility, weak refs | Rich Felker | 6 | -25/+23 |
2018-06-26 | fix missing timeout argument to futex syscall in __futexwait | Patrick Oppenlander | 1 | -2/+2 |
2018-06-19 | add m68k port | Rich Felker | 1 | -0/+9 |
2018-06-14 | add support for m68k 80-bit long double variant | Rich Felker | 1 | -0/+11 |
2018-05-09 | make linking of thread-start with explicit scheduling conditional | Rich Felker | 1 | -0/+8 |
2018-05-09 | improve design of thread-start with explicit scheduling attributes | Rich Felker | 1 | -2/+0 |
2018-05-07 | clean up and reduce size of internal pthread structure | Rich Felker | 1 | -7/+9 |
2018-05-05 | improve joinable/detached thread state handling | Rich Felker | 1 | -3/+9 |
2018-05-05 | improve pthread_exit synchronization with functions targeting tid | Rich Felker | 1 | -1/+0 |
2018-05-02 | use a dedicated futex object for pthread_join instead of tid field | Rich Felker | 1 | -0/+1 |
2018-04-19 | reintroduce hardening against partially-replaced allocator | Rich Felker | 1 | -0/+3 |
2018-04-19 | return chunks split off by memalign using __bin_chunk instead of free | Rich Felker | 1 | -0/+3 |
2018-04-19 | move malloc implementation types and macros to an internal header | Rich Felker | 1 | -0/+39 |
2018-04-19 | remove a_ctz_l from arch specific atomic_arch.h | Andre McCurdy | 1 | -19/+23 |
2018-02-24 | use idiomatic safe form for FUNLOCK macro | Rich Felker | 1 | -1/+1 |
2018-02-05 | document pthread structure ABI constraints in comments | Rich Felker | 1 | -0/+7 |
2018-02-03 | store pthread stack guard sizes for pthread_getattr_np | William Pitcock | 1 | -0/+1 |
2018-01-09 | revise the definition of multiple basic locks in the code | Jens Gustedt | 1 | -2/+2 |
2018-01-09 | new lock algorithm with state and congestion count in one atomic int | Jens Gustedt | 1 | -0/+6 |
2017-08-29 | add a_clz_64 helper function | Szabolcs Nagy | 1 | -0/+21 |
2017-07-04 | unify the use of FUTEX_PRIVATE | Jens Gustedt | 1 | -1/+1 |
2017-03-21 | increase limit on locale name length from 15 to 23 bytes | Rich Felker | 1 | -1/+1 |
2017-01-13 | fix crashes in x32 __tls_get_addr | rofl0r | 1 | -0/+4 |
2017-01-04 | treat base 1 as an error in strtol-family functions | Rich Felker | 1 | -1/+1 |
2016-12-06 | remove largish unused field from pthread structure | Rich Felker | 1 | -1/+0 |
2016-11-11 | add s390x port | Bobby Bingham | 1 | -0/+15 |
2016-11-11 | treat null vdso base same as missing | Bobby Bingham | 1 | -0/+1 |
2016-11-11 | generalize ELF hash table types not to assume 32-bit entries | Rich Felker | 1 | -1/+2 |