summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2022-08-01fix ESRCH error handling for clock_getcpuclockidEugene Yudin-0/+1
2022-08-01aarch64: add vforkSzabolcs Nagy-0/+9
2022-08-01fix mishandling of errno in getaddrinfo AI_ADDRCONFIG logicRich Felker-0/+2
2022-07-19early stage ldso: remove symbolic references via error handling functionRich Felker-2/+11
2022-07-02in early stage ldso before __dls2b, call mprotect with __syscallAlex Xu (Hello71)-6/+8
2022-06-23avoid limited space of random temp file names if clock resolution is lowRich Felker-1/+1
2022-06-03remove random filename obfuscation that leaks ASLR informationRich Felker-1/+2
2022-06-03ensure distinct query id for parallel A and AAAA queries in resolverRich Felker-0/+3
2022-05-15mntent: fix potential mishandling of extremely long linesRich Felker-0/+2
2022-05-15mntent: fix parsing lines with optional fieldsAlyssa Ross-3/+7
2022-05-06fix constraint violation in qsort wrapper around qsort_rRich Felker-1/+1
2022-05-04use __fstat instead of __fstatat with AT_EMPTY_PATH in __map_fileRich Felker-2/+1
2022-05-04provide an internal namespace-safe __fstatRich Felker-2/+5
2022-05-01only use fstatat and others legacy stat syscalls if they existRich Felker-1/+9
2022-05-01drop direct use of stat syscalls in internal __map_fileRich Felker-3/+3
2022-05-01provide an internal namespace-safe __fstatatRich Felker-1/+11
2022-05-01drop direct use of stat syscalls in fchmodatRich Felker-8/+7
2022-05-01drop use of stat operation in temporary file name generationRich Felker-10/+6
2022-05-01only fallback to gettimeofday/settimeofday syscalls if they existStefan O'Rear-0/+4
2022-05-01only use getrlimit/setrlimit syscalls if they existStefan O'Rear-1/+11
2022-04-27don't remap internal-use syscall macros to nonexistent time32 syscallsStefan O'Rear-10/+10
2022-04-27remove ARMSUBARCH relic from configureStefan O'Rear-5/+0
2022-04-20add missing POSIX confstr keys for pthread CFLAGS/LDFLAGSRich Felker-1/+3
2022-04-10fix incorrect parameter name in internal netlink.h RTA_OK macroOndrej Jirman-1/+1
2022-04-07release 1.2.3v1.2.3Rich Felker-1/+41
2022-03-27accept null pointer as message argument to gettext functionspsykose-0/+3
2022-03-16fix invalid free of duplocale object when malloc has been replacedIsaiah Poston-0/+5
2022-03-08fix __WORDSIZE on x32 sys/user.hRich Felker-1/+1
2022-03-08sys/ptrace.h: add PTRACE_GET_RSEQ_CONFIGURATION from linux v5.13Szabolcs Nagy-0/+9
2022-03-08sys/prctl.h: add PR_PAC_{SET,GET}_ENABLED_KEYS from linux v5.13Szabolcs Nagy-0/+3
2022-03-08elf.h: add NT_ARM_PAC_ENABLED_KEYS from linux v5.13Szabolcs Nagy-0/+1
2022-03-08netinet/in.h: add INADDR_DUMMY from linux v5.13Szabolcs Nagy-0/+1
2022-03-08bits/syscall.h: add landlock syscalls from linux v5.13Szabolcs Nagy-0/+48
2022-03-08netinet/tcp.h: add tcp_zerocopy_receive fields from linux v5.12Szabolcs Nagy-0/+4
2022-03-08netinet/tcp.h: add TCP_NLA_* values up to linux v5.12Szabolcs Nagy-0/+2
2022-03-08s390x: add ptrace requests from linux v5.12Szabolcs Nagy-0/+3
2022-03-08bits/syscall.h: add mount_setattr from linux v5.12Szabolcs Nagy-0/+16
2022-03-08signal.h: add new sa_flags from linux v5.11Szabolcs Nagy-0/+3
2022-03-08signal.h: add SYS_USER_DISPATCH si_code value from linux v5.11Szabolcs Nagy-0/+1
2022-03-08signal.h: add si_code values for SIGSYSSzabolcs Nagy-0/+2
2022-03-08netinet/tcp.h: add tcp zerocopy related changes from linux v5.11Szabolcs Nagy-0/+5
2022-03-08netinet/if_ether.h: add ETH_P_CFM from linux v5.11Szabolcs Nagy-0/+1
2022-03-08sys/socket.h: add new SO_ socket options from linux v5.11Szabolcs Nagy-0/+2
2022-03-08sys/prctl.h: add PR_SET_SYSCALL_USER_DISPATCH from linux v5.11Szabolcs Nagy-0/+6
2022-03-08bits/syscall.h: add epoll_pwait2 from linux v5.11Szabolcs Nagy-0/+16
2022-03-08nice: return EPERM instead of EACCESAlexey Kodanev-1/+8
2022-03-08protect stack canary from leak via read-as-string by zeroing second bytejvoisin-0/+9
2022-03-08math: avoid runtime conversions of floating-point constantsSzabolcs Nagy-2/+6
2022-02-20fix spurious failures by fgetws when buffer ends with partial characterRich Felker-6/+1
2022-02-19add missing strerror text for key managementpelco-0/+4