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
2020-10-24
lift sigaction abort locking to fix posix_spawn child deadlock
Rich Felker
-13
/
+16
2020-10-18
update crypt_blowfish to support $2b$ prefix
Julien Ramseier
-15
/
+23
2020-10-14
remove unused weak definition of __tl_sync in membarrier.c
Rich Felker
-5
/
+0
2020-10-14
move aio implementation details to a proper internal header
Rich Felker
-4
/
+14
2020-10-14
remove long-unused struct __timer from pthread_impl.h
Rich Felker
-5
/
+0
2020-10-14
drop use of pthread_once in timer_create
Rich Felker
-10
/
+7
2020-10-14
remove unused SIGTIMER handler in timer_create
Rich Felker
-6
/
+1
2020-10-14
remove incorrect fflush from assert failure handler
Rich Felker
-1
/
+0
2020-10-14
fix getgrouplist when nscd reports an empty list
Rich Felker
-1
/
+2
2020-10-14
fix posix_spawn interaction with fork and abort by taking lock
Rich Felker
-3
/
+13
2020-10-14
fix unintended observability of SIGABRT disposition reset via sigaction
Rich Felker
-9
/
+8
2020-10-14
implement _Fork and refactor fork using it
Rich Felker
-9
/
+16
2020-10-14
rename fork source file
Rich Felker
-0
/
+0
2020-10-14
ldso: use pthread_t rather than kernel tid to track ctor visitor
Rich Felker
-3
/
+3
2020-10-14
fix stale lock when allocation of ctor queue fails during dlopen
Rich Felker
-1
/
+2
2020-10-14
drop use of pthread_once in mutexattr kernel support tests
Rich Felker
-21
/
+18
2020-10-14
fix missing synchronization of fork with abort
Rich Felker
-0
/
+3
2020-10-14
move __abort_lock to its own file and drop pointless weak_alias trick
Rich Felker
-8
/
+5
2020-09-28
fix fork of processes with active async io contexts
Rich Felker
-0
/
+19
2020-09-17
avoid set*id/setrlimit misbehavior and hang in vforked/cloned child
Rich Felker
-1
/
+2
2020-09-09
use new SYS_faccessat2 syscall to implement faccessat with flags
Rich Felker
-3
/
+8
2020-09-09
netinet/if_ether.h: add ETH_P_MRP from linux v5.8
Szabolcs Nagy
-0
/
+1
2020-09-09
elf.h: add .note.gnu.property related definitions
Szabolcs Nagy
-0
/
+2
2020-09-09
bits/syscall.h: add __NR_faccessat2 from linux v5.8
Szabolcs Nagy
-0
/
+16
2020-09-09
netinet/tcp.h: update to linux v5.7
Szabolcs Nagy
-0
/
+3
2020-09-09
sys/mman.h: add MREMAP_DONTUNMAP from linux v5.7
Szabolcs Nagy
-0
/
+1
2020-09-09
sys/fanotify.h: update to linux v5.7
Szabolcs Nagy
-1
/
+3
2020-09-09
aarch64: add new HWCAP2_ macros from linux v5.6
Szabolcs Nagy
-0
/
+8
2020-09-09
aarch64: add HWCAP2_ macros from linux v5.3
Szabolcs Nagy
-0
/
+2
2020-09-09
sched.h: add CLONE_NEWTIME from linux v5.6
Szabolcs Nagy
-0
/
+1
2020-09-09
sys/random.h: add GRND_INSECURE from linux v5.6
Szabolcs Nagy
-0
/
+1
2020-09-09
sys/prctl.h: add PR_{SET,GET}_IO_FLUSHER from linux v5.6
Szabolcs Nagy
-0
/
+3
2020-09-09
netinet/udp.h: add TCP_ENCAP_ESPINTCP from linux v5.6
Szabolcs Nagy
-0
/
+1
2020-09-09
netinet/tcp.h: update for linux v5.6
Szabolcs Nagy
-2
/
+4
2020-09-09
netinet/in.h: add IPPROTO_ macros from linux v5.6
Szabolcs Nagy
-1
/
+3
2020-09-09
add pidfd_getfd and openat2 syscall numbers from linux v5.6
Szabolcs Nagy
-0
/
+34
2020-09-09
netinet/tcp.h: update tcp_info for linux v5.5
Szabolcs Nagy
-1
/
+8
2020-09-03
use generic bits/fcntl.h for x86_64 and riscv64
Rich Felker
-78
/
+0
2020-09-03
make generic bits/fcntl.h shareable with 64-bit archs
Rich Felker
-0
/
+6
2020-09-03
fix missing O_LARGEFILE values on x86_64, x32, and mips64
Rich Felker
-3
/
+3
2020-09-03
fix missing newline in herror output
Rich Felker
-1
/
+1
2020-08-30
fix i386 __set_thread_area fallback
Rich Felker
-0
/
+1
2020-08-30
restore h_errno ABI compatibility with ancient binaries
Rich Felker
-0
/
+4
2020-08-30
clean up overinclusion in files using TIOCGWINSZ
Rich Felker
-3
/
+0
2020-08-30
fix regression with applications that expect struct winsize in ioctl.h
Rich Felker
-7
/
+5
2020-08-27
configure: enable warnings by default
Rich Felker
-2
/
+2
2020-08-27
configure: use additive warnings instead of subtracting from -Wall
Rich Felker
-9
/
+15
2020-08-27
configure: add further -Werror=... options to detected CFLAGS
Rich Felker
-0
/
+4
2020-08-27
remove redundant pthread struct members repeated for layout purposes
Rich Felker
-18
/
+19
2020-08-27
deduplicate __pthread_self thread pointer adjustment out of each arch
Rich Felker
-65
/
+65
[next]