musl
2019-03-12 A. Wilcoxsetvbuf: return failure if mode is invalid
2019-03-12 Rich Felkermake FILE a complete type for pre-C11 standard profiles
2019-03-10 Rich Felkerfix invalid-/double-/use-after-free in new dlopen ctor...
2019-03-05 Rich Felkerdon't reject unknown/future flags in sigaltstack, allow...
2019-03-03 Rich Felkeravoid malloc of ctor queue for programs with no externa...
2019-03-03 Rich Felkeravoid malloc of deps arrays for ldso and vdso
2019-03-03 Rich Felkeravoid malloc of deps array for programs with no externa...
2019-03-03 Rich Felkerfix malloc misuse for startup ctor queue, breakage...
2019-03-03 Rich Felkersynchronize shared library dtor exec against concurrent...
2019-03-03 Rich Felkeroverhaul shared library ctor execution for dependency...
2019-03-02 Rich Felkerrecord preloaded libraries as direct pseudo-dependencie...
2019-03-02 Rich Felkerfix unsafety of new ldso dep tracking in presence of...
2019-02-27 Rich Felkerfix and overhaul dlsym depedency order, always record...
2019-02-27 Rich Felkerfix crash/misbehavior from oob read in new dynamic...
2019-02-25 Rich Felkerfix crash in new dynamic tls installation when last...
2019-02-22 Rich Felkeradd membarrier syscall wrapper, refactor dynamic tls...
2019-02-22 Rich Felkermake thread list lock a recursive lock
2019-02-22 Rich Felkerfix loop logic cruft in dynamic tls installation
2019-02-20 Rich Felkerfix spurious undefined behavior in getaddrinfo
2019-02-20 Rich Felkerfix invalid free of partial addrinfo list with multiple...
2019-02-19 Rich Felkerinstall dynamic tls synchronously at dlopen, streamline...
2019-02-18 Rich Felkerfix data race between new pthread_key_delete and dtor...
2019-02-16 Rich Felkerintroduce namespace-safe rwlock aliases; use in pthread...
2019-02-16 Rich Felkerrewrite pthread_key_delete to use global thread list
2019-02-16 Rich Felkerrewrite __synccall in terms of global thread list
2019-02-16 Rich Felkertrack all live threads in an AS-safe, fully-consistent...
2019-02-16 Rich Felkeralways block signals for starting new threads, refactor...
2019-02-15 Rich Felkerfor SIGEV_THREAD timer threads, replace signal handler...
2019-02-15 Rich Felkerdefer free of thread-local dlerror buffers from inconsi...
2019-02-13 Rich Felkerfix behavior of gets when input line contains a null...
2019-02-13 Rich Felkerredesign robust mutex states to eliminate data races...
2019-02-07 Rich Felkerfail fdopendir for O_PATH file descriptors
2019-02-07 Bobby Binghamupdate line discipline constants
2019-02-07 Bobby Binghammove arch-invariant definitions out of bits/ioctl.h
2019-02-07 A. Wilcoxlocale: ensure dcngettext() preserves errno
2019-01-21 Rich Felkerrelease 1.1.21
2019-01-21 Rich Felkerfix call to __pthread_tsd_run_dtors with too many arguments
2019-01-19 Rich Felkerconfigure: accept ppc[64] as alias for powerpc[64]...
2019-01-17 Rich Felkerfix unintended linking dependency of pthread_key_create...
2018-12-28 Rich Felkerhalt getspnam[_r] search on error accessing TCB shadow
2018-12-28 Rich Felkerdon't set errno or return an error when getspnam[_r...
2018-12-20 Rich Felkermake sem_wait and sem_timedwait interruptible by signals
2018-12-19 Rich Felkerdon't fail pthread_sigmask/sigprocmask on invalid how...
2018-12-18 Rich Felkeradd __timedwait backend workaround for old kernels...
2018-12-11 Rich Felkeron failed aio submission, set aiocb error and return...
2018-12-11 Rich Felkerdon't create aio queue/map structures for invalid file...
2018-12-11 Rich Felkermove aio queue allocation from io thread to submitting...
2018-12-10 Rich Felkerfix and future-proof against stack overflow in aio...
2018-12-10 Rich Felkeradd namespace-safe version of getauxval for internal use
2018-12-10 Szabolcs Nagyadd NT_VMCOREDD to elf.h from linux v4.18
2018-12-10 Szabolcs Nagyadd AT_MINSIGSTKSZ to elf.h from linux v4.18
2018-12-10 Szabolcs Nagyadd io_pgetevents and rseq syscall numbers from linux...
2018-12-10 Szabolcs Nagyadd TRAP_UNK si_code to signal.h from linux v4.18
2018-12-10 Szabolcs Nagyadd SIGSYS support to sys/signalfd.h from linux v4.18
2018-12-10 Szabolcs Nagyadd AF_XDP to sys/socket.h from linux v4.18
2018-12-10 Szabolcs Nagyupdate netinet/udp.h for linux v4.18
2018-12-10 Szabolcs Nagyupdate netinet/tcp.h for linux v4.18
2018-12-10 Rich Felkerfix wordexp not to read past end of string ending with...
2018-12-02 Quentin Rameaufix memccpy to not access buffer past given size
2018-11-19 Rich Felkerfix regression in access to optopt object
2018-11-08 Rich Felkeroptimize two-way strstr and memmem bad character shift
2018-11-03 Rich Felkerfix regression in setlocale for LC_ALL with per-categor...
2018-11-02 Rich Felkerfix failure to flush stderr when fflush(0) is called
2018-11-02 Rich Felkerfix deadlock and buffered data loss race in fclose
2018-11-02 Alexander Monakov__libc_start_main: slightly simplify stage2 pointer...
2018-11-02 Rich Felkerremove commented-out debug printf from strstr
2018-11-02 Rich Felkerfix spuriously slow check in twoway strstr/memmem cores
2018-10-23 Rich Felkerdon't omit setting errno in internal __map_file function
2018-10-22 Rich Felkermake the default locale (& a variant) failure-free...
2018-10-22 Rich Felkersimplify newlocale and allow failure for explicit local...
2018-10-21 Rich Felkerremove volatile qualification from category pointers...
2018-10-21 Rich Felkeradapt setlocale to support possibility of failure
2018-10-18 Rich Felkeradjust types in FILE struct to make line buffering...
2018-10-18 Rich Felkeroptimize internal putc_unlocked macro used in putc
2018-10-18 Rich Felkerfix wrong result for putc variants due to operator...
2018-10-18 Rich Felkerfurther optimize getc/putc when locking is needed
2018-10-18 Rich Felkeruse prototype for function pointer in static link libc...
2018-10-18 Rich Felkerfix error in constraints for static link libc init...
2018-10-18 Rich Felkerfix build regression due to missing file for putc changes
2018-10-18 Rich Felkerbypass indirection through pointer objects to access...
2018-10-18 Rich Felkeroptimize hot paths of putc with manual shrink-wrapping
2018-10-18 Rich Felkeroptimize hot paths of getc with manual shrink-wrapping
2018-10-18 Rich Felkerdocument and make explicit desired noinline property...
2018-10-18 Rich Felkerimpose barrier between thread pointer setup and use...
2018-10-16 Rich Felkermake thread-pointer-loading asm non-volatile
2018-10-16 Rich Felkerremove ancient clang workaround from powerpc pthread_ar...
2018-10-16 Rich Felkerrestore attribute((const)) to pthread_self and errno...
2018-10-16 Rich Felkeradd new stage 2b to dynamic linker bootstrap for thread...
2018-10-16 Rich Felkermove stdio locking MAYBE_WAITERS definition to stdio_impl.h
2018-10-15 Rich Felkerfix misleading placement of statement on same line...
2018-10-15 Szabolcs Nagyx86_64: add single instruction fma
2018-10-15 Szabolcs Nagyarm: add single instruction fma
2018-10-15 Szabolcs Nagypowerpc: add single instruction fabs, fabsf, fma, fmaf...
2018-10-15 Szabolcs Nagys390x: add single instruction fma and fmaf
2018-10-13 Rich Felkerallow escaped path-separator slashes in glob
2018-10-13 Rich Felkerrewrite core of the glob implementation for correctness...
2018-10-12 Rich Felkerfix dlsym of thread-local symbols on archs with DTP_OFF...
2018-10-12 Rich Felkercombine arch ABI's DTP_OFFSET into DTV pointers
2018-10-11 Rich Felkerfix redundant computations of strlen in glob append...
2018-10-11 Rich Felkerfix invalid substitute of [1] for flexible array member...
next