3120 Commits (d8fddb964108e57e670d20c36e6da84796617d78)

Author SHA1 Message Date
Rich Felker d8fddb9641 fix fallback when ipv6 is disabled but resolv.conf has v6 nameserves 4 years ago
Kristina Martsenko d4f987e4ac epoll_create: fail with EINVAL if size is non-positive 4 years ago
Rich Felker 2e5fff43dd use alt signal stack when present for implementation-internal signals 4 years ago
Rich Felker 37e18b7bf3 freopen: reset stream orientation (byte/wide) and encoding rule 4 years ago
Fangrui Song d32dadd60e ldso: support DT_RELR relative relocation format 4 years ago
Alex Xu (Hello71) 2404d9d643 use syscall_arg_t and __scc macro for arguments to __alt_socketcall 4 years ago
Eugene Yudin baaf257f05 fix ESRCH error handling for clock_getcpuclockid 4 years ago
Szabolcs Nagy 4f48da008d aarch64: add vfork 4 years ago
Rich Felker 7d568410b4 fix mishandling of errno in getaddrinfo AI_ADDRCONFIG logic 4 years ago
Rich Felker a23a3da29b avoid limited space of random temp file names if clock resolution is low 4 years ago
Rich Felker 4100279825 remove random filename obfuscation that leaks ASLR information 4 years ago
Rich Felker 6c858d6fd4 ensure distinct query id for parallel A and AAAA queries in resolver 4 years ago
Rich Felker 8974ef2124 mntent: fix potential mishandling of extremely long lines 4 years ago
Alyssa Ross 751bee0ee7 mntent: fix parsing lines with optional fields 5 years ago
Rich Felker dcb31f6b45 fix constraint violation in qsort wrapper around qsort_r 4 years ago
Rich Felker 6e9d2370c7 use __fstat instead of __fstatat with AT_EMPTY_PATH in __map_file 4 years ago
Rich Felker 05a55868ff provide an internal namespace-safe __fstat 4 years ago
Rich Felker fb10dc288d only use fstatat and others legacy stat syscalls if they exist 4 years ago
Rich Felker 2b754a5424 drop direct use of stat syscalls in internal __map_file 4 years ago
Rich Felker c9ba0769a7 provide an internal namespace-safe __fstatat 4 years ago
Rich Felker 7edbcbeb76 drop direct use of stat syscalls in fchmodat 4 years ago
Rich Felker 9a93749555 drop use of stat operation in temporary file name generation 4 years ago
Stefan O'Rear 12a757b321 only fallback to gettimeofday/settimeofday syscalls if they exist 6 years ago
Stefan O'Rear 41149ea8c7 only use getrlimit/setrlimit syscalls if they exist 6 years ago
Stefan O'Rear 8910efd0e4 don't remap internal-use syscall macros to nonexistent time32 syscalls 6 years ago
Rich Felker 55b727d7ad add missing POSIX confstr keys for pthread CFLAGS/LDFLAGS 4 years ago
Ondrej Jirman 8cf87b3027 fix incorrect parameter name in internal netlink.h RTA_OK macro 8 years ago
psykose 01b14242cc accept null pointer as message argument to gettext functions 4 years ago
Isaiah Poston 6d8a515796 fix invalid free of duplocale object when malloc has been replaced 4 years ago
Alexey Kodanev 3aba2150d0 nice: return EPERM instead of EACCES 5 years ago
jvoisin 74a28a8af2 protect stack canary from leak via read-as-string by zeroing second byte 4 years ago
Szabolcs Nagy 7c0c7a75ec math: avoid runtime conversions of floating-point constants 4 years ago
Rich Felker f8bdc30482 fix spurious failures by fgetws when buffer ends with partial character 4 years ago
pelco 5690668a1b add missing strerror text for key management 4 years ago
Rich Felker 3b7b415557 fix out-of-bound read processing time zone data with distant-past dates 4 years ago
Rich Felker 75b3412f3d fix potentially wrong-sign zero in cproj functions at infinity 4 years ago
Rich Felker 52f0deb969 make fseek detect and produce an error for invalid whence arguments 4 years ago
Rich Felker 775bde6b5c fix wcwidth of hangul combining (vowel/final) letters 4 years ago
Rich Felker 8d404733e1 fix mismatched signatures for strtod_l family 4 years ago
Rich Felker 8274aaaaa1 fix hwcap access in powerpc-sf setjmp/longjmp 5 years ago
Rich Felker 3733c831f2 fix struct layout mismatch in sound ioctl time32 fallback conversion 5 years ago
Érico Nogueira b76f37fd56 add qsort_r and make qsort a wrapper around it 5 years ago
Rich Felker 7be59733d7 add SPE FPU support to powerpc-sf 5 years ago
Rich Felker e3e7189c11 fix undefined behavior in getdelim via null pointer arithmetic and memcpy 5 years ago
Érico Nogueira 3eed6a6f0a fix error checking in pthread_getname_np 5 years ago
Rich Felker 3f701faace fix libc-internal signal blocking on mips archs 5 years ago
Szabolcs Nagy 4f3d346bff math: fix fmaf not to depend on FE_TOWARDZERO 5 years ago
Rich Felker 937822abb6 fix TZ parsing logic for identifying POSIX-form strings 5 years ago
Michael Forney d8cb888db9 remove return with expression in void function 5 years ago
Érico Rolim bd3b9c4ca5 add pthread_getname_np function 5 years ago