summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-12-29dns: Prefer monotonic clock for DNS lookup timeoutsawilfox/monotonic-dnsA. Wilcox1-1/+2
2022-10-20fix return value of gethostby{name[2],addr} with no result but no errorRich Felker2-2/+2
2022-10-19clean up dns_parse_callbackRich Felker1-13/+13
2022-10-19dns response handling: don't treat too many addresses as an errorRich Felker1-1/+1
2022-10-19dns response handling: ignore presence of wrong-type RRsRich Felker1-2/+8
2022-10-19fix missing synchronization of pthread TSD keys with MT-forkRich Felker3-0/+12
2022-10-19fgets: avoid arithmetic overflow when n==INT_MIN is passedRich Felker1-2/+3
2022-10-19fix AS-safety of close when aio is in use and fd map is expandedRich Felker1-0/+6
2022-10-19fix use of uninitialized dummy_fut in aio_suspendAlexey Izbyshev1-1/+1
2022-10-19fix potential deadlock between multithreaded fork and aioRich Felker3-4/+21
2022-10-19fix potential unsynchronized access to killlock state at thread exitRich Felker1-6/+10
2022-10-19fix potential deadlock in dlerror buffer handling at thread exitRich Felker3-19/+18
2022-10-19configure: disable TBAA optimization because most compilers are buggyRich Felker1-0/+8
2022-10-19disable MADV_FREE usage in mallocngRich Felker2-1/+3
2022-10-19remove LFS64 programming interfaces (macro-only) from _GNU_SOURCERich Felker16-16/+16
2022-10-19remove LFS64 symbol aliases; replace with dynamic linker remappingRich Felker57-135/+38
2022-10-19dns query core: detect udp truncation at recv timeRich Felker1-4/+13
2022-10-19getaddrinfo dns lookup: use larger answer buffer to handle long CNAMEsRich Felker1-3/+5
2022-09-22arpa/nameser.h: update RR types listRich Felker1-0/+71
2022-09-22dns: implement tcp fallback in __res_msend query coreRich Felker1-2/+117
2022-09-22res_send: use a temp buffer if caller's buffer is under 512 bytesRich Felker1-1/+9
2022-09-21adapt res_msend DNS query core for working with multiple socketsRich Felker1-6/+11
2022-09-20getaddrinfo: add EAI_NODATA error code to distinguish NODATA vs NxDomainRich Felker6-6/+13
2022-09-19fix error cases in gethostbyaddr_rRich Felker1-2/+3
2022-09-19remove impossible error case from gethostbyname2_rRich Felker1-1/+0
2022-09-19fix return value of gethostnbyname[2]_r on result not foundRich Felker1-1/+1
2022-09-19dns: treat names rejected by res_mkquery as nonexistent rather than errorRich Felker1-1/+1
2022-09-19res_mkquery: error out on consecutive final dots in nameRich Felker1-0/+1
2022-09-19fix thread leak on timer_create(SIGEV_THREAD) failureAlexey Izbyshev1-1/+5
2022-09-19re-enable vdso clock_gettime on arm (32-bit) with workaroundRich Felker2-0/+10
2022-09-12process DT_RELR relocations in ldso-startup/static-pieRich Felker1-0/+15
2022-09-07fix fwprintf missing output to open_wmemstream FILEsRich Felker1-1/+5
2022-08-26dns: fail if ipv6 is disabled and resolv.conf has only v6 nameservesRich Felker1-0/+5
2022-08-26use kernel-provided AT_MINSIGSTKSZ for sysconf(_SC_[MIN]SIGSTKSZ)Rich Felker1-2/+12
2022-08-26add sysconf keys/values for signal stack sizeRich Felker2-0/+5
2022-08-24fix fallback when ipv6 is disabled but resolv.conf has v6 nameservesRich Felker1-1/+2
2022-08-24epoll_create: fail with EINVAL if size is non-positiveKristina Martsenko1-0/+1
2022-08-20use alt signal stack when present for implementation-internal signalsRich Felker3-3/+3
2022-08-17ldso: make exit condition clearer in fixup_rpathÉrico Nogueira1-1/+1
2022-08-17freopen: reset stream orientation (byte/wide) and encoding ruleRich Felker1-0/+2
2022-08-02ldso: process RELR only for non-FDPIC archsRich Felker1-1/+2
2022-08-02ldso: support DT_RELR relative relocation formatFangrui Song3-4/+27
2022-08-02use syscall_arg_t and __scc macro for arguments to __alt_socketcallAlex Xu (Hello71)1-3/+3
2022-08-01fix strings.h feature test macro usage due to missing features.hMichael Pratt1-0/+1
2022-08-01fix ESRCH error handling for clock_getcpuclockidEugene Yudin1-0/+1
2022-08-01aarch64: add vforkSzabolcs Nagy1-0/+9
2022-08-01fix mishandling of errno in getaddrinfo AI_ADDRCONFIG logicRich Felker1-0/+2
2022-07-19early stage ldso: remove symbolic references via error handling functionRich Felker1-2/+11
2022-07-02in early stage ldso before __dls2b, call mprotect with __syscallAlex Xu (Hello71)1-6/+8
2022-06-23avoid limited space of random temp file names if clock resolution is lowRich Felker1-1/+1