summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2022-10-19fix potential unsynchronized access to killlock state at thread exitRich Felker-6/+10
2022-10-19fix potential deadlock in dlerror buffer handling at thread exitRich Felker-19/+18
2022-10-19configure: disable TBAA optimization because most compilers are buggyRich Felker-0/+8
2022-10-19disable MADV_FREE usage in mallocngRich Felker-1/+3
2022-10-19remove LFS64 programming interfaces (macro-only) from _GNU_SOURCERich Felker-16/+16
2022-10-19remove LFS64 symbol aliases; replace with dynamic linker remappingRich Felker-135/+38
2022-10-19dns query core: detect udp truncation at recv timeRich Felker-4/+13
2022-10-19getaddrinfo dns lookup: use larger answer buffer to handle long CNAMEsRich Felker-3/+5
2022-09-22arpa/nameser.h: update RR types listRich Felker-0/+71
2022-09-22dns: implement tcp fallback in __res_msend query coreRich Felker-2/+117
2022-09-22res_send: use a temp buffer if caller's buffer is under 512 bytesRich Felker-1/+9
2022-09-21adapt res_msend DNS query core for working with multiple socketsRich Felker-6/+11
2022-09-20getaddrinfo: add EAI_NODATA error code to distinguish NODATA vs NxDomainRich Felker-6/+13
2022-09-19fix error cases in gethostbyaddr_rRich Felker-2/+3
2022-09-19remove impossible error case from gethostbyname2_rRich Felker-1/+0
2022-09-19fix return value of gethostnbyname[2]_r on result not foundRich Felker-1/+1
2022-09-19dns: treat names rejected by res_mkquery as nonexistent rather than errorRich Felker-1/+1
2022-09-19res_mkquery: error out on consecutive final dots in nameRich Felker-0/+1
2022-09-19fix thread leak on timer_create(SIGEV_THREAD) failureAlexey Izbyshev-1/+5
2022-09-19re-enable vdso clock_gettime on arm (32-bit) with workaroundRich Felker-0/+10
2022-09-12process DT_RELR relocations in ldso-startup/static-pieRich Felker-0/+15
2022-09-07fix fwprintf missing output to open_wmemstream FILEsRich Felker-1/+5
2022-08-26dns: fail if ipv6 is disabled and resolv.conf has only v6 nameservesRich Felker-0/+5
2022-08-26use kernel-provided AT_MINSIGSTKSZ for sysconf(_SC_[MIN]SIGSTKSZ)Rich Felker-2/+12
2022-08-26add sysconf keys/values for signal stack sizeRich Felker-0/+5
2022-08-24fix fallback when ipv6 is disabled but resolv.conf has v6 nameservesRich Felker-1/+2
2022-08-24epoll_create: fail with EINVAL if size is non-positiveKristina Martsenko-0/+1
2022-08-20use alt signal stack when present for implementation-internal signalsRich Felker-3/+3
2022-08-17ldso: make exit condition clearer in fixup_rpathÉrico Nogueira-1/+1
2022-08-17freopen: reset stream orientation (byte/wide) and encoding ruleRich Felker-0/+2
2022-08-02ldso: process RELR only for non-FDPIC archsRich Felker-1/+2
2022-08-02ldso: support DT_RELR relative relocation formatFangrui Song-4/+27
2022-08-02use syscall_arg_t and __scc macro for arguments to __alt_socketcallAlex Xu (Hello71)-3/+3
2022-08-01fix strings.h feature test macro usage due to missing features.hMichael Pratt-0/+1
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