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 async thread cancellation on sh-fdpic
Rich Felker
2018-08-29
2
-0
/
+8
*
fix async thread cancellation on powerpc64
Rich Felker
2018-08-29
1
-0
/
+7
*
vfwprintf: honor field width with 'c' format type
A. Wilcox
2018-08-28
1
-1
/
+4
*
fix several values reported by sysconf
Rich Felker
2018-08-28
1
-8
/
+11
*
fix return value of system on failure to spawn child process
Rich Felker
2018-08-28
1
-1
/
+1
*
set stream orientations in open_[w]memstream
Rich Felker
2018-08-28
2
-0
/
+3
*
make fmemopen's w+ mode truncate the buffer
Rich Felker
2018-08-28
1
-0
/
+1
*
set errno when fileno is called on a FILE with no underlying fd
Rich Felker
2018-08-28
1
-4
/
+7
*
reject invalid arguments to pthread_barrierattr_setpshared
Rich Felker
2018-08-28
1
-0
/
+1
*
rewrite __aeabi_read_tp in asm
Szabolcs Nagy
2018-08-28
2
-12
/
+6
*
fix dubious char signedness check in limits.h
Rich Felker
2018-08-28
1
-1
/
+1
*
fix deadlock in async thread self-cancellation
Rich Felker
2018-08-28
1
-1
/
+5
*
time: fix incorrect DST offset when using POSIX timezones without DST
A. Wilcox
2018-08-27
1
-1
/
+1
*
fix tls access on arm targets before armv6k
Szabolcs Nagy
2018-08-23
1
-1
/
+1
*
fix missing strerror text for EMULTIHOP
Rich Felker
2018-08-23
1
-0
/
+1
*
fix printf precision specifier for hex floats on non-ld80 archs
Rich Felker
2018-08-23
1
-0
/
+1
*
getopt: update optarg and optind correctly on missing argument
Rich Felker
2018-08-22
1
-6
/
+6
*
fix FP_ILOGB0 and FP_ILOGBNAN definitions to be valid for use in #if
Rich Felker
2018-08-22
1
-1
/
+1
*
remove erroneous SYMLINK_MAX definition from limits.h, pathconf
Rich Felker
2018-08-20
2
-2
/
+1
*
mips archs: fix runaway execution if start fn passed to clone returns
Segev Finer
2018-08-18
3
-3
/
+12
*
fix pthread_create return value with PTHREAD_EXPLICIT_SCHED
Rich Felker
2018-08-16
1
-0
/
+1
*
fix sign of strftime %z output with offsets <1 hour west of UTC
Rich Felker
2018-08-07
1
-3
/
+2
*
fix musl-gcc wrapper to be compatible with default-pie gcc toolchains
Rich Felker
2018-08-02
1
-2
/
+2
*
make pthread_attr_init honor defaults set by pthread_setattr_default_np
Rich Felker
2018-07-27
3
-4
/
+11
*
bsearch: simplify and optimize
Fangrui Song
2018-07-23
1
-6
/
+6
*
move inclusion of linux headers for kd.h, soundcard.h, vt.h to bits
midipix
2018-07-20
6
-3
/
+6
*
remove inclusion guard hacks for sys/kd.h
midipix
2018-07-20
1
-7
/
+0
*
remove spurious declaration of __getdents from readdir.c
Rich Felker
2018-07-18
1
-2
/
+0
*
fix regression in alignment of dirent structs produced by readdir
Rich Felker
2018-07-18
2
-1
/
+7
*
add support for arch-specific ptrace command macros
Szabolcs Nagy
2018-07-17
12
-0
/
+123
*
sys/ptrace.h: add missing PTRACE_EVENT_STOP
Szabolcs Nagy
2018-07-17
1
-0
/
+1
*
uchar.h: define char16_t and char32_t for old c++
Szabolcs Nagy
2018-07-17
1
-1
/
+3
*
block dlopen of libraries with initial-exec refs to dynamic TLS
Rich Felker
2018-07-16
1
-0
/
+8
*
fix inefficient choice of tlsdesc function due to off-by-one
Rich Felker
2018-07-16
1
-1
/
+1
*
implement getaddrinfo's AI_ADDRCONFIG flag
Rich Felker
2018-07-14
1
-0
/
+39
*
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
[next]