fix potential deadlock in dlerror buffer handling at thread exit
[musl] / src /
2022-10-19 Rich Felkerfix potential deadlock in dlerror buffer handling at...
2022-10-19 Rich Felkerdisable MADV_FREE usage in mallocng
2022-10-19 Rich Felkerremove LFS64 symbol aliases; replace with dynamic linke...
2022-10-19 Rich Felkerdns query core: detect udp truncation at recv time
2022-10-19 Rich Felkergetaddrinfo dns lookup: use larger answer buffer to...
2022-09-22 Rich Felkerdns: implement tcp fallback in __res_msend query core
2022-09-22 Rich Felkerres_send: use a temp buffer if caller's buffer is under...
2022-09-21 Rich Felkeradapt res_msend DNS query core for working with multipl...
2022-09-20 Rich Felkergetaddrinfo: add EAI_NODATA error code to distinguish...
2022-09-19 Rich Felkerfix error cases in gethostbyaddr_r
2022-09-19 Rich Felkerremove impossible error case from gethostbyname2_r
2022-09-19 Rich Felkerfix return value of gethostnbyname[2]_r on result not...
2022-09-19 Rich Felkerdns: treat names rejected by res_mkquery as nonexistent...
2022-09-19 Rich Felkerres_mkquery: error out on consecutive final dots in...
2022-09-19 Alexey Izbyshevfix thread leak on timer_create(SIGEV_THREAD) failure
2022-09-19 Rich Felkerre-enable vdso clock_gettime on arm (32-bit) with worka...
2022-09-07 Rich Felkerfix fwprintf missing output to open_wmemstream FILEs
2022-08-26 Rich Felkerdns: fail if ipv6 is disabled and resolv.conf has only...
2022-08-26 Rich Felkeruse kernel-provided AT_MINSIGSTKSZ for sysconf(_SC_...
2022-08-26 Rich Felkeradd sysconf keys/values for signal stack size
2022-08-25 Rich Felkerfix fallback when ipv6 is disabled but resolv.conf...
2022-08-25 Kristina Martsenkoepoll_create: fail with EINVAL if size is non-positive
2022-08-20 Rich Felkeruse alt signal stack when present for implementation...
2022-08-17 Rich Felkerfreopen: reset stream orientation (byte/wide) and encod...
2022-08-02 Fangrui Songldso: support DT_RELR relative relocation format
2022-08-02 Alex Xu (Hello71)use syscall_arg_t and __scc macro for arguments to...
2022-08-01 Eugene Yudinfix ESRCH error handling for clock_getcpuclockid
2022-08-01 Szabolcs Nagyaarch64: add vfork
2022-08-01 Rich Felkerfix mishandling of errno in getaddrinfo AI_ADDRCONFIG...
2022-06-23 Rich Felkeravoid limited space of random temp file names if clock...
2022-06-03 Rich Felkerremove random filename obfuscation that leaks ASLR...
2022-06-03 Rich Felkerensure distinct query id for parallel A and AAAA querie...
2022-05-15 Rich Felkermntent: fix potential mishandling of extremely long...
2022-05-15 Alyssa Rossmntent: fix parsing lines with optional fields
2022-05-06 Rich Felkerfix constraint violation in qsort wrapper around qsort_r
2022-05-04 Rich Felkeruse __fstat instead of __fstatat with AT_EMPTY_PATH...
2022-05-04 Rich Felkerprovide an internal namespace-safe __fstat
2022-05-02 Rich Felkeronly use fstatat and others legacy stat syscalls if...
2022-05-02 Rich Felkerdrop direct use of stat syscalls in internal __map_file
2022-05-02 Rich Felkerprovide an internal namespace-safe __fstatat
2022-05-02 Rich Felkerdrop direct use of stat syscalls in fchmodat
2022-05-02 Rich Felkerdrop use of stat operation in temporary file name gener...
2022-05-02 Stefan O'Rearonly fallback to gettimeofday/settimeofday syscalls...
2022-05-02 Stefan O'Rearonly use getrlimit/setrlimit syscalls if they exist
2022-04-27 Stefan O'Reardon't remap internal-use syscall macros to nonexistent...
2022-04-20 Rich Felkeradd missing POSIX confstr keys for pthread CFLAGS/LDFLAGS
2022-04-10 Ondrej Jirmanfix incorrect parameter name in internal netlink.h...
2022-03-27 psykoseaccept null pointer as message argument to gettext...
2022-03-16 Isaiah Postonfix invalid free of duplocale object when malloc has...
2022-03-08 Alexey Kodanevnice: return EPERM instead of EACCES
2022-03-08 jvoisinprotect stack canary from leak via read-as-string by...
2022-03-08 Szabolcs Nagymath: avoid runtime conversions of floating-point constants
2022-02-21 Rich Felkerfix spurious failures by fgetws when buffer ends with...
2022-02-20 pelcoadd missing strerror text for key management
2022-02-09 Rich Felkerfix out-of-bound read processing time zone data with...
2022-01-18 Rich Felkerfix potentially wrong-sign zero in cproj functions...
2022-01-09 Rich Felkermake fseek detect and produce an error for invalid...
2021-12-28 Rich Felkerfix wcwidth of hangul combining (vowel/final) letters
2021-12-09 Rich Felkerfix mismatched signatures for strtod_l family
2021-11-29 Rich Felkerfix hwcap access in powerpc-sf setjmp/longjmp
2021-10-19 Rich Felkerfix struct layout mismatch in sound ioctl time32 fallba...
2021-09-24 Érico Nogueiraadd qsort_r and make qsort a wrapper around it
2021-09-23 Rich Felkeradd SPE FPU support to powerpc-sf
2021-09-12 Rich Felkerfix undefined behavior in getdelim via null pointer...
2021-08-06 Érico Nogueirafix error checking in pthread_getname_np
2021-07-30 Rich Felkerfix libc-internal signal blocking on mips archs
2021-07-06 Szabolcs Nagymath: fix fmaf not to depend on FE_TOWARDZERO
2021-06-23 Rich Felkerfix TZ parsing logic for identifying POSIX-form strings
2021-04-27 Michael Forneyremove return with expression in void function
2021-04-20 Érico Rolimadd pthread_getname_np function
2021-04-20 Rich Felkerfix popen not to leak pipes from one child to another
2021-04-20 Rich Felkerremove spurious lock in popen
2021-04-16 Joakim Sindholtnscd: fall back gracefully on kernels without AF_UNIX...
2021-04-16 Dominic Chenmallocng/aligned_alloc: check for malloc failure
2021-04-04 Rich Felkermake epoll_[p]wait a cancellation point
2021-03-26 Rich Felkerfix dl_iterate_phdr dlpi_tls_data reporting to match...
2021-03-15 Rich Felkerremove no-longer-needed special case handling in popen
2021-03-15 Rich Felkeruse internal malloc for posix_spawn file actions objects
2021-02-13 Rich Felkerfix error return value for cuserid
2021-02-13 Rich Felkerfix misuse of getpwuid_r in cuserid
2021-02-13 Rich Felkercuserid: don't return truncated results
2021-02-13 Sören Tempelcuserid: support invocation with a null pointer argument
2021-02-10 Szabolcs Nagymath: fix expm1f overflow threshold
2021-02-10 Szabolcs Nagymath: fix acoshf for negative inputs
2021-01-30 Érico Rolimfix possible fd leak via missing O_CLOEXEC in pthread_s...
2021-01-30 Rich Felkeroldmalloc: preserve errno across free
2021-01-30 Rich Felkerfix build regression in oldmalloc
2021-01-30 Rich Felkerpreserve errno across free
2021-01-30 Rich Felkerfix inconsistent signature of __libc_start_main
2021-01-30 Rich Felkerfail posix_spawn file_actions operations with negative fds
2020-12-15 Rich Felkerfix VIDIOC_DQEVENT (v4l2) ioctl fallback for pre-5...
2020-12-15 Arnd Bergmannfix v4l2 buffer ioctl fallbacks for pre-5.6 kernels
2020-12-09 Rich Felkeruse libc-internal malloc for newlocale/freelocale
2020-12-09 Rich Felkerdrop use of pthread_once in newlocale
2020-12-09 Rich Felkerlift locale lock out of internal __get_locale
2020-12-09 Rich Felkerfix misleading comment in strstr
2020-12-08 Rich Felkerdrop use of pthread_once for aio thread stack size...
2020-12-07 Rich Felkerfix omission of non-stub pthread_mutexattr_getprotocol
2020-12-04 Rich Felkerfix failure to preserve r6 in s390x asm; per ABI it...
2020-11-30 Ariadne Conillimplement reallocarray
next