4750 Commits (bf14ef193b4203aa9a8b173faeeea06d98397f65)
 

Author SHA1 Message Date
Rich Felker bf14ef193b re-enable vdso clock_gettime on arm (32-bit) with workaround 4 years ago
Rich Felker 6f3ead0ae1 process DT_RELR relocations in ldso-startup/static-pie 4 years ago
Rich Felker 25085c85a0 fix fwprintf missing output to open_wmemstream FILEs 4 years ago
Rich Felker a636fd630f dns: fail if ipv6 is disabled and resolv.conf has only v6 nameserves 4 years ago
Rich Felker 996b6154b2 use kernel-provided AT_MINSIGSTKSZ for sysconf(_SC_[MIN]SIGSTKSZ) 4 years ago
Rich Felker 25340a9337 add sysconf keys/values for signal stack size 4 years ago
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
Érico Nogueira 379b18218d ldso: make exit condition clearer in fixup_rpath 4 years ago
Rich Felker 37e18b7bf3 freopen: reset stream orientation (byte/wide) and encoding rule 4 years ago
Rich Felker bf99258564 ldso: process RELR only for non-FDPIC archs 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
Michael Pratt 46d1c7801b fix strings.h feature test macro usage due to missing features.h 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 d16d7b1099 early stage ldso: remove symbolic references via error handling function 4 years ago
Alex Xu (Hello71) 63c67053a3 in early stage ldso before __dls2b, call mprotect with __syscall 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
Stefan O'Rear 03f71251e6 remove ARMSUBARCH relic from configure 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
Rich Felker 7a43f6fea9 release 1.2.3 4 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
Rich Felker 760f5d7efe fix __WORDSIZE on x32 sys/user.h 4 years ago
Szabolcs Nagy bdb5454065 sys/ptrace.h: add PTRACE_GET_RSEQ_CONFIGURATION from linux v5.13 5 years ago
Szabolcs Nagy aa3bab6ce4 sys/prctl.h: add PR_PAC_{SET,GET}_ENABLED_KEYS from linux v5.13 5 years ago
Szabolcs Nagy a8300f5d2a elf.h: add NT_ARM_PAC_ENABLED_KEYS from linux v5.13 5 years ago
Szabolcs Nagy dda21f10a7 netinet/in.h: add INADDR_DUMMY from linux v5.13 5 years ago
Szabolcs Nagy ee05b11b67 bits/syscall.h: add landlock syscalls from linux v5.13 5 years ago
Szabolcs Nagy 1ee8109ea0 netinet/tcp.h: add tcp_zerocopy_receive fields from linux v5.12 5 years ago
Szabolcs Nagy bc89c31112 netinet/tcp.h: add TCP_NLA_* values up to linux v5.12 5 years ago