summaryrefslogtreecommitdiff
path: root/src/internal
AgeCommit message (Expand)AuthorFilesLines
2018-09-12apply hidden visibility to stdio internalsRich Felker1-26/+26
2018-09-12apply hidden visibility to internal math functionsRich Felker1-24/+24
2018-09-12overhaul internally-public declarations using wrapper headersRich Felker3-22/+6
2018-09-12declare __getopt_msg in stdio_impl.hRich Felker1-0/+2
2018-09-12move __memalign declaration to malloc_impl.hRich Felker1-0/+2
2018-09-12make arch __set_thread_area backends hiddenRich Felker1-1/+1
2018-09-12make arch __clone backends hiddenRich Felker1-1/+1
2018-09-12move tlsdesc and internal dl function declarations to dynlink.hRich Felker1-0/+10
2018-09-12move __stdio_exit_needed to stdio_impl.hRich Felker1-0/+2
2018-09-12move __loc_is_allocated declaration to locale_impl.hRich Felker1-0/+1
2018-09-12move declarations of tls setup/access functions to pthread_impl.hRich Felker1-0/+6
2018-09-12move lgamma-related internal declarations to libm.hRich Felker1-0/+4
2018-09-12move declarations for malloc internals to malloc_impl.hRich Felker1-0/+4
2018-09-12improve machinery for ldso to report libc versionRich Felker2-6/+3
2018-09-12make internal declarations for flockfile tracking functions checkableRich Felker1-0/+5
2018-09-12move and deduplicate declarations of __vdsosym to make it checkableRich Felker1-0/+2
2018-09-12move and deduplicate declarations of __procfdname to make it checkableRich Felker2-0/+4
2018-09-05remove leftover declarations for removed functions from pthread_impl.hRich Felker1-4/+0
2018-09-05define and use internal macros for hidden visibility, weak refsRich Felker6-25/+23
2018-06-26fix missing timeout argument to futex syscall in __futexwaitPatrick Oppenlander1-2/+2
2018-06-19add m68k portRich Felker1-0/+9
2018-06-14add support for m68k 80-bit long double variantRich Felker1-0/+11
2018-05-09make linking of thread-start with explicit scheduling conditionalRich Felker1-0/+8
2018-05-09improve design of thread-start with explicit scheduling attributesRich Felker1-2/+0
2018-05-07clean up and reduce size of internal pthread structureRich Felker1-7/+9
2018-05-05improve joinable/detached thread state handlingRich Felker1-3/+9
2018-05-05improve pthread_exit synchronization with functions targeting tidRich Felker1-1/+0
2018-05-02use a dedicated futex object for pthread_join instead of tid fieldRich Felker1-0/+1
2018-04-19reintroduce hardening against partially-replaced allocatorRich Felker1-0/+3
2018-04-19return chunks split off by memalign using __bin_chunk instead of freeRich Felker1-0/+3
2018-04-19move malloc implementation types and macros to an internal headerRich Felker1-0/+39
2018-04-19remove a_ctz_l from arch specific atomic_arch.hAndre McCurdy1-19/+23
2018-02-24use idiomatic safe form for FUNLOCK macroRich Felker1-1/+1
2018-02-05document pthread structure ABI constraints in commentsRich Felker1-0/+7
2018-02-03store pthread stack guard sizes for pthread_getattr_npWilliam Pitcock1-0/+1
2018-01-09revise the definition of multiple basic locks in the codeJens Gustedt1-2/+2
2018-01-09new lock algorithm with state and congestion count in one atomic intJens Gustedt1-0/+6
2017-08-29add a_clz_64 helper functionSzabolcs Nagy1-0/+21
2017-07-04unify the use of FUTEX_PRIVATEJens Gustedt1-1/+1
2017-03-21increase limit on locale name length from 15 to 23 bytesRich Felker1-1/+1
2017-01-13fix crashes in x32 __tls_get_addrrofl0r1-0/+4
2017-01-04treat base 1 as an error in strtol-family functionsRich Felker1-1/+1
2016-12-06remove largish unused field from pthread structureRich Felker1-1/+0
2016-11-11add s390x portBobby Bingham1-0/+15
2016-11-11treat null vdso base same as missingBobby Bingham1-0/+1
2016-11-11generalize ELF hash table types not to assume 32-bit entriesRich Felker1-1/+2
2016-11-08fix build regression on archs with variable page sizeRich Felker1-1/+1
2016-10-20fix minor problem in previous strtod non-nearest rounding bug fixRich Felker1-1/+1
2016-10-20fix strtod int optimization in non-nearest rounding modeSzabolcs Nagy1-1/+4
2016-10-20fix strtod and strtof rounding with many trailing zerosSzabolcs Nagy1-0/+3