summaryrefslogtreecommitdiff
path: root/src/internal
AgeCommit message (Expand)AuthorLines
2018-09-18increase default thread stack/guard sizeRich Felker-2/+2
2018-09-18limit the configurable default stack/guard size for threadsRich Felker-2/+5
2018-09-18fix deletion of pthread tsd keys that still have non-null values storedRich Felker-0/+3
2018-09-16fix null pointer subtraction and comparison in stdioRich Felker-2/+2
2018-09-15fix undefined behavior in strto* via FILE buffer pointer abuseRich Felker-8/+40
2018-09-13fix regression with compilers not incorporating C99 DR#289 resolutionRich Felker-1/+1
2018-09-12remove vis.h protected-visibility hackRich Felker-27/+0
2018-09-12split internal lock API out of libc.h, creating lock.hRich Felker-6/+9
2018-09-12move misplaced __fork_handler declarationRich Felker-1/+1
2018-09-12remove spurious inclusion of libc.h for LFS64 ABI aliasesRich Felker-6/+0
2018-09-12reduce spurious inclusion of libc.hRich Felker-8/+7
2018-09-12remove unused __futex function and source fileRich Felker-2/+0
2018-09-12declare and make hidden additional internal init/exit symbolsRich Felker-0/+4
2018-09-12declare and make hidden additional internal stdio symbolsRich Felker-0/+5
2018-09-12declare and make hidden more internal locale functionsRich Felker-0/+2
2018-09-12move additional pthread internal declarations to pthread_impl.h, hideRich Felker-0/+15
2018-09-12apply hidden visibility to various remaining internal interfacesRich Felker-23/+23
2018-09-12apply hidden visibility to sigreturn code fragmentsRich Felker-1/+3
2018-09-12apply hidden visibility to pthread internalsRich Felker-11/+11
2018-09-12apply hidden visibility to stdio internalsRich Felker-26/+26
2018-09-12apply hidden visibility to internal math functionsRich Felker-24/+24
2018-09-12overhaul internally-public declarations using wrapper headersRich Felker-22/+6
2018-09-12declare __getopt_msg in stdio_impl.hRich Felker-0/+2
2018-09-12move __memalign declaration to malloc_impl.hRich Felker-0/+2
2018-09-12make arch __set_thread_area backends hiddenRich Felker-1/+1
2018-09-12make arch __clone backends hiddenRich Felker-1/+1
2018-09-12move tlsdesc and internal dl function declarations to dynlink.hRich Felker-0/+10
2018-09-12move __stdio_exit_needed to stdio_impl.hRich Felker-0/+2
2018-09-12move __loc_is_allocated declaration to locale_impl.hRich Felker-0/+1
2018-09-12move declarations of tls setup/access functions to pthread_impl.hRich Felker-0/+6
2018-09-12move lgamma-related internal declarations to libm.hRich Felker-0/+4
2018-09-12move declarations for malloc internals to malloc_impl.hRich Felker-0/+4
2018-09-12improve machinery for ldso to report libc versionRich Felker-6/+3
2018-09-12make internal declarations for flockfile tracking functions checkableRich Felker-0/+5
2018-09-12move and deduplicate declarations of __vdsosym to make it checkableRich Felker-0/+2
2018-09-12move and deduplicate declarations of __procfdname to make it checkableRich Felker-0/+4
2018-09-05remove leftover declarations for removed functions from pthread_impl.hRich Felker-4/+0
2018-09-05define and use internal macros for hidden visibility, weak refsRich Felker-25/+23
2018-06-26fix missing timeout argument to futex syscall in __futexwaitPatrick Oppenlander-2/+2
2018-06-19add m68k portRich Felker-0/+9
2018-06-14add support for m68k 80-bit long double variantRich Felker-0/+11
2018-05-09make linking of thread-start with explicit scheduling conditionalRich Felker-0/+8
2018-05-09improve design of thread-start with explicit scheduling attributesRich Felker-2/+0
2018-05-07clean up and reduce size of internal pthread structureRich Felker-7/+9
2018-05-05improve joinable/detached thread state handlingRich Felker-3/+9
2018-05-05improve pthread_exit synchronization with functions targeting tidRich Felker-1/+0
2018-05-02use a dedicated futex object for pthread_join instead of tid fieldRich Felker-0/+1
2018-04-19reintroduce hardening against partially-replaced allocatorRich Felker-0/+3
2018-04-19return chunks split off by memalign using __bin_chunk instead of freeRich Felker-0/+3
2018-04-19move malloc implementation types and macros to an internal headerRich Felker-0/+39