summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorLines
2023-02-12fix return value of wcs{,n}cmp for extreme wchar_t valuesGabriel Ravier-2/+2
2023-02-12math: fix undefined shift in logfSzabolcs Nagy-1/+1
2023-02-12inet_pton: fix uninitialized memory use for IPv4-mapped IPv6 addressesAlexey Izbyshev-0/+1
2023-02-12hsearch: fix null pointer arithmetic UBSzabolcs Nagy-2/+2
2023-02-12increase sendmsg internal buffer to support SCM_MAX_FDColin Cross-2/+5
2023-02-12mq_notify: block all (application) signals in the worker threadRich Felker-0/+5
2023-02-12mq_notify: join worker thread before returning in error pathRich Felker-2/+5
2023-02-12mq_notify: rework to fix use-after-close/double-close bugsRich Felker-8/+15
2023-02-11mq_notify: use semaphore instead of barrier to sync args consumptionRich Felker-5/+9
2023-02-11fix pthread_detach inadvertently acting as cancellation point in race caseRich Felker-2/+6
2023-02-11powerpc-sf longjmp clobbering of val argumentRich Felker-4/+4
2023-02-09riscv64: add vforkPedro Falcato-0/+12
2023-02-09fix wrong sigaction syscall ABI on mips*, or1k, microblaze, riscv64Rich Felker-38/+9
2023-01-18fix debugger tracking of shared libraries on mips with PIE main programRich Felker-0/+4
2022-12-17use libc-internal malloc for pthread_atforkRich Felker-0/+5
2022-12-14prevent invalid reads of nl_arg in printf_coreMarkus Wichmann-6/+8
2022-12-13semaphores: fix missed wakes from ABA bug in waiter count logicRich Felker-12/+19
2022-11-12pthread_atfork: fix return value on malloc failureAlexey Izbyshev-1/+2
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