musl
2021-02-15 Szabolcs Nagyaarch64/bits/hwcap.h: add HWCAP2_BTI from linux v5.8
2021-02-15 Szabolcs Nagysignal.h: add MTE specific SIGSEGV codes from linux...
2021-02-15 Szabolcs Nagysys/prctl.h: add MTE related constants from linux v5.10
2021-02-15 Szabolcs Nagyelf.h: add NT_ARM_TAGGED_ADDR_CTRL from linux v5.10
2021-02-15 Szabolcs Nagysys/mman.h: add MAP_HUGE_16KB from linux v5.10
2021-02-15 Szabolcs Nagysys/mount.h: add MS_NOSYMFOLLOW from linux v5.10
2021-02-15 Szabolcs Nagysys/membarrier.h: add new constants from linux v5.10
2021-02-15 Szabolcs Nagybits/syscall.h: add process_madvise from linux v5.10
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-13 Khem Rajriscv64: define ELF_NFPREG
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
2021-01-15 Rich Felkerrelease 1.2.2
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-12 Ariadne Conillsh: fix incorrect mcontext_t member naming
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-06 Drew DeVaultriscv64: fix inconsistent ucontext_t struct tag
2020-12-04 Rich Felkerfix failure to preserve r6 in s390x asm; per ABI it...
2020-12-04 Marius Hillenbrands390x: derive float_t from compiler or default to float
2020-11-30 Ariadne Conillimplement reallocarray
2020-11-30 Rich Felkerimplement realpath directly instead of using procfs...
2020-11-29 Dominic Chenfix mallocng regression in malloc_usable_size with...
2020-11-29 Issam E. Maghniconfigure: do not use obsolescent form of test -a|o
2020-11-29 Érico Rolimfix segfault in lutimes when tv argument is NULL
2020-11-29 Szabolcs Nagynetinet/in.h: add IP_RECVERR_4884 from linux v5.9
2020-11-29 Szabolcs Nagysys/fanotify.h: add new FAN_* macros from linux v5.9
2020-11-29 Szabolcs Nagybits/syscall.h: add __NR_close_range from linux v5.9
2020-11-29 William Woodruffadd missing personality values
2020-11-29 Jinliang Liarm fabs and sqrt: support single-precision-only fpu...
2020-11-29 Érico Rolimfix typo in INSTALL
2020-11-24 Rich Felkerwork around linux bug in readlink syscall with zero...
2020-11-22 Rich Felkerparse v3 or future-unknown zoneinfo file versions as v2+
2020-11-22 Rich Felkerexplicitly prefer 64-bit/v2 zoneinfo tables
2020-11-20 Rich Felkerfix regression in pthread_exit
2020-11-19 Rich Felkerrewrite wcsnrtombs to fix buffer overflow and other...
2020-11-19 Rich Felkerprotect destruction of process-shared mutexes against...
2020-11-19 Rich Felkerpthread_exit: don't __vm_wait under thread list lock
2020-11-11 Rich Felkerlift child restrictions after multi-threaded fork
2020-11-11 Rich Felkerconvert malloc use under libc-internal locks to use...
2020-11-11 Rich Felkergive libc access to its own malloc even if public mallo...
2020-11-11 Rich Felkerdrop use of getdelim/stdio in dynamic linker
2020-11-11 Rich Felkerdlerror: don't gratuitously hold freebuf_queue lock...
2020-11-11 Rich Felkerfix vector types in aarch64 register file structures
2020-10-30 Rich Felkerfix erroneous pthread_cond_wait mutex waiter count...
2020-10-30 Rich Felkerfix missing-wake regression in pthread_cond_wait
2020-10-29 James Y Knightadd support for SIGEV_THREAD_ID timers
2020-10-28 Rich Felkerfix sem_close unmapping of still-referenced semaphore
2020-10-27 Rich Felkerrefactor setxid return path to use __syscall_ret
2020-10-27 rcombsldso: notify the debugger when we're doing a dlopen
2020-10-27 Rich Felkerfix setgroups behavior in multithreaded process
2020-10-27 Rich Felkeravoid __synccall for setrlimit on kernels with prlimit...
2020-10-26 Rich Felkerfix reintroduction of errno clobbering by atfork handlers
2020-10-26 Rich Felkerfix pthread_cond_wait paired with with priority-inherit...
2020-10-24 Rich Felkerlift sigaction abort locking to fix posix_spawn child...
2020-10-18 Julien Ramseierupdate crypt_blowfish to support $2b$ prefix
2020-10-15 Rich Felkerremove unused weak definition of __tl_sync in membarrier.c
2020-10-15 Rich Felkermove aio implementation details to a proper internal...
2020-10-15 Rich Felkerremove long-unused struct __timer from pthread_impl.h
2020-10-15 Rich Felkerdrop use of pthread_once in timer_create
2020-10-15 Rich Felkerremove unused SIGTIMER handler in timer_create
2020-10-15 Rich Felkerremove incorrect fflush from assert failure handler
2020-10-15 Rich Felkerfix getgrouplist when nscd reports an empty list
2020-10-15 Rich Felkerfix posix_spawn interaction with fork and abort by...
2020-10-15 Rich Felkerfix unintended observability of SIGABRT disposition...
2020-10-15 Rich Felkerimplement _Fork and refactor fork using it
2020-10-15 Rich Felkerrename fork source file
2020-10-15 Rich Felkerldso: use pthread_t rather than kernel tid to track...
2020-10-15 Rich Felkerfix stale lock when allocation of ctor queue fails...
2020-10-15 Rich Felkerdrop use of pthread_once in mutexattr kernel support...
2020-10-15 Rich Felkerfix missing synchronization of fork with abort
2020-10-15 Rich Felkermove __abort_lock to its own file and drop pointless...
2020-09-28 Rich Felkerfix fork of processes with active async io contexts
2020-09-18 Rich Felkeravoid set*id/setrlimit misbehavior and hang in vforked...
2020-09-10 Rich Felkeruse new SYS_faccessat2 syscall to implement faccessat...
2020-09-09 Szabolcs Nagynetinet/if_ether.h: add ETH_P_MRP from linux v5.8
2020-09-09 Szabolcs Nagyelf.h: add .note.gnu.property related definitions
2020-09-09 Szabolcs Nagybits/syscall.h: add __NR_faccessat2 from linux v5.8
2020-09-09 Szabolcs Nagynetinet/tcp.h: update to linux v5.7
2020-09-09 Szabolcs Nagysys/mman.h: add MREMAP_DONTUNMAP from linux v5.7
2020-09-09 Szabolcs Nagysys/fanotify.h: update to linux v5.7
2020-09-09 Szabolcs Nagyaarch64: add new HWCAP2_ macros from linux v5.6
2020-09-09 Szabolcs Nagyaarch64: add HWCAP2_ macros from linux v5.3
2020-09-09 Szabolcs Nagysched.h: add CLONE_NEWTIME from linux v5.6
2020-09-09 Szabolcs Nagysys/random.h: add GRND_INSECURE from linux v5.6
2020-09-09 Szabolcs Nagysys/prctl.h: add PR_{SET,GET}_IO_FLUSHER from linux...
next