about summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix remaining direct use of stat syscalls outside fstatat.cRich Felker2020-02-124-6/+10
* remove i386 asm for single and double precision exp-family functionsRich Felker2020-02-069-62/+3
* rename i386 exp.s to exp_ld.sRich Felker2020-02-062-0/+1
* fix excess precision in return value of i386 log-family functionsRich Felker2020-02-068-0/+20
* fix excess precision in return value of i386 acos[f] and asin[f]Rich Felker2020-02-066-42/+75
* fix excess precision in return value of i386 atan[2][f]Rich Felker2020-02-064-2/+8
* remove legacy time32 timer[fd] syscalls from public syscall.hRich Felker2020-02-051-0/+16
* remove further legacy time32 clock syscalls from public syscall.hRich Felker2020-02-051-0/+16
* fix incorrect results for catanf and catanl with some inputsRich Felker2020-02-052-26/+2
* remove legacy clock_gettime and gettimeofday from public syscall.hRich Felker2020-01-301-0/+7
* math/x32: correct lrintl.s for 32-bit longAlexander Monakov2020-01-271-2/+2
* add thumb2 support to arm assembler memcpyAndre McCurdy2020-01-162-6/+9
* fix wcwidth wrongly returning 0 for most of planes 4 and upRich Felker2020-01-011-1/+1
* move stage3_func typedef out of shared internal dynlink.h headerRich Felker2019-12-311-1/+0
* spare archs without time32 legacy the cost of ioctl fallback conversionsRich Felker2019-12-221-1/+1
* add further ioctl time64 fallback conversion for device-specific commandRich Felker2019-12-221-0/+3
* don't continue looping through ioctl compat_map after finding matchRich Felker2019-12-211-0/+1
* revert unwanted and inadvertent change that slipped into mmap.cRich Felker2019-12-201-1/+0
* add further ioctl time64 fallback conversionsRich Felker2019-12-201-1/+49
* improve ioctl time64 conversion fallback frameworkRich Felker2019-12-191-17/+18
* convert ioctl time64 fallbacks to table-driven frameworkRich Felker2019-12-181-17/+66
* hook recvmmsg up to SO_TIMESTAMP[NS] fallback for pre-time64 kernelsRich Felker2019-12-172-6/+14
* implement SO_TIMESTAMP[NS] fallback for kernels without time64 versionsRich Felker2019-12-175-0/+71
* arm: avoid conditional branch to PLT in sigsetjmpAndre McCurdy2019-12-071-2/+3
* riscv64: fix fesetenv(FE_DFL_ENV) crashRuinland ChuanTzu Tsai2019-12-071-1/+4
* ppc: add configure check for older compilers erroring on 'd' constraintrofl0r2019-11-052-2/+2
* fix time64 link regression of dlsym stub for static-linked programsRich Felker2019-11-031-0/+4
* add __dlsym_time64 asm entry point for all legacy-32bit-time_t archsRich Felker2019-11-029-0/+27
* make fstatat fill in old time32 stat fields tooRich Felker2019-10-281-0/+16
* disable lfs64 aliases for remapped time64 functionsRich Felker2019-10-286-0/+14
* update case mappings to unicode 12.1.0Rich Felker2019-10-251-85/+92
* update ctype data to unicode 12.1.0u_quark2019-10-254-201/+232
* overhaul wide character case mapping implementationRich Felker2019-10-252-290/+345
* add missing case mapping between U+03F3 and U+037FRich Felker2019-10-251-0/+1
* fix errno for posix_openpt with no free ptys availableRich Felker2019-10-241-1/+3
* clock_adjtime: generalize time64 not to assume old struct layout matchRich Felker2019-10-201-11/+46
* wait4, getrusage: add time64/x32 variantRich Felker2019-10-192-3/+61
* fix return value of ungetc when argument is outside unsigned char rangeRich Felker2019-10-181-1/+1
* fix incorrect use of fabs on long double operand in floatscan.cRich Felker2019-10-181-4/+1
* mips: add single-instruction math functionsinfo@mobile-stream.com2019-10-144-0/+64
* fix cacosh results for arguments with negative imaginary partMichael Morrell2019-10-143-3/+12
* math: fix signed int left shift ub in sqrtSzabolcs Nagy2019-10-132-4/+2
* fix aliasing-based undefined behavior in mbsrtowcsRich Felker2019-10-131-2/+8
* remove remaining traces of __tls_get_newSzabolcs Nagy2019-09-295-12/+1
* math: optimize lrint on 32bit targetsSzabolcs Nagy2019-09-271-1/+27
* fix mips setjmp/longjmp fpu state on r6, related issuesRich Felker2019-09-262-24/+12
* arm: fix setjmp and longjmp asm for armv8-aSzabolcs Nagy2019-09-262-0/+14
* fix data race in timer_create with SIGEV_THREAD notificationRich Felker2019-09-251-2/+2
* harden thread start with failed scheduling against broken __cloneRich Felker2019-09-131-1/+1
* fix %lf in wprintfBrion Vibber2019-09-131-0/+2