about summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* disable MADV_FREE usage in mallocngRich Felker2022-10-192-1/+3
* remove LFS64 symbol aliases; replace with dynamic linker remappingRich Felker2022-10-1950-121/+0
* 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
* 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-205-6/+12
* 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-191-0/+3
* 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-261-0/+3
* 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
* freopen: reset stream orientation (byte/wide) and encoding ruleRich Felker2022-08-171-0/+2
* ldso: support DT_RELR relative relocation formatFangrui Song2022-08-021-1/+1
* use syscall_arg_t and __scc macro for arguments to __alt_socketcallAlex Xu (Hello71)2022-08-021-3/+3
* fix ESRCH error handling for clock_getcpuclockidEugene Yudin2022-08-011-0/+1
* aarch64: add vforkSzabolcs Nagy2022-08-011-0/+9
* fix mishandling of errno in getaddrinfo AI_ADDRCONFIG logicRich Felker2022-08-011-0/+2
* avoid limited space of random temp file names if clock resolution is lowRich Felker2022-06-231-1/+1
* remove random filename obfuscation that leaks ASLR informationRich Felker2022-06-031-1/+2
* ensure distinct query id for parallel A and AAAA queries in resolverRich Felker2022-06-031-0/+3
* mntent: fix potential mishandling of extremely long linesRich Felker2022-05-151-0/+2
* mntent: fix parsing lines with optional fieldsAlyssa Ross2022-05-151-3/+7
* fix constraint violation in qsort wrapper around qsort_rRich Felker2022-05-061-1/+1
* use __fstat instead of __fstatat with AT_EMPTY_PATH in __map_fileRich Felker2022-05-041-2/+1
* provide an internal namespace-safe __fstatRich Felker2022-05-042-2/+5
* only use fstatat and others legacy stat syscalls if they existRich Felker2022-05-011-1/+9