2907 Commits (2f2348c9588d61680123bbe438db38acf5dfea4c)

Author SHA1 Message Date
Rich Felker 7063c459e7 use __socketcall to simplify socket() 6 years ago
Rich Felker a01f1fe66f remove wrap_write helper from vdprintf 6 years ago
Szabolcs Nagy d20558148d math: fix sinh overflows in non-nearest rounding 6 years ago
Szabolcs Nagy b3797d3b2e math: fix __rem_pio2 in non-nearest rounding modes 6 years ago
Rich Felker c9ebff4736 fix remaining direct use of stat syscalls outside fstatat.c 6 years ago
Rich Felker a662220df5 remove i386 asm for single and double precision exp-family functions 6 years ago
Rich Felker 2f0c31c027 rename i386 exp.s to exp_ld.s 6 years ago
Rich Felker ab9e20905d fix excess precision in return value of i386 log-family functions 6 years ago
Rich Felker 141c8d4ccb fix excess precision in return value of i386 acos[f] and asin[f] 6 years ago
Rich Felker 1c9afd6905 fix excess precision in return value of i386 atan[2][f] 6 years ago
Rich Felker b4712ba445 remove legacy time32 timer[fd] syscalls from public syscall.h 6 years ago
Rich Felker 2cae9f59da remove further legacy time32 clock syscalls from public syscall.h 6 years ago
Rich Felker 1102062081 fix incorrect results for catanf and catanl with some inputs 6 years ago
Rich Felker 5a105f19b5 remove legacy clock_gettime and gettimeofday from public syscall.h 6 years ago
Alexander Monakov ff5b8ad386 math/x32: correct lrintl.s for 32-bit long 6 years ago
Andre McCurdy 91e662d1d9 add thumb2 support to arm assembler memcpy 7 years ago
Rich Felker 70d8060955 fix wcwidth wrongly returning 0 for most of planes 4 and up 6 years ago
Rich Felker b529ec9b52 move stage3_func typedef out of shared internal dynlink.h header 6 years ago
Rich Felker d01fdc777d spare archs without time32 legacy the cost of ioctl fallback conversions 6 years ago
Rich Felker f989581732 add further ioctl time64 fallback conversion for device-specific command 6 years ago
Rich Felker 4d70641077 don't continue looping through ioctl compat_map after finding match 6 years ago
Rich Felker d6a62addce revert unwanted and inadvertent change that slipped into mmap.c 6 years ago
Rich Felker 2412638bb3 add further ioctl time64 fallback conversions 6 years ago
Rich Felker 64d0e86576 improve ioctl time64 conversion fallback framework 6 years ago
Rich Felker 221b1a1d0a convert ioctl time64 fallbacks to table-driven framework 7 years ago
Rich Felker 114178dc8d hook recvmmsg up to SO_TIMESTAMP[NS] fallback for pre-time64 kernels 7 years ago
Rich Felker ae388becb5 implement SO_TIMESTAMP[NS] fallback for kernels without time64 versions 7 years ago
Andre McCurdy b1e2aae0aa arm: avoid conditional branch to PLT in sigsetjmp 7 years ago
Ruinland ChuanTzu Tsai c0b4a7b254 riscv64: fix fesetenv(FE_DFL_ENV) crash 7 years ago
rofl0r 66d1e31292 ppc: add configure check for older compilers erroring on 'd' constraint 7 years ago
Rich Felker 028092b61f fix time64 link regression of dlsym stub for static-linked programs 7 years ago
Rich Felker 5a25759a21 add __dlsym_time64 asm entry point for all legacy-32bit-time_t archs 7 years ago
Rich Felker 0961bb9416 make fstatat fill in old time32 stat fields too 7 years ago
Rich Felker 50018f92f7 disable lfs64 aliases for remapped time64 functions 7 years ago
Rich Felker 06d4075a50 update case mappings to unicode 12.1.0 7 years ago
u_quark e95538fa07 update ctype data to unicode 12.1.0 7 years ago
Rich Felker a11a6246c6 overhaul wide character case mapping implementation 7 years ago
Rich Felker e8aba58ab1 add missing case mapping between U+03F3 and U+037F 7 years ago
Rich Felker 4fd0f20560 fix errno for posix_openpt with no free ptys available 7 years ago
Rich Felker 928674dcd0 clock_adjtime: generalize time64 not to assume old struct layout match 7 years ago
Rich Felker 5850546e96 wait4, getrusage: add time64/x32 variant 7 years ago
Rich Felker f6ecd0c296 fix return value of ungetc when argument is outside unsigned char range 7 years ago
Rich Felker bff7895499 fix incorrect use of fabs on long double operand in floatscan.c 7 years ago
info@mobile-stream.com 1c9d2cba11 mips: add single-instruction math functions 7 years ago
Michael Morrell aa2d23e57c fix cacosh results for arguments with negative imaginary part 7 years ago
Szabolcs Nagy e858063070 math: fix signed int left shift ub in sqrt 7 years ago
Rich Felker 716745e00e fix aliasing-based undefined behavior in mbsrtowcs 7 years ago
Szabolcs Nagy 33bc7f05fc remove remaining traces of __tls_get_new 7 years ago
Szabolcs Nagy ca57795113 math: optimize lrint on 32bit targets 7 years ago
Rich Felker 370679ba98 fix mips setjmp/longjmp fpu state on r6, related issues 7 years ago