2880 Commits (b1e2aae0aa6edd91413b288b9cc6939f2d80e302)

Author SHA1 Message Date
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
Szabolcs Nagy b678f7b46a arm: fix setjmp and longjmp asm for armv8-a 7 years ago
Rich Felker 29bad49d72 fix data race in timer_create with SIGEV_THREAD notification 7 years ago
Rich Felker f5eee489f7 harden thread start with failed scheduling against broken __clone 7 years ago
Brion Vibber f7e464bff4 fix %lf in wprintf 7 years ago
Rich Felker 1ef37aa00e fix arm __tlsdesc_dynamic when built as thumb code without __ARM_ARCH>=5 7 years ago
Rich Felker b0301f47f3 fix arm __a_barrier_oldkuser when built as thumb 7 years ago
Rich Felker 05870abeaa fix code path where child function returns in arm __clone built as thumb 7 years ago
Rich Felker 8a544ee3a2 synchronously clean up pthread_create failure due to scheduling errors 7 years ago
Rich Felker 022f27d541 set explicit scheduling for new thread from calling thread, not self 7 years ago
Rich Felker dd0a23dd9e fix unsynchronized decrement of thread count on pthread_create error 7 years ago
Rich Felker a882841baf add public declaration for optreset under appropriate feature profiles 7 years ago
Rich Felker 74244e5b3e add posix_spawn [f]chdir file actions 7 years ago
Árni Dagur f76e183111 add copy_file_range system call wrapper 7 years ago
Rich Felker d0209a2a33 fix external dummy_lock symbol inadvertently introduced in sigaction 7 years ago
Rich Felker b19fa24783 fix accidentlly-external cmp symbol introduced with catgets 7 years ago
Samuel Holland 08869deb7e add support for powerpc/powerpc64 unaligned relocations 7 years ago
Petr Vaněk 7844ecb590 add secure_getenv function 7 years ago
Rich Felker 0847902ab9 in clock_getres, check for null pointer before storing result 7 years ago
Rich Felker a108127256 remove spurious null check in clock_settime 7 years ago
Rich Felker 37d6d09ec6 fix regression in recvmmsg with no timeout 7 years ago
Rich Felker 7590203c48 add non-stub implementation of catgets localization functions 7 years ago
Rich Felker d0b547dfb5 fix regression in select with no timeout 7 years ago
Rich Felker e408deefeb fix failure of glob to match broken symlinks under some conditions 7 years ago
Patrick Oppenlander e0e8ae754c in arm cancellation point asm, don't unnecessarily preserve link register 7 years ago
Ismael Luceno 49eacf29d2 glob: implement GLOB_TILDE and GLOB_TILDE_CHECK 7 years ago
Rich Felker f522de81ac use setitimer function rather than syscall to implement alarm 7 years ago
Rich Felker 6818c31c9b fix build regression in i386 asm for atan2, atan2f 7 years ago