summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-11-07fix strverscmp comparison of digit sequence with non-digitsRich Felker-3/+3
2022-11-05fix async thread cancellation stack alignmentRich Felker-1/+6
2022-10-20fix return value of gethostby{name[2],addr} with no result but no errorRich Felker-2/+2
2022-10-19clean up dns_parse_callbackRich Felker-13/+13
2022-10-19dns response handling: don't treat too many addresses as an errorRich Felker-1/+1
2022-10-19dns response handling: ignore presence of wrong-type RRsRich Felker-2/+8
2022-10-19fix missing synchronization of pthread TSD keys with MT-forkRich Felker-0/+12
2022-10-19fgets: avoid arithmetic overflow when n==INT_MIN is passedRich Felker-2/+3
2022-10-19fix AS-safety of close when aio is in use and fd map is expandedRich Felker-0/+6
2022-10-19fix use of uninitialized dummy_fut in aio_suspendAlexey Izbyshev-1/+1
2022-10-19fix potential deadlock between multithreaded fork and aioRich Felker-4/+21
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-19disable MADV_FREE usage in mallocngRich Felker-1/+3
2022-10-19remove LFS64 symbol aliases; replace with dynamic linker remappingRich Felker-121/+0
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-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/+12
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/+3
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/+3
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-17freopen: reset stream orientation (byte/wide) and encoding ruleRich Felker-0/+2
2022-08-02ldso: support DT_RELR relative relocation formatFangrui Song-1/+1
2022-08-02use syscall_arg_t and __scc macro for arguments to __alt_socketcallAlex Xu (Hello71)-3/+3
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-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