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