about summary refs log tree commit diff
path: root/src/internal
Commit message (Expand)AuthorAgeFilesLines
...
* split internal lock API out of libc.h, creating lock.hRich Felker2018-09-122-6/+9
* move misplaced __fork_handler declarationRich Felker2018-09-122-1/+1
* remove spurious inclusion of libc.h for LFS64 ABI aliasesRich Felker2018-09-121-6/+0
* reduce spurious inclusion of libc.hRich Felker2018-09-127-8/+7
* remove unused __futex function and source fileRich Felker2018-09-121-2/+0
* declare and make hidden additional internal init/exit symbolsRich Felker2018-09-121-0/+4
* declare and make hidden additional internal stdio symbolsRich Felker2018-09-121-0/+5
* declare and make hidden more internal locale functionsRich Felker2018-09-121-0/+2
* move additional pthread internal declarations to pthread_impl.h, hideRich Felker2018-09-121-0/+15
* apply hidden visibility to various remaining internal interfacesRich Felker2018-09-127-23/+23
* apply hidden visibility to sigreturn code fragmentsRich Felker2018-09-121-1/+3
* apply hidden visibility to pthread internalsRich Felker2018-09-121-11/+11
* apply hidden visibility to stdio internalsRich Felker2018-09-121-26/+26
* apply hidden visibility to internal math functionsRich Felker2018-09-121-24/+24
* overhaul internally-public declarations using wrapper headersRich Felker2018-09-123-22/+6
* declare __getopt_msg in stdio_impl.hRich Felker2018-09-121-0/+2
* move __memalign declaration to malloc_impl.hRich Felker2018-09-121-0/+2
* make arch __set_thread_area backends hiddenRich Felker2018-09-121-1/+1
* make arch __clone backends hiddenRich Felker2018-09-121-1/+1
* move tlsdesc and internal dl function declarations to dynlink.hRich Felker2018-09-121-0/+10
* move __stdio_exit_needed to stdio_impl.hRich Felker2018-09-121-0/+2
* move __loc_is_allocated declaration to locale_impl.hRich Felker2018-09-121-0/+1
* move declarations of tls setup/access functions to pthread_impl.hRich Felker2018-09-121-0/+6
* move lgamma-related internal declarations to libm.hRich Felker2018-09-121-0/+4
* move declarations for malloc internals to malloc_impl.hRich Felker2018-09-121-0/+4
* improve machinery for ldso to report libc versionRich Felker2018-09-122-6/+3
* make internal declarations for flockfile tracking functions checkableRich Felker2018-09-121-0/+5
* move and deduplicate declarations of __vdsosym to make it checkableRich Felker2018-09-121-0/+2
* move and deduplicate declarations of __procfdname to make it checkableRich Felker2018-09-122-0/+4
* remove leftover declarations for removed functions from pthread_impl.hRich Felker2018-09-051-4/+0
* define and use internal macros for hidden visibility, weak refsRich Felker2018-09-056-25/+23
* fix missing timeout argument to futex syscall in __futexwaitPatrick Oppenlander2018-06-261-2/+2
* add m68k portRich Felker2018-06-191-0/+9
* add support for m68k 80-bit long double variantRich Felker2018-06-141-0/+11
* make linking of thread-start with explicit scheduling conditionalRich Felker2018-05-091-0/+8
* improve design of thread-start with explicit scheduling attributesRich Felker2018-05-091-2/+0
* clean up and reduce size of internal pthread structureRich Felker2018-05-071-7/+9
* improve joinable/detached thread state handlingRich Felker2018-05-051-3/+9
* improve pthread_exit synchronization with functions targeting tidRich Felker2018-05-051-1/+0
* use a dedicated futex object for pthread_join instead of tid fieldRich Felker2018-05-021-0/+1
* reintroduce hardening against partially-replaced allocatorRich Felker2018-04-191-0/+3
* return chunks split off by memalign using __bin_chunk instead of freeRich Felker2018-04-191-0/+3
* move malloc implementation types and macros to an internal headerRich Felker2018-04-191-0/+39
* remove a_ctz_l from arch specific atomic_arch.hAndre McCurdy2018-04-191-19/+23
* use idiomatic safe form for FUNLOCK macroRich Felker2018-02-241-1/+1
* document pthread structure ABI constraints in commentsRich Felker2018-02-051-0/+7
* store pthread stack guard sizes for pthread_getattr_npWilliam Pitcock2018-02-031-0/+1
* revise the definition of multiple basic locks in the codeJens Gustedt2018-01-091-2/+2
* new lock algorithm with state and congestion count in one atomic intJens Gustedt2018-01-091-0/+6
* add a_clz_64 helper functionSzabolcs Nagy2017-08-291-0/+21