about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* fix thread leak on timer_create(SIGEV_THREAD) failureAlexey Izbyshev2022-09-191-1/+5
* re-enable vdso clock_gettime on arm (32-bit) with workaroundRich Felker2022-09-192-0/+10
* process DT_RELR relocations in ldso-startup/static-pieRich Felker2022-09-121-0/+15
* fix fwprintf missing output to open_wmemstream FILEsRich Felker2022-09-071-1/+5
* dns: fail if ipv6 is disabled and resolv.conf has only v6 nameservesRich Felker2022-08-261-0/+5
* use kernel-provided AT_MINSIGSTKSZ for sysconf(_SC_[MIN]SIGSTKSZ)Rich Felker2022-08-261-2/+12
* add sysconf keys/values for signal stack sizeRich Felker2022-08-262-0/+5
* fix fallback when ipv6 is disabled but resolv.conf has v6 nameservesRich Felker2022-08-241-1/+2
* epoll_create: fail with EINVAL if size is non-positiveKristina Martsenko2022-08-241-0/+1
* use alt signal stack when present for implementation-internal signalsRich Felker2022-08-203-3/+3
* ldso: make exit condition clearer in fixup_rpathÉrico Nogueira2022-08-171-1/+1
* freopen: reset stream orientation (byte/wide) and encoding ruleRich Felker2022-08-171-0/+2
* ldso: process RELR only for non-FDPIC archsRich Felker2022-08-021-1/+2
* ldso: support DT_RELR relative relocation formatFangrui Song2022-08-023-4/+27
* use syscall_arg_t and __scc macro for arguments to __alt_socketcallAlex Xu (Hello71)2022-08-021-3/+3
* fix strings.h feature test macro usage due to missing features.hMichael Pratt2022-08-011-0/+1
* fix ESRCH error handling for clock_getcpuclockidEugene Yudin2022-08-011-0/+1
* aarch64: add vforkSzabolcs Nagy2022-08-011-0/+9
* fix mishandling of errno in getaddrinfo AI_ADDRCONFIG logicRich Felker2022-08-011-0/+2
* early stage ldso: remove symbolic references via error handling functionRich Felker2022-07-191-2/+11
* in early stage ldso before __dls2b, call mprotect with __syscallAlex Xu (Hello71)2022-07-021-6/+8
* avoid limited space of random temp file names if clock resolution is lowRich Felker2022-06-231-1/+1
* remove random filename obfuscation that leaks ASLR informationRich Felker2022-06-031-1/+2
* ensure distinct query id for parallel A and AAAA queries in resolverRich Felker2022-06-031-0/+3
* mntent: fix potential mishandling of extremely long linesRich Felker2022-05-151-0/+2
* mntent: fix parsing lines with optional fieldsAlyssa Ross2022-05-151-3/+7
* fix constraint violation in qsort wrapper around qsort_rRich Felker2022-05-061-1/+1
* use __fstat instead of __fstatat with AT_EMPTY_PATH in __map_fileRich Felker2022-05-041-2/+1
* provide an internal namespace-safe __fstatRich Felker2022-05-042-2/+5
* only use fstatat and others legacy stat syscalls if they existRich Felker2022-05-011-1/+9
* drop direct use of stat syscalls in internal __map_fileRich Felker2022-05-011-3/+3
* provide an internal namespace-safe __fstatatRich Felker2022-05-012-1/+11
* drop direct use of stat syscalls in fchmodatRich Felker2022-05-011-8/+7
* drop use of stat operation in temporary file name generationRich Felker2022-05-012-10/+6
* only fallback to gettimeofday/settimeofday syscalls if they existStefan O'Rear2022-05-011-0/+4
* only use getrlimit/setrlimit syscalls if they existStefan O'Rear2022-05-012-1/+11
* don't remap internal-use syscall macros to nonexistent time32 syscallsStefan O'Rear2022-04-271-10/+10
* remove ARMSUBARCH relic from configureStefan O'Rear2022-04-271-5/+0
* add missing POSIX confstr keys for pthread CFLAGS/LDFLAGSRich Felker2022-04-202-1/+3
* fix incorrect parameter name in internal netlink.h RTA_OK macroOndrej Jirman2022-04-101-1/+1
* release 1.2.3 v1.2.3Rich Felker2022-04-072-1/+41
* accept null pointer as message argument to gettext functionspsykose2022-03-271-0/+3
* fix invalid free of duplocale object when malloc has been replacedIsaiah Poston2022-03-161-0/+5
* fix __WORDSIZE on x32 sys/user.hRich Felker2022-03-081-1/+1
* sys/ptrace.h: add PTRACE_GET_RSEQ_CONFIGURATION from linux v5.13Szabolcs Nagy2022-03-081-0/+9
* sys/prctl.h: add PR_PAC_{SET,GET}_ENABLED_KEYS from linux v5.13Szabolcs Nagy2022-03-081-0/+3
* elf.h: add NT_ARM_PAC_ENABLED_KEYS from linux v5.13Szabolcs Nagy2022-03-081-0/+1
* netinet/in.h: add INADDR_DUMMY from linux v5.13Szabolcs Nagy2022-03-081-0/+1
* bits/syscall.h: add landlock syscalls from linux v5.13Szabolcs Nagy2022-03-0816-0/+48
* netinet/tcp.h: add tcp_zerocopy_receive fields from linux v5.12Szabolcs Nagy2022-03-081-0/+4