index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix writes outside buffer by ungetc after setvbuf
Rich Felker
2018-07-13
1
-1
/
+1
*
add ST_RELATIME to statvfs.h
Rich Felker
2018-07-12
1
-0
/
+1
*
resolver: don't depend on v4mapped ipv6 to probe routability of v4 addrs
Rich Felker
2018-07-11
1
-15
/
+32
*
optimize explicit_bzero for size
Alexander Monakov
2018-07-02
1
-1
/
+1
*
avoid spurious dso matches by dladdr outside bounds of load segments
Rich Felker
2018-06-28
1
-1
/
+10
*
make dladdr consistently produce the first symbol in presence of aliases
Rich Felker
2018-06-28
1
-1
/
+1
*
fix symtab-order-dependent spurious matches in dladdr
Rich Felker
2018-06-28
1
-5
/
+8
*
correctly handle non-matching symbols in dladdr
Rich Felker
2018-06-27
1
-4
/
+13
*
avoid using undefined pointer arithmetic in dladdr
Rich Felker
2018-06-27
1
-8
/
+9
*
fix missing timeout argument to futex syscall in __futexwait
Patrick Oppenlander
2018-06-26
1
-2
/
+2
*
add explicit_bzero implementation
David Carlier
2018-06-26
2
-0
/
+9
*
inet_ntop: do not compress single zeros in IPv6
Arthur Jones
2018-06-26
1
-1
/
+1
*
strftime: fix underlying format string in %z format
Daniel Sabogal
2018-06-26
1
-1
/
+1
*
resolver: omit final dot (root/suppress-search) in canonical name
Rich Felker
2018-06-26
1
-0
/
+4
*
fix regression in powerpc[64] SO_PEERSEC definition
Rich Felker
2018-06-26
2
-0
/
+2
*
fix value of SO_PEERSEC on mips archs
Rich Felker
2018-06-26
4
-1
/
+4
*
add m68k reg.h and user.h
Rich Felker
2018-06-26
2
-0
/
+78
*
fix dynamic linker mapping/clearing bss in first/only LOAD segment
Rich Felker
2018-06-26
1
-6
/
+5
*
add memfd_create syscall wrapper
Szabolcs Nagy
2018-06-20
2
-0
/
+13
*
add mlock2 linux syscall wrapper
Szabolcs Nagy
2018-06-20
2
-3
/
+18
*
fix m68k float.h long double exponent range
Rich Felker
2018-06-20
1
-2
/
+2
*
work around broken kernel struct ipc_perm on some big endian archs
Rich Felker
2018-06-20
7
-6
/
+79
*
s390x: add kexec_file_load syscall number from linux v4.17
Szabolcs Nagy
2018-06-19
1
-0
/
+1
*
mips: add HWCAP_ flags from linux v4.17
Szabolcs Nagy
2018-06-19
3
-0
/
+3
*
aarch64: add HWCAP_ flags from linux v4.17
Szabolcs Nagy
2018-06-19
1
-0
/
+4
*
add speculation control prctls from linux v4.17
Szabolcs Nagy
2018-06-19
1
-0
/
+9
*
add ETH_P_PREAUTH ethertype from linux v4.17
Szabolcs Nagy
2018-06-19
1
-0
/
+1
*
add TCP_NLA_* from linux v4.17
Szabolcs Nagy
2018-06-19
1
-0
/
+10
*
add {MSG,SEM,SHM}_STAT_ANY from linux v4.17
Szabolcs Nagy
2018-06-19
3
-0
/
+3
*
add MAP_FIXED_NOREPLACE from linux v4.17
Szabolcs Nagy
2018-06-19
1
-0
/
+1
*
powerpc: add pkey syscall numbers from linux v4.16
Szabolcs Nagy
2018-06-19
2
-0
/
+6
*
aarch64: add HWCAP_ASIMDFHM from linux v4.16
Szabolcs Nagy
2018-06-19
1
-0
/
+1
*
sys/ptrace.h: add PTRACE_SECCOMP_GET_METADATA from linux v4.16
Szabolcs Nagy
2018-06-19
1
-1
/
+7
*
netinet/if_ether.h: add ETH_TLEN from linux v4.16
Szabolcs Nagy
2018-06-19
1
-0
/
+1
*
netinet/if_ether.h: add ETH_P_ERSPAN2 from linux v4.16
Szabolcs Nagy
2018-06-19
1
-0
/
+1
*
sys/epoll.h: add EPOLLNVAL from linux v4.16
Szabolcs Nagy
2018-06-19
1
-0
/
+1
*
add m68k port
Rich Felker
2018-06-19
27
-0
/
+1079
*
add support for m68k 80-bit long double variant
Rich Felker
2018-06-14
2
-2
/
+21
*
add missing m68k relocation types in elf.h
Rich Felker
2018-06-12
1
-1
/
+19
*
fix TLS layout of TLS variant I when there is a gap above TP
Szabolcs Nagy
2018-06-02
15
-17
/
+32
*
fix output size handling for multi-unicode-char big5-hkscs characters
Rich Felker
2018-06-01
1
-5
/
+13
*
fix iconv mapping of big5-hkscs characters that map to two unicode chars
Rich Felker
2018-06-01
1
-1
/
+1
*
fix iconv conversion to UTF-32 with implicit (big) endianness
Will Dietz
2018-05-09
1
-0
/
+2
*
fix iconv buffer overflow converting to legacy JIS-based encodings
Will Dietz
2018-05-09
1
-0
/
+1
*
make linking of thread-start with explicit scheduling conditional
Rich Felker
2018-05-09
3
-28
/
+36
*
improve design of thread-start with explicit scheduling attributes
Rich Felker
2018-05-09
2
-23
/
+39
*
clean up and reduce size of internal pthread structure
Rich Felker
2018-05-07
1
-7
/
+9
*
improve joinable/detached thread state handling
Rich Felker
2018-05-05
6
-24
/
+33
*
improve pthread_exit synchronization with functions targeting tid
Rich Felker
2018-05-05
6
-17
/
+18
*
remove incorrect ESRCH error from pthread_kill
Rich Felker
2018-05-04
1
-1
/
+2
[next]