summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-02-05fix incorrect results for catanf and catanl with some inputsRich Felker2-26/+2
2020-01-30remove legacy clock_gettime and gettimeofday from public syscall.hRich Felker1-0/+7
2020-01-27math/x32: correct lrintl.s for 32-bit longAlexander Monakov1-2/+2
2020-01-16add thumb2 support to arm assembler memcpyAndre McCurdy2-6/+9
2020-01-01fix wcwidth wrongly returning 0 for most of planes 4 and upRich Felker1-1/+1
2019-12-31move stage3_func typedef out of shared internal dynlink.h headerRich Felker1-1/+0
2019-12-22spare archs without time32 legacy the cost of ioctl fallback conversionsRich Felker1-1/+1
2019-12-22add further ioctl time64 fallback conversion for device-specific commandRich Felker1-0/+3
2019-12-21don't continue looping through ioctl compat_map after finding matchRich Felker1-0/+1
2019-12-20revert unwanted and inadvertent change that slipped into mmap.cRich Felker1-1/+0
2019-12-20add further ioctl time64 fallback conversionsRich Felker1-1/+49
2019-12-19improve ioctl time64 conversion fallback frameworkRich Felker1-17/+18
2019-12-18convert ioctl time64 fallbacks to table-driven frameworkRich Felker1-17/+66
2019-12-17hook recvmmsg up to SO_TIMESTAMP[NS] fallback for pre-time64 kernelsRich Felker2-6/+14
2019-12-17implement SO_TIMESTAMP[NS] fallback for kernels without time64 versionsRich Felker5-0/+71
2019-12-07arm: avoid conditional branch to PLT in sigsetjmpAndre McCurdy1-2/+3
2019-12-07riscv64: fix fesetenv(FE_DFL_ENV) crashRuinland ChuanTzu Tsai1-1/+4
2019-11-05ppc: add configure check for older compilers erroring on 'd' constraintrofl0r2-2/+2
2019-11-03fix time64 link regression of dlsym stub for static-linked programsRich Felker1-0/+4
2019-11-02add __dlsym_time64 asm entry point for all legacy-32bit-time_t archsRich Felker9-0/+27
2019-10-28make fstatat fill in old time32 stat fields tooRich Felker1-0/+16
2019-10-28disable lfs64 aliases for remapped time64 functionsRich Felker6-0/+14
2019-10-25update case mappings to unicode 12.1.0Rich Felker1-85/+92
2019-10-25update ctype data to unicode 12.1.0u_quark4-201/+232
2019-10-25overhaul wide character case mapping implementationRich Felker2-290/+345
2019-10-25add missing case mapping between U+03F3 and U+037FRich Felker1-0/+1
2019-10-24fix errno for posix_openpt with no free ptys availableRich Felker1-1/+3
2019-10-20clock_adjtime: generalize time64 not to assume old struct layout matchRich Felker1-11/+46
2019-10-19wait4, getrusage: add time64/x32 variantRich Felker2-3/+61
2019-10-18fix return value of ungetc when argument is outside unsigned char rangeRich Felker1-1/+1
2019-10-18fix incorrect use of fabs on long double operand in floatscan.cRich Felker1-4/+1
2019-10-14mips: add single-instruction math functionsinfo@mobile-stream.com4-0/+64
2019-10-14fix cacosh results for arguments with negative imaginary partMichael Morrell3-3/+12
2019-10-13math: fix signed int left shift ub in sqrtSzabolcs Nagy2-4/+2
2019-10-13fix aliasing-based undefined behavior in mbsrtowcsRich Felker1-2/+8
2019-09-29remove remaining traces of __tls_get_newSzabolcs Nagy5-12/+1
2019-09-27math: optimize lrint on 32bit targetsSzabolcs Nagy1-1/+27
2019-09-26fix mips setjmp/longjmp fpu state on r6, related issuesRich Felker2-24/+12
2019-09-26arm: fix setjmp and longjmp asm for armv8-aSzabolcs Nagy2-0/+14
2019-09-25fix data race in timer_create with SIGEV_THREAD notificationRich Felker1-2/+2
2019-09-13harden thread start with failed scheduling against broken __cloneRich Felker1-1/+1
2019-09-13fix %lf in wprintfBrion Vibber1-0/+2
2019-09-11fix arm __tlsdesc_dynamic when built as thumb code without __ARM_ARCH>=5Rich Felker1-0/+4
2019-09-11fix arm __a_barrier_oldkuser when built as thumbRich Felker1-2/+2
2019-09-11fix code path where child function returns in arm __clone built as thumbRich Felker1-7/+3
2019-09-06synchronously clean up pthread_create failure due to scheduling errorsRich Felker1-13/+18
2019-09-06set explicit scheduling for new thread from calling thread, not selfRich Felker1-21/+12
2019-09-06fix unsynchronized decrement of thread count on pthread_create errorRich Felker1-1/+2
2019-08-30add public declaration for optreset under appropriate feature profilesRich Felker1-0/+1
2019-08-30add posix_spawn [f]chdir file actionsRich Felker4-0/+45