summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2019-10-25overhaul wide character case mapping implementationRich Felker-290/+345
2019-10-25add missing case mapping between U+03F3 and U+037FRich Felker-0/+1
2019-10-24fix errno for posix_openpt with no free ptys availableRich Felker-1/+3
2019-10-20adjust struct timespec definition to be time64-readyRich Felker-1/+1
2019-10-20clock_adjtime: generalize time64 not to assume old struct layout matchRich Felker-11/+46
2019-10-19wait4, getrusage: add time64/x32 variantRich Felker-3/+61
2019-10-19internally, define time64 rusage syscalls on x32 as the existing onesRich Felker-0/+2
2019-10-19use struct pt_regs * rather than void * for powerpc[64] sigcontext regsRich Felker-2/+2
2019-10-19fix fpregset_t type on powerpc64Rich Felker-5/+1
2019-10-18fix return value of ungetc when argument is outside unsigned char rangeRich Felker-1/+1
2019-10-18fix incorrect use of fabs on long double operand in floatscan.cRich Felker-4/+1
2019-10-17move pthread types out of per-arch alltypes.hRich Felker-128/+8
2019-10-17define LONG_MAX via arch alltypes.h, strip down bits/limits.hRich Felker-117/+35
2019-10-17make endian.h expose unprefixed macros, functions in standard profileRich Felker-16/+20
2019-10-17remove use of endian.h from arch reloc.h headers, clean upRich Felker-24/+0
2019-10-17remove indirect use of endian.h from public headersRich Felker-18/+0
2019-10-17move __BYTE_ORDER definition to alltypes.hRich Felker-69/+68
2019-10-17remove per-arch definitions for va_listRich Felker-48/+3
2019-10-17remove i386 support for legacy struct __va_listRich Felker-5/+0
2019-10-14mips: add single-instruction math functionsinfo@mobile-stream.com-0/+64
2019-10-14fix cacosh results for arguments with negative imaginary partMichael Morrell-3/+12
2019-10-13release 1.1.24v1.1.24Rich Felker-1/+50
2019-10-13math: fix signed int left shift ub in sqrtSzabolcs Nagy-4/+2
2019-10-13fix aliasing-based undefined behavior in mbsrtowcsRich Felker-2/+8
2019-10-06add Arm to the copyright fileSzabolcs Nagy-1/+2
2019-10-02reintroduce riscv64 struct sigcontextRich Felker-6/+10
2019-09-29fix riscv64 elf_fpregset_t type and member names mismatchRich Felker-5/+2
2019-09-29fix riscv64 signal.h namespace violations and ucontext API mismatchesRich Felker-27/+20
2019-09-29remove remaining traces of __tls_get_newSzabolcs Nagy-12/+1
2019-09-27math: optimize lrint on 32bit targetsSzabolcs Nagy-1/+27
2019-09-27clean up mips (32-bit, o32) syscall asm constraintsRich Felker-31/+32
2019-09-27document mips r6 in INSTALL fileRich Felker-1/+2
2019-09-26fix mips setjmp/longjmp fpu state on r6, related issuesRich Felker-24/+12
2019-09-26fix mips r6 syscall clobber lists not to include hi/lo registersRich Felker-16/+30
2019-09-26arm: fix setjmp and longjmp asm for armv8-aSzabolcs Nagy-0/+14
2019-09-25fix data race in timer_create with SIGEV_THREAD notificationRich Felker-2/+2
2019-09-25correct the operand specifiers in the riscv64 CAS routinesPalmer Dabbelt-2/+2
2019-09-13harden thread start with failed scheduling against broken __cloneRich Felker-1/+1
2019-09-13fix %lf in wprintfBrion Vibber-0/+2
2019-09-11fix arm __tlsdesc_dynamic when built as thumb code without __ARM_ARCH>=5Rich Felker-0/+4
2019-09-11fix arm __a_barrier_oldkuser when built as thumbRich Felker-2/+2
2019-09-11fix code path where child function returns in arm __clone built as thumbRich Felker-7/+3
2019-09-11aarch64: add HWCAP2 flags from linux v5.2Szabolcs Nagy-0/+8
2019-09-11add new syscall numbers from linux v5.2Szabolcs Nagy-0/+97
2019-09-11fcntl.h: add AT_RECURSIVE from linux v5.2Szabolcs Nagy-0/+1
2019-09-11fcntl.h: add AT_STATX_ statx sync flag definitionsSzabolcs Nagy-0/+4
2019-09-11sched.h: add CLONE_PIDFD from linux v5.2Szabolcs Nagy-0/+1
2019-09-11netinet/if_ether.h: add ETH_P_DSA_8021Q from linux v5.2Szabolcs Nagy-0/+1
2019-09-08honor __WCHAR_TYPE__ on archs with legacy long definition of wchar_tRich Felker-0/+16
2019-09-06synchronously clean up pthread_create failure due to scheduling errorsRich Felker-13/+18