summaryrefslogtreecommitdiff
path: root/src/internal
AgeCommit message (Expand)AuthorLines
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
2018-04-19remove a_ctz_l from arch specific atomic_arch.hAndre McCurdy-19/+23
2018-02-24use idiomatic safe form for FUNLOCK macroRich Felker-1/+1
2018-02-05document pthread structure ABI constraints in commentsRich Felker-0/+7
2018-02-03store pthread stack guard sizes for pthread_getattr_npWilliam Pitcock-0/+1
2018-01-09revise the definition of multiple basic locks in the codeJens Gustedt-2/+2
2018-01-09new lock algorithm with state and congestion count in one atomic intJens Gustedt-0/+6
2017-08-29add a_clz_64 helper functionSzabolcs Nagy-0/+21
2017-07-04unify the use of FUTEX_PRIVATEJens Gustedt-1/+1
2017-03-21increase limit on locale name length from 15 to 23 bytesRich Felker-1/+1
2017-01-13fix crashes in x32 __tls_get_addrrofl0r-0/+4
2017-01-04treat base 1 as an error in strtol-family functionsRich Felker-1/+1
2016-12-06remove largish unused field from pthread structureRich Felker-1/+0
2016-11-11add s390x portBobby Bingham-0/+15
2016-11-11treat null vdso base same as missingBobby Bingham-0/+1
2016-11-11generalize ELF hash table types not to assume 32-bit entriesRich Felker-1/+2
2016-11-08fix build regression on archs with variable page sizeRich Felker-1/+1
2016-10-20fix minor problem in previous strtod non-nearest rounding bug fixRich Felker-1/+1
2016-10-20fix strtod int optimization in non-nearest rounding modeSzabolcs Nagy-1/+4
2016-10-20fix strtod and strtof rounding with many trailing zerosSzabolcs Nagy-0/+3
2016-08-11fix pread/pwrite syscall calling convention on shRich Felker-0/+4
2016-05-08add powerpc64 portBobby Bingham-0/+17
2016-04-18add mips n32 port (ILP32 ABI for mips64)Rich Felker-0/+19
2016-03-06add mips64 portRich Felker-0/+19
2016-03-06generalize mips-specific reloc code not to hard-code sym/type encodingRich Felker-0/+2
2016-02-23allow implementing a_cas_p with pointer-sized ll/scBobby Bingham-0/+18
2016-02-10fix line-buffered flush omission for odd usage of putc-family functionsRich Felker-1/+2
2016-01-30ldso: fix GDB dynamic linker info on MIPSFelix Fietkau-0/+4