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
2018-08-22
fix FP_ILOGB0 and FP_ILOGBNAN definitions to be valid for use in #if
Rich Felker
-1
/
+1
2018-08-20
remove erroneous SYMLINK_MAX definition from limits.h, pathconf
Rich Felker
-2
/
+1
2018-08-18
mips archs: fix runaway execution if start fn passed to clone returns
Segev Finer
-3
/
+12
2018-08-16
fix pthread_create return value with PTHREAD_EXPLICIT_SCHED
Rich Felker
-0
/
+1
2018-08-07
fix sign of strftime %z output with offsets <1 hour west of UTC
Rich Felker
-3
/
+2
2018-08-02
fix musl-gcc wrapper to be compatible with default-pie gcc toolchains
Rich Felker
-2
/
+2
2018-07-27
make pthread_attr_init honor defaults set by pthread_setattr_default_np
Rich Felker
-4
/
+11
2018-07-23
bsearch: simplify and optimize
Fangrui Song
-6
/
+6
2018-07-20
move inclusion of linux headers for kd.h, soundcard.h, vt.h to bits
midipix
-3
/
+6
2018-07-20
remove inclusion guard hacks for sys/kd.h
midipix
-7
/
+0
2018-07-18
remove spurious declaration of __getdents from readdir.c
Rich Felker
-2
/
+0
2018-07-18
fix regression in alignment of dirent structs produced by readdir
Rich Felker
-1
/
+7
2018-07-17
add support for arch-specific ptrace command macros
Szabolcs Nagy
-0
/
+123
2018-07-17
sys/ptrace.h: add missing PTRACE_EVENT_STOP
Szabolcs Nagy
-0
/
+1
2018-07-17
uchar.h: define char16_t and char32_t for old c++
Szabolcs Nagy
-1
/
+3
2018-07-16
block dlopen of libraries with initial-exec refs to dynamic TLS
Rich Felker
-0
/
+8
2018-07-16
fix inefficient choice of tlsdesc function due to off-by-one
Rich Felker
-1
/
+1
2018-07-14
implement getaddrinfo's AI_ADDRCONFIG flag
Rich Felker
-0
/
+39
2018-07-13
fix writes outside buffer by ungetc after setvbuf
Rich Felker
-1
/
+1
2018-07-12
add ST_RELATIME to statvfs.h
Rich Felker
-0
/
+1
2018-07-11
resolver: don't depend on v4mapped ipv6 to probe routability of v4 addrs
Rich Felker
-15
/
+32
2018-07-02
optimize explicit_bzero for size
Alexander Monakov
-1
/
+1
2018-06-28
avoid spurious dso matches by dladdr outside bounds of load segments
Rich Felker
-1
/
+10
2018-06-28
make dladdr consistently produce the first symbol in presence of aliases
Rich Felker
-1
/
+1
2018-06-28
fix symtab-order-dependent spurious matches in dladdr
Rich Felker
-5
/
+8
2018-06-27
correctly handle non-matching symbols in dladdr
Rich Felker
-4
/
+13
2018-06-27
avoid using undefined pointer arithmetic in dladdr
Rich Felker
-8
/
+9
2018-06-26
fix missing timeout argument to futex syscall in __futexwait
Patrick Oppenlander
-2
/
+2
2018-06-26
add explicit_bzero implementation
David Carlier
-0
/
+9
2018-06-26
inet_ntop: do not compress single zeros in IPv6
Arthur Jones
-1
/
+1
2018-06-26
strftime: fix underlying format string in %z format
Daniel Sabogal
-1
/
+1
2018-06-26
resolver: omit final dot (root/suppress-search) in canonical name
Rich Felker
-0
/
+4
2018-06-26
fix regression in powerpc[64] SO_PEERSEC definition
Rich Felker
-0
/
+2
2018-06-26
fix value of SO_PEERSEC on mips archs
Rich Felker
-1
/
+4
2018-06-26
add m68k reg.h and user.h
Rich Felker
-0
/
+78
2018-06-26
fix dynamic linker mapping/clearing bss in first/only LOAD segment
Rich Felker
-6
/
+5
2018-06-20
add memfd_create syscall wrapper
Szabolcs Nagy
-0
/
+13
2018-06-20
add mlock2 linux syscall wrapper
Szabolcs Nagy
-3
/
+18
2018-06-20
fix m68k float.h long double exponent range
Rich Felker
-2
/
+2
2018-06-20
work around broken kernel struct ipc_perm on some big endian archs
Rich Felker
-6
/
+79
2018-06-19
s390x: add kexec_file_load syscall number from linux v4.17
Szabolcs Nagy
-0
/
+1
2018-06-19
mips: add HWCAP_ flags from linux v4.17
Szabolcs Nagy
-0
/
+3
2018-06-19
aarch64: add HWCAP_ flags from linux v4.17
Szabolcs Nagy
-0
/
+4
2018-06-19
add speculation control prctls from linux v4.17
Szabolcs Nagy
-0
/
+9
2018-06-19
add ETH_P_PREAUTH ethertype from linux v4.17
Szabolcs Nagy
-0
/
+1
2018-06-19
add TCP_NLA_* from linux v4.17
Szabolcs Nagy
-0
/
+10
2018-06-19
add {MSG,SEM,SHM}_STAT_ANY from linux v4.17
Szabolcs Nagy
-0
/
+3
2018-06-19
add MAP_FIXED_NOREPLACE from linux v4.17
Szabolcs Nagy
-0
/
+1
2018-06-19
powerpc: add pkey syscall numbers from linux v4.16
Szabolcs Nagy
-0
/
+6
2018-06-19
aarch64: add HWCAP_ASIMDFHM from linux v4.16
Szabolcs Nagy
-0
/
+1
[prev]
[next]