aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-13semaphores: fix missed wakes from ABA bug in waiter count logicRich Felker
2022-11-30ldso: fix invalid early references to extern-linkage libc.page_sizeRich Felker
2022-11-12pthread_atfork: fix return value on malloc failureAlexey Izbyshev
2022-11-10fix double-processing of DT_RELR relocations in ldso relocating itselfRich Felker
2022-11-07fix strverscmp comparison of digit sequence with non-digitsRich Felker
2022-11-05fix async thread cancellation stack alignmentRich Felker
2022-10-20fix return value of gethostby{name[2],addr} with no result but no errorRich Felker
2022-10-19clean up dns_parse_callbackRich Felker
2022-10-19dns response handling: don't treat too many addresses as an errorRich Felker
2022-10-19dns response handling: ignore presence of wrong-type RRsRich Felker
2022-10-19fix missing synchronization of pthread TSD keys with MT-forkRich Felker
2022-10-19fgets: avoid arithmetic overflow when n==INT_MIN is passedRich Felker
2022-10-19fix AS-safety of close when aio is in use and fd map is expandedRich Felker
2022-10-19fix use of uninitialized dummy_fut in aio_suspendAlexey Izbyshev
2022-10-19fix potential deadlock between multithreaded fork and aioRich Felker
2022-10-19fix potential unsynchronized access to killlock state at thread exitRich Felker
2022-10-19fix potential deadlock in dlerror buffer handling at thread exitRich Felker
2022-10-19configure: disable TBAA optimization because most compilers are buggyRich Felker
2022-10-19disable MADV_FREE usage in mallocngRich Felker
2022-10-19remove LFS64 programming interfaces (macro-only) from _GNU_SOURCERich Felker
2022-10-19remove LFS64 symbol aliases; replace with dynamic linker remappingRich Felker
2022-10-19dns query core: detect udp truncation at recv timeRich Felker
2022-10-19getaddrinfo dns lookup: use larger answer buffer to handle long CNAMEsRich Felker
2022-09-22arpa/nameser.h: update RR types listRich Felker
2022-09-22dns: implement tcp fallback in __res_msend query coreRich Felker
2022-09-22res_send: use a temp buffer if caller's buffer is under 512 bytesRich Felker
2022-09-21adapt res_msend DNS query core for working with multiple socketsRich Felker
2022-09-20getaddrinfo: add EAI_NODATA error code to distinguish NODATA vs NxDomainRich Felker
2022-09-19fix error cases in gethostbyaddr_rRich Felker
2022-09-19remove impossible error case from gethostbyname2_rRich Felker
2022-09-19fix return value of gethostnbyname[2]_r on result not foundRich Felker
2022-09-19dns: treat names rejected by res_mkquery as nonexistent rather than errorRich Felker
2022-09-19res_mkquery: error out on consecutive final dots in nameRich Felker
2022-09-19fix thread leak on timer_create(SIGEV_THREAD) failureAlexey Izbyshev
2022-09-19re-enable vdso clock_gettime on arm (32-bit) with workaroundRich Felker
2022-09-12process DT_RELR relocations in ldso-startup/static-pieRich Felker
2022-09-07fix fwprintf missing output to open_wmemstream FILEsRich Felker
2022-08-26dns: fail if ipv6 is disabled and resolv.conf has only v6 nameservesRich Felker
2022-08-26use kernel-provided AT_MINSIGSTKSZ for sysconf(_SC_[MIN]SIGSTKSZ)Rich Felker
2022-08-26add sysconf keys/values for signal stack sizeRich Felker
2022-08-24fix fallback when ipv6 is disabled but resolv.conf has v6 nameservesRich Felker
2022-08-24epoll_create: fail with EINVAL if size is non-positiveKristina Martsenko
2022-08-20use alt signal stack when present for implementation-internal signalsRich Felker
2022-08-17ldso: make exit condition clearer in fixup_rpathÉrico Nogueira
2022-08-17freopen: reset stream orientation (byte/wide) and encoding ruleRich Felker
2022-08-02ldso: process RELR only for non-FDPIC archsRich Felker
2022-08-02ldso: support DT_RELR relative relocation formatFangrui Song
2022-08-02use syscall_arg_t and __scc macro for arguments to __alt_socketcallAlex Xu (Hello71)
2022-08-01fix strings.h feature test macro usage due to missing features.hMichael Pratt
2022-08-01fix ESRCH error handling for clock_getcpuclockidEugene Yudin