about summary refs log tree commit diff
path: root/src/internal
Commit message (Expand)AuthorAgeFilesLines
* 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
* unify the use of FUTEX_PRIVATEJens Gustedt2017-07-041-1/+1
* increase limit on locale name length from 15 to 23 bytesRich Felker2017-03-211-1/+1
* fix crashes in x32 __tls_get_addrrofl0r2017-01-131-0/+4
* treat base 1 as an error in strtol-family functionsRich Felker2017-01-041-1/+1
* remove largish unused field from pthread structureRich Felker2016-12-061-1/+0
* add s390x portBobby Bingham2016-11-111-0/+15
* treat null vdso base same as missingBobby Bingham2016-11-111-0/+1
* generalize ELF hash table types not to assume 32-bit entriesRich Felker2016-11-111-1/+2
* fix build regression on archs with variable page sizeRich Felker2016-11-081-1/+1
* fix minor problem in previous strtod non-nearest rounding bug fixRich Felker2016-10-201-1/+1
* fix strtod int optimization in non-nearest rounding modeSzabolcs Nagy2016-10-201-1/+4
* fix strtod and strtof rounding with many trailing zerosSzabolcs Nagy2016-10-201-0/+3
* fix pread/pwrite syscall calling convention on shRich Felker2016-08-111-0/+4
* add powerpc64 portBobby Bingham2016-05-081-0/+17
* add mips n32 port (ILP32 ABI for mips64)Rich Felker2016-04-181-0/+19
* add mips64 portRich Felker2016-03-061-0/+19
* generalize mips-specific reloc code not to hard-code sym/type encodingRich Felker2016-03-061-0/+2
* allow implementing a_cas_p with pointer-sized ll/scBobby Bingham2016-02-231-0/+18
* fix line-buffered flush omission for odd usage of putc-family functionsRich Felker2016-02-101-1/+2
* ldso: fix GDB dynamic linker info on MIPSFelix Fietkau2016-01-301-0/+4
* change the internal socketcall selection logicSzabolcs Nagy2016-01-261-1/+1
* move sh port's __shcall internal function from arch/sh/src to src treeRich Felker2016-01-221-0/+5
* refactor internal atomic.hRich Felker2016-01-211-0/+275
* exclude vis.h when compiling assembly filesKhem Raj2016-01-201-1/+1
* remove undef weak refs to init/fini array symbols in libc.soRich Felker2015-11-191-6/+1
* remove use of SHARED macro in dynamic linker version reportingRich Felker2015-11-121-4/+1
* unify static and dynamic linked implementations of thread-local storageRich Felker2015-11-121-1/+8
* eliminate use of SHARED macro to suppress visibility attributesRich Felker2015-11-112-14/+4
* fix dynamic loader library mapping for nommu systemsRich Felker2015-11-111-0/+4
* explicitly assemble all arm asm sources as UALRich Felker2015-11-101-0/+1
* remove non-working pre-armv4t support from arm asmRich Felker2015-11-091-2/+0
* eliminate protected-visibility data in libc.so with vis.h preincludeRich Felker2015-09-291-0/+3
* fix signal return for sh/fdpicRich Felker2015-09-231-0/+2
* add real fdpic loading of shared librariesRich Felker2015-09-221-0/+4
* add general fdpic support in dynamic linker and arch support for shRich Felker2015-09-221-3/+14
* add fdpic structs and reloc types for dynamic linkingRich Felker2015-09-171-0/+16
* provide arch-generic fdpic self-relocation code for crt1 to useRich Felker2015-09-121-0/+28
* fix local-dynamic model TLS on mips and powerpcRich Felker2015-06-251-0/+4
* switch to using trap number 31 for syscalls on shRich Felker2015-06-161-1/+1
* refactor stdio open file list handling, move it out of global libc structRich Felker2015-06-162-4/+3
* byte-based C locale, phase 3: make MB_CUR_MAX variable to activate codeRich Felker2015-06-161-0/+3
* byte-based C locale, phase 2: stdio and iconv (multibyte callers)Rich Felker2015-06-161-0/+1
* add multiple inclusion guard to locale_impl.hRich Felker2015-06-071-0/+5