oweals/musl.git
2019-04-10 Rich Felkerrelease 1.1.22 v1.1.22
2019-04-09 Rich Felkerin membarrier fallback, allow for possibility that...
2019-04-06 Ilya Matveychikovfix the use of syscall result in dl_mmap
2019-04-05 Bobby Binghamfix signature of function accepted by makecontext
2019-04-03 Dan Gohmanfix unintended global symbols in atanl.c
2019-04-02 Frediano Zigliouse __strchrnul instead of strchr and strlen in execvpe
2019-04-02 Raydelete a redundant if in dynamic linker ctor execution...
2019-04-01 Rich Felkerfix harmless-by-chance typo in priority inheritance...
2019-04-01 Rich Felkerimplement priority inheritance mutexes
2019-03-29 Rich Felkerclean up access to mutex type in pthread_mutex_trylock
2019-03-22 Drew DeVaultsupport archs with no renameat syscall, only renameat2
2019-03-22 Drew DeVaultsupport archs with no mlock syscall, only mlock2
2019-03-21 Rich Felkerfix data race choosing next key slot in pthread_key_create
2019-03-15 Rich Felkerfix crash/out-of-bound read in sscanf
2019-03-14 Rich Felkerfix namespace violation in dependencies of mtx_lock
2019-03-13 Szabolcs Nagyaarch64: add HWCAP_ definitions from linux v5.0
2019-03-13 Szabolcs Nagysys/prctl.h: add PR_PAC_RESET_KEYS from linux v5.0
2019-03-13 Szabolcs Nagyelf.h: add NT_ definitions from linux v5.0
2019-03-13 Szabolcs Nagyelf.h: update with C-SKY definitions
2019-03-13 Szabolcs Nagyaarch64, or1k: add kexec_file_load syscall number from...
2019-03-13 Szabolcs Nagynetinet/tcp.h: add TCP_NLA_SRTT from linux v5.0
2019-03-13 Szabolcs Nagynetinet/udp.h: add UDP_GRO from linux v5.0
2019-03-13 Szabolcs Nagypowerpc: add PTRACE_SYSEMU from linux v4.20
2019-03-13 Szabolcs Nagyaarch64: add HWCAP_SSBS from linux v4.20
2019-03-13 Szabolcs Nagybits/ioctl.h: add TIOC{G,S}ISO7816 from linux v4.20
2019-03-13 Szabolcs Nagysys/prctl.h: add PR_SPEC_INDIRECT_BRANCH from linux...
2019-03-13 Szabolcs Nagynetinet/in.h add IPV6_MULTICAST_ALL from linux v4.20
2019-03-13 Szabolcs Nagyadd PACKET_IGNORE_OUTGOING sockopt from linux v4.20
2019-03-13 Szabolcs Nagysys/mman.h: add new hugetlb mmap flags from linux v4.19
2019-03-13 Szabolcs Nagyarm: add io_pgetevents syscall number from v4.19
2019-03-13 Szabolcs Nagyaarch64, or1k: define rseq syscall number following...
2019-03-13 Szabolcs Nagyelf.h: add new mips core dump note values from linux...
2019-03-13 Szabolcs Nagynetinet/udp.h: add UDP_ENCAP_RXRPC from linux v4.19
2019-03-13 Szabolcs Nagynetinet/tcp.h: add tcp_info fields from linux v4.19
2019-03-13 Szabolcs Nagysys/inotify.h: add IN_MASK_CREATE from linux v4.19
2019-03-13 Szabolcs Nagysys/socket.h: add SO_TXTIME from linux v4.19
2019-03-13 Ryan Fairfaxhandle labels with 8-bit byte values in dn_skipname
2019-03-13 Jonathan Neuschäferfix POSIX_FADV_DONTNEED/_NOREUSE on s390x
2019-03-13 Rich Felkerexpose TSVTX unconditionally in tar.h
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 v1.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
next