index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2019-03-21
fix data race choosing next key slot in pthread_key_create
Rich Felker
-1
/
+1
2019-03-14
fix crash/out-of-bound read in sscanf
Rich Felker
-2
/
+3
2019-03-13
fix namespace violation in dependencies of mtx_lock
Rich Felker
-1
/
+1
2019-03-13
aarch64: add HWCAP_ definitions from linux v5.0
Szabolcs Nagy
-0
/
+3
2019-03-13
sys/prctl.h: add PR_PAC_RESET_KEYS from linux v5.0
Szabolcs Nagy
-0
/
+7
2019-03-13
elf.h: add NT_ definitions from linux v5.0
Szabolcs Nagy
-0
/
+2
2019-03-13
elf.h: update with C-SKY definitions
Szabolcs Nagy
-1
/
+57
2019-03-13
aarch64, or1k: add kexec_file_load syscall number from linux v5.0
Szabolcs Nagy
-0
/
+2
2019-03-13
netinet/tcp.h: add TCP_NLA_SRTT from linux v5.0
Szabolcs Nagy
-0
/
+1
2019-03-13
netinet/udp.h: add UDP_GRO from linux v5.0
Szabolcs Nagy
-0
/
+1
2019-03-13
powerpc: add PTRACE_SYSEMU from linux v4.20
Szabolcs Nagy
-0
/
+4
2019-03-13
aarch64: add HWCAP_SSBS from linux v4.20
Szabolcs Nagy
-0
/
+1
2019-03-13
bits/ioctl.h: add TIOC{G,S}ISO7816 from linux v4.20
Szabolcs Nagy
-0
/
+2
2019-03-13
sys/prctl.h: add PR_SPEC_INDIRECT_BRANCH from linux v4.20
Szabolcs Nagy
-0
/
+1
2019-03-13
netinet/in.h add IPV6_MULTICAST_ALL from linux v4.20
Szabolcs Nagy
-0
/
+1
2019-03-13
add PACKET_IGNORE_OUTGOING sockopt from linux v4.20
Szabolcs Nagy
-0
/
+1
2019-03-13
sys/mman.h: add new hugetlb mmap flags from linux v4.19
Szabolcs Nagy
-0
/
+4
2019-03-13
arm: add io_pgetevents syscall number from v4.19
Szabolcs Nagy
-0
/
+1
2019-03-13
aarch64, or1k: define rseq syscall number following linux v4.19
Szabolcs Nagy
-0
/
+2
2019-03-13
elf.h: add new mips core dump note values from linux v4.19
Szabolcs Nagy
-0
/
+2
2019-03-13
netinet/udp.h: add UDP_ENCAP_RXRPC from linux v4.19
Szabolcs Nagy
-0
/
+1
2019-03-13
netinet/tcp.h: add tcp_info fields from linux v4.19
Szabolcs Nagy
-0
/
+8
2019-03-13
sys/inotify.h: add IN_MASK_CREATE from linux v4.19
Szabolcs Nagy
-0
/
+1
2019-03-13
sys/socket.h: add SO_TXTIME from linux v4.19
Szabolcs Nagy
-0
/
+2
2019-03-13
handle labels with 8-bit byte values in dn_skipname
Ryan Fairfax
-2
/
+5
2019-03-13
fix POSIX_FADV_DONTNEED/_NOREUSE on s390x
Jonathan Neuschäfer
-0
/
+5
2019-03-13
expose TSVTX unconditionally in tar.h
Rich Felker
-4
/
+0
2019-03-12
setvbuf: return failure if mode is invalid
A. Wilcox
-1
/
+3
2019-03-12
make FILE a complete type for pre-C11 standard profiles
Rich Felker
-0
/
+20
2019-03-10
fix invalid-/double-/use-after-free in new dlopen ctor execution
Rich Felker
-1
/
+2
2019-03-05
don't reject unknown/future flags in sigaltstack, allow SS_AUTODISARM
Rich Felker
-1
/
+1
2019-03-03
avoid malloc of ctor queue for programs with no external deps
Rich Felker
-2
/
+9
2019-03-03
avoid malloc of deps arrays for ldso and vdso
Rich Felker
-0
/
+3
2019-03-03
avoid malloc of deps array for programs with no external deps
Rich Felker
-3
/
+10
2019-03-03
fix malloc misuse for startup ctor queue, breakage on fdpic archs
Rich Felker
-5
/
+9
2019-03-03
synchronize shared library dtor exec against concurrent loads/ctors
Rich Felker
-1
/
+17
2019-03-03
overhaul shared library ctor execution for dependency order, concurrency
Rich Felker
-17
/
+101
2019-03-02
record preloaded libraries as direct pseudo-dependencies of main app
Rich Felker
-4
/
+11
2019-03-02
fix unsafety of new ldso dep tracking in presence of malloc replacement
Rich Felker
-1
/
+13
2019-02-27
fix and overhaul dlsym depedency order, always record direct deps
Rich Felker
-34
/
+79
2019-02-27
fix crash/misbehavior from oob read in new dynamic tls installation
Rich Felker
-1
/
+1
2019-02-25
fix crash in new dynamic tls installation when last dep lacks tls
Rich Felker
-1
/
+4
2019-02-22
add membarrier syscall wrapper, refactor dynamic tls install to use it
Rich Felker
-35
/
+111
2019-02-22
make thread list lock a recursive lock
Rich Felker
-11
/
+21
2019-02-22
fix loop logic cruft in dynamic tls installation
Rich Felker
-1
/
+1
2019-02-20
fix spurious undefined behavior in getaddrinfo
Rich Felker
-3
/
+2
2019-02-20
fix invalid free of partial addrinfo list with multiple services
Rich Felker
-1
/
+1
2019-02-18
install dynamic tls synchronously at dlopen, streamline access
Rich Felker
-160
/
+86
2019-02-17
fix data race between new pthread_key_delete and dtor execution
Rich Felker
-2
/
+4
2019-02-16
introduce namespace-safe rwlock aliases; use in pthread_key_create
Rich Felker
-20
/
+41
[next]