index
:
musl
awilfox/monotonic-dns
lookup-serv
master
posix-compliance
ustat
The musl libc tree (WIP / dev branches)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-10
use inline syscalls for powerpc (32-bit)
Rich Felker
1
-2
/
+84
2019-04-10
remove cruft for supposedly-buggy clang from or1k & microblaze syscall_arch
Rich Felker
2
-18
/
+0
2019-04-10
overhaul i386 syscall mechanism not to depend on external asm source
Rich Felker
9
-80
/
+51
2019-04-09
release 1.1.22
v1.1.22
Rich Felker
2
-1
/
+42
2019-04-09
in membarrier fallback, allow for possibility that sigaction fails
Rich Felker
1
-8
/
+9
2019-04-06
fix the use of syscall result in dl_mmap
Ilya Matveychikov
1
-1
/
+1
2019-04-05
fix signature of function accepted by makecontext
Bobby Bingham
1
-1
/
+1
2019-04-03
fix unintended global symbols in atanl.c
Dan Gohman
1
-3
/
+3
2019-04-02
use __strchrnul instead of strchr and strlen in execvpe
Frediano Ziglio
1
-2
/
+1
2019-04-02
delete a redundant if in dynamic linker ctor execution loop
Ray
1
-1
/
+0
2019-04-01
fix harmless-by-chance typo in priority inheritance mutex code
Rich Felker
1
-1
/
+1
2019-03-31
implement priority inheritance mutexes
Rich Felker
4
-8
/
+93
2019-03-29
clean up access to mutex type in pthread_mutex_trylock
Rich Felker
1
-2
/
+2
2019-03-21
support archs with no renameat syscall, only renameat2
Drew DeVault
2
-2
/
+8
2019-03-21
support archs with no mlock syscall, only mlock2
Drew DeVault
1
-0
/
+4
2019-03-21
fix data race choosing next key slot in pthread_key_create
Rich Felker
1
-1
/
+1
2019-03-14
fix crash/out-of-bound read in sscanf
Rich Felker
2
-2
/
+3
2019-03-13
fix namespace violation in dependencies of mtx_lock
Rich Felker
1
-1
/
+1
2019-03-13
aarch64: add HWCAP_ definitions from linux v5.0
Szabolcs Nagy
1
-0
/
+3
2019-03-13
sys/prctl.h: add PR_PAC_RESET_KEYS from linux v5.0
Szabolcs Nagy
1
-0
/
+7
2019-03-13
elf.h: add NT_ definitions from linux v5.0
Szabolcs Nagy
1
-0
/
+2
2019-03-13
elf.h: update with C-SKY definitions
Szabolcs Nagy
1
-1
/
+57
2019-03-13
aarch64, or1k: add kexec_file_load syscall number from linux v5.0
Szabolcs Nagy
2
-0
/
+2
2019-03-13
netinet/tcp.h: add TCP_NLA_SRTT from linux v5.0
Szabolcs Nagy
1
-0
/
+1
2019-03-13
netinet/udp.h: add UDP_GRO from linux v5.0
Szabolcs Nagy
1
-0
/
+1
2019-03-13
powerpc: add PTRACE_SYSEMU from linux v4.20
Szabolcs Nagy
2
-0
/
+4
2019-03-13
aarch64: add HWCAP_SSBS from linux v4.20
Szabolcs Nagy
1
-0
/
+1
2019-03-13
bits/ioctl.h: add TIOC{G,S}ISO7816 from linux v4.20
Szabolcs Nagy
1
-0
/
+2
2019-03-13
sys/prctl.h: add PR_SPEC_INDIRECT_BRANCH from linux v4.20
Szabolcs Nagy
1
-0
/
+1
2019-03-13
netinet/in.h add IPV6_MULTICAST_ALL from linux v4.20
Szabolcs Nagy
1
-0
/
+1
2019-03-13
add PACKET_IGNORE_OUTGOING sockopt from linux v4.20
Szabolcs Nagy
1
-0
/
+1
2019-03-13
sys/mman.h: add new hugetlb mmap flags from linux v4.19
Szabolcs Nagy
2
-0
/
+4
2019-03-13
arm: add io_pgetevents syscall number from v4.19
Szabolcs Nagy
1
-0
/
+1
2019-03-13
aarch64, or1k: define rseq syscall number following linux v4.19
Szabolcs Nagy
2
-0
/
+2
2019-03-13
elf.h: add new mips core dump note values from linux v4.19
Szabolcs Nagy
1
-0
/
+2
2019-03-13
netinet/udp.h: add UDP_ENCAP_RXRPC from linux v4.19
Szabolcs Nagy
1
-0
/
+1
2019-03-13
netinet/tcp.h: add tcp_info fields from linux v4.19
Szabolcs Nagy
1
-0
/
+8
2019-03-13
sys/inotify.h: add IN_MASK_CREATE from linux v4.19
Szabolcs Nagy
1
-0
/
+1
2019-03-13
sys/socket.h: add SO_TXTIME from linux v4.19
Szabolcs Nagy
1
-0
/
+2
2019-03-13
handle labels with 8-bit byte values in dn_skipname
Ryan Fairfax
1
-2
/
+5
2019-03-13
fix POSIX_FADV_DONTNEED/_NOREUSE on s390x
Jonathan Neuschäfer
2
-0
/
+5
2019-03-13
expose TSVTX unconditionally in tar.h
Rich Felker
1
-4
/
+0
2019-03-12
setvbuf: return failure if mode is invalid
A. Wilcox
1
-1
/
+3
2019-03-12
make FILE a complete type for pre-C11 standard profiles
Rich Felker
5
-0
/
+20
2019-03-10
fix invalid-/double-/use-after-free in new dlopen ctor execution
Rich Felker
1
-1
/
+2
2019-03-05
don't reject unknown/future flags in sigaltstack, allow SS_AUTODISARM
Rich Felker
1
-1
/
+1
2019-03-03
avoid malloc of ctor queue for programs with no external deps
Rich Felker
1
-2
/
+9
2019-03-03
avoid malloc of deps arrays for ldso and vdso
Rich Felker
1
-0
/
+3
2019-03-03
avoid malloc of deps array for programs with no external deps
Rich Felker
1
-3
/
+10
2019-03-03
fix malloc misuse for startup ctor queue, breakage on fdpic archs
Rich Felker
1
-5
/
+9
[next]