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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
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
*
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
1
-0
/
+8
*
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
*
add memfd_create syscall wrapper
Szabolcs Nagy
2018-06-20
1
-0
/
+8
*
add mlock2 linux syscall wrapper
Szabolcs Nagy
2018-06-20
1
-0
/
+10
*
work around broken kernel struct ipc_perm on some big endian archs
Rich Felker
2018-06-20
3
-6
/
+72
*
add m68k port
Rich Felker
2018-06-19
9
-0
/
+224
*
add support for m68k 80-bit long double variant
Rich Felker
2018-06-14
2
-2
/
+21
*
fix TLS layout of TLS variant I when there is a gap above TP
Szabolcs Nagy
2018-06-02
2
-5
/
+10
*
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
*
use a dedicated futex object for pthread_join instead of tid field
Rich Felker
2018-05-02
4
-5
/
+8
*
optimize sigisemptyset
Rich Felker
2018-05-01
1
-2
/
+3
*
avoid excessive stack usage in getcwd
Rich Felker
2018-05-01
1
-2
/
+2
*
getopt_long_only: don't prefix-match long-options that match short ones
Rich Felker
2018-04-27
1
-2
/
+15
*
reintroduce hardening against partially-replaced allocator
Rich Felker
2018-04-19
3
-5
/
+13
*
return chunks split off by memalign using __bin_chunk instead of free
Rich Felker
2018-04-19
3
-7
/
+8
*
using malloc implementation types/macros/idioms for memalign
Rich Felker
2018-04-19
1
-20
/
+22
*
move malloc implementation types and macros to an internal header
Rich Felker
2018-04-19
2
-37
/
+40
*
revert detection of partially-replaced allocator
Rich Felker
2018-04-19
3
-15
/
+6
*
setvbuf: minor comment typo fix
Will Dietz
2018-04-19
1
-1
/
+1
*
remove a_ctz_l from arch specific atomic_arch.h
Andre McCurdy
2018-04-19
1
-19
/
+23
*
fix out of bounds write for zero length buffer in gethostname
Marc André Tanner
2018-04-19
1
-1
/
+1
*
add support for caller-provided buffers to setvbuf
Rich Felker
2018-04-18
1
-11
/
+14
*
clean up allocation/setup logic for open_[w]memstream
Rich Felker
2018-04-18
2
-38
/
+50
*
clean up allocation/setup logic for fmemopen
Rich Felker
2018-04-18
1
-21
/
+31
*
minor cleanup in fopencookie
Rich Felker
2018-04-18
1
-5
/
+2
*
allow interposition/replacement of allocator (malloc)
Rich Felker
2018-04-18
4
-23
/
+30
*
refactor flockfile not to duplicate lock mechanism logic
Rich Felker
2018-04-18
2
-12
/
+14
*
fix stdio lock dependency on read-after-free not faulting
Rich Felker
2018-04-18
3
-20
/
+24
*
remove unused __brk function/source file
Rich Felker
2018-04-17
1
-7
/
+0
*
comment __malloc_donate overflow logic
Rich Felker
2018-04-17
1
-0
/
+3
*
ldso, malloc: implement reclaim_gaps via __malloc_donate
Alexander Monakov
2018-04-17
1
-18
/
+43
*
malloc: fix an over-allocation bug
Alexander Monakov
2018-04-17
1
-4
/
+4
[next]