summaryrefslogtreecommitdiff
path: root/src/internal
AgeCommit message (Expand)AuthorLines
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
2016-01-26change the internal socketcall selection logicSzabolcs Nagy-1/+1
2016-01-22move sh port's __shcall internal function from arch/sh/src to src treeRich Felker-0/+5
2016-01-21refactor internal atomic.hRich Felker-0/+275
2016-01-20exclude vis.h when compiling assembly filesKhem Raj-1/+1
2015-11-19remove undef weak refs to init/fini array symbols in libc.soRich Felker-6/+1
2015-11-12remove use of SHARED macro in dynamic linker version reportingRich Felker-4/+1
2015-11-12unify static and dynamic linked implementations of thread-local storageRich Felker-1/+8
2015-11-11eliminate use of SHARED macro to suppress visibility attributesRich Felker-14/+4
2015-11-11fix dynamic loader library mapping for nommu systemsRich Felker-0/+4
2015-11-10explicitly assemble all arm asm sources as UALRich Felker-0/+1
2015-11-09remove non-working pre-armv4t support from arm asmRich Felker-2/+0
2015-09-29eliminate protected-visibility data in libc.so with vis.h preincludeRich Felker-0/+3
2015-09-23fix signal return for sh/fdpicRich Felker-0/+2
2015-09-22add real fdpic loading of shared librariesRich Felker-0/+4