4491 Commits (e9f4fd1185badfc005fcfe5c7de27d58baec057c)
 

Author SHA1 Message Date
Rich Felker 4fd0f20560 fix errno for posix_openpt with no free ptys available 7 years ago
Rich Felker 9b2921bea1 adjust struct timespec definition to be time64-ready 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 7e81711431 internally, define time64 rusage syscalls on x32 as the existing ones 7 years ago
Rich Felker c2518a8efb use struct pt_regs * rather than void * for powerpc[64] sigcontext regs 7 years ago
Rich Felker c9f48cde0a fix fpregset_t type on powerpc64 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
Rich Felker 2d3083e746 move pthread types out of per-arch alltypes.h 7 years ago
Rich Felker 7cc79d10af define LONG_MAX via arch alltypes.h, strip down bits/limits.h 7 years ago
Rich Felker 316730cdc7 make endian.h expose unprefixed macros, functions in standard profile 7 years ago
Rich Felker 4d3a162d00 remove use of endian.h from arch reloc.h headers, clean up 7 years ago
Rich Felker 71d23fbeac remove indirect use of endian.h from public headers 7 years ago
Rich Felker 97d35a552e move __BYTE_ORDER definition to alltypes.h 7 years ago
Rich Felker 00ec11d19e remove per-arch definitions for va_list 7 years ago
Rich Felker f7f1079796 remove i386 support for legacy struct __va_list 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
Rich Felker ea9525c8bc release 1.1.24 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 db3cc9a319 add Arm to the copyright file 7 years ago
Rich Felker a0993f8f0f reintroduce riscv64 struct sigcontext 7 years ago
Rich Felker 2c2477da9a fix riscv64 elf_fpregset_t type and member names mismatch 7 years ago
Rich Felker ab3eb89a8b fix riscv64 signal.h namespace violations and ucontext API mismatches 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 604f8d3d8b clean up mips (32-bit, o32) syscall asm constraints 7 years ago
Rich Felker 12fecbb4ec document mips r6 in INSTALL file 7 years ago
Rich Felker 370679ba98 fix mips setjmp/longjmp fpu state on r6, related issues 7 years ago
Rich Felker 9f6dd78593 fix mips r6 syscall clobber lists not to include hi/lo registers 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
Palmer Dabbelt 7d5c5706a0 correct the operand specifiers in the riscv64 CAS routines 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
Szabolcs Nagy 9920bf45cc aarch64: add HWCAP2 flags from linux v5.2 7 years ago
Szabolcs Nagy b60763092e add new syscall numbers from linux v5.2 7 years ago
Szabolcs Nagy 81e795e1f1 fcntl.h: add AT_RECURSIVE from linux v5.2 7 years ago
Szabolcs Nagy cc1a53515b fcntl.h: add AT_STATX_ statx sync flag definitions 7 years ago
Szabolcs Nagy 1e22eb2e8f sched.h: add CLONE_PIDFD from linux v5.2 7 years ago
Szabolcs Nagy b5134ccd4d netinet/if_ether.h: add ETH_P_DSA_8021Q from linux v5.2 7 years ago
Rich Felker 1f0e9f9cc2 honor __WCHAR_TYPE__ on archs with legacy long definition of wchar_t 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