4694 Commits (b54f481fbcc5637226fc3d2e0404b7f95b3e2f14)
 

Author SHA1 Message Date
Alexander Monakov 87026f6843 math: move x86_64 fabs, fabsf to C with inline asm 6 years ago
Samuel Holland 33338ebc85 fix parsing offsets after long timezone names 6 years ago
Samuel Holland 8e452abae6 avoid out-of-bounds read for invalid quoted timezone 6 years ago
Alexander Monakov 526df238d0 remove redundant condition in memccpy 6 years ago
Fangrui Song 72658c658b ldso: remove redundant switch case for REL_NONE 6 years ago
Samuel Holland 3e9d3386f1 define MAP_SYNC on powerpc/powerpc64 6 years ago
Timo Teräs 8343334d7b improve strerror speed 6 years ago
Rich Felker 2b2c8aafce fix corrupt sysvipc timestamps on 32-bit archs with old kernels 6 years ago
Rich Felker 5db475f0b9 work around negated error code bug on some mips kernels 6 years ago
Rich Felker db86ec100d remove useless mips syscall asm constraint, align style with mips64/n32 6 years ago
Rich Felker 972b5fde9a revert mips (32-bit, o32) syscall asm clean-up due to regressions 6 years ago
Rich Felker 5053fd2644 revert mips64/n32 syscall asm clean-up due to regressions 6 years ago
Rich Felker 2f2348c958 remove duplicate definitions of INET[6]_ADDRSTRLEN 6 years ago
Rich Felker 4e0796dfc7 add PTHREAD_NULL 6 years ago
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 040c1d16b4 release 1.2.0 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 329e79299d move riscv64 register index constants to signal.h 6 years ago
Rich Felker 5a105f19b5 remove legacy clock_gettime and gettimeofday from public syscall.h 6 years ago
Rich Felker e6093b5a87 fix misleading use of _POSIX_VDISABLE in sys/ttydefaults.h 6 years ago
Rich Felker a0217a2ff7 fix unprotected macro argument in sys/ttydefaults.h 6 years ago
Alexander Monakov ff5b8ad386 math/x32: correct lrintl.s for 32-bit long 6 years ago
Rich Felker 614c9e7b1e move struct dirent to bits header, allow NAME_MAX to vary 6 years ago
Luís Marques 83350eb17b fix riscv64 a_cas inline asm operand sign extension 6 years ago
Will Dietz a2e71304f3 fix incorrect escaping in add-cfi.*.awk scripts 6 years ago
Andre McCurdy 91e662d1d9 add thumb2 support to arm assembler memcpy 7 years ago
Rich Felker 0ff18be208 fix incorrect __hwcap seen in dynamic-linked __set_thread_area 6 years ago
Leah Neukirchen 2507e7f531 define RLIMIT_RTTIME, bump RLIMIT_NLIMITS 6 years ago
Rich Felker 70d8060955 fix wcwidth wrongly returning 0 for most of planes 4 and up 6 years ago
Michael Forney a56ec7e8e2 unconditonally define alloca as __builtin_alloca 7 years ago
Rich Felker d3f7df2359 update COPYRIGHT year 6 years ago
Rich Felker ac89e2ccf5 remove gratuitous aligned attribute from __ptrace_syscall_info 6 years ago
Rich Felker d6bbea2acf fix fdpic regression in dynamic linker with overly smart compilers 6 years ago
Rich Felker b82cd6c78d fix crashing ldso on archs where __set_thread_area examines auxv 6 years ago
Rich Felker b529ec9b52 move stage3_func typedef out of shared internal dynlink.h header 6 years ago
Szabolcs Nagy 2fc29fcfc2 mips: add clone3 syscall numbers from linux v5.4 6 years ago
Szabolcs Nagy a7df9c75f7 mips: add hwcap bits from linux v5.4 6 years ago
Szabolcs Nagy f296be74d5 sys/wait.h: add P_PIDFD from linux v5.4 6 years ago
Szabolcs Nagy 5e0c9f246c netinet/tcp.h: add new tcp_info fields from linux v5.4 6 years ago