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
*
math: add __math_invalidl
Szabolcs Nagy
2020-08-05
2
-0
/
+12
*
math: new software sqrtf
Szabolcs Nagy
2020-08-05
1
-70
/
+70
*
math: new software sqrt
Szabolcs Nagy
2020-08-05
3
-173
/
+179
*
in hosts file lookups, honor first canonical name regardless of family
Rich Felker
2020-08-05
1
-1
/
+1
*
in hosts file lookups, use only first match for canonical name
Rich Felker
2020-08-04
1
-2
/
+7
*
add m68k sqrtl using native instruction
Rich Felker
2020-08-02
1
-0
/
+15
*
getentropy: fix UB if len==0
Bartosz Brachaczek
2020-07-24
1
-1
/
+1
*
fix async-cancel-safety of pthread_cancel
Rich Felker
2020-07-06
1
-1
/
+4
*
make thread killlock async-signal-safe for pthread_kill
Rich Felker
2020-07-06
5
-5
/
+18
*
fix C implementation of a_clz_32
Rich Felker
2020-07-05
1
-1
/
+1
*
vfscanf: fix possible invalid free due to uninitialized variable use
Julien Ramseier
2020-07-02
1
-1
/
+1
*
import mallocng
Rich Felker
2020-06-30
7
-13
/
+938
*
add glue code for mallocng merge
Rich Felker
2020-06-29
3
-0
/
+129
*
add optimized aarch64 memcpy and memset
Rich Felker
2020-06-26
2
-0
/
+301
*
add big-endian support to ARM assembler memcpy
Andre McCurdy
2020-06-25
2
-7
/
+97
*
clear need_locks in child after fork
Rich Felker
2020-06-21
1
-0
/
+1
*
only use memcpy realloc to shrink if an exact-sized free chunk exists
Rich Felker
2020-06-16
1
-0
/
+12
*
fix memset overflow in oldmalloc race fix overhaul
Rich Felker
2020-06-16
1
-1
/
+1
*
fix invalid use of access function in nftw
Rich Felker
2020-06-15
1
-4
/
+18
*
add fallback a_clz_32 implementation
Rich Felker
2020-06-11
1
-0
/
+15
*
only disable aligned_alloc if malloc was replaced but it wasn't
Rich Felker
2020-06-10
1
-1
/
+2
*
have ldso track replacement of aligned_alloc
Rich Felker
2020-06-10
2
-0
/
+2
*
reintroduce calloc elison of memset for direct-mmapped allocations
Rich Felker
2020-06-10
3
-1
/
+15
*
move __malloc_replaced to a top-level malloc file
Rich Felker
2020-06-10
2
-2
/
+3
*
switch to a common calloc implementation
Rich Felker
2020-06-10
3
-47
/
+37
*
move oldmalloc to its own directory under src/malloc
Rich Felker
2020-06-03
4
-0
/
+0
*
move __expand_heap into malloc.c
Rich Felker
2020-06-03
3
-73
/
+64
*
rename memalign source file back to its proper name
Rich Felker
2020-06-03
1
-0
/
+0
*
rename aligned_alloc source file back to its proper name
Rich Felker
2020-06-03
1
-0
/
+0
*
reverse dependency order of memalign and aligned_alloc
Rich Felker
2020-06-03
4
-10
/
+5
*
rename aligned_alloc source file
Rich Felker
2020-06-03
1
-0
/
+0
*
remove stale document from malloc src directory
Rich Felker
2020-06-03
1
-22
/
+0
*
rewrite bump allocator to fix corner cases, decouple from expand_heap
Rich Felker
2020-06-03
1
-17
/
+72
*
move malloc_impl.h from src/internal to src/malloc
Rich Felker
2020-06-02
1
-0
/
+0
*
move declaration of interfaces between malloc and ldso to dynlink.h
Rich Felker
2020-06-02
2
-4
/
+4
*
reformat clock_adjtime with always-true condition removed
Rich Felker
2020-06-02
1
-48
/
+46
*
always use time64 syscall first for clock_adjtime
Rich Felker
2020-06-02
1
-2
/
+1
*
fix broken time64 clock_adjtime
Rich Felker
2020-06-02
1
-1
/
+1
*
fix unbounded heap expansion race in malloc
Rich Felker
2020-06-02
1
-152
/
+87
*
restore lock-skipping for processes that return to single-threaded state
Rich Felker
2020-05-22
4
-6
/
+12
*
cut down size of some libc struct members
Rich Felker
2020-05-22
1
-3
/
+3
*
don't use libc.threads_minus_1 as relaxed atomic for skipping locks
Rich Felker
2020-05-22
3
-3
/
+3
*
reorder thread list unlink in pthread_exit after all locks
Rich Felker
2020-05-22
1
-8
/
+11
*
handle possibility that SIGEMT replaces SIGSTKFLT in strsignal
Rich Felker
2020-05-21
1
-0
/
+10
*
fix return value of res_send, res_query on errors from nameserver
Rich Felker
2020-05-19
1
-1
/
+1
*
fix handling of errors resolving one of paired A+AAAA query
Rich Felker
2020-05-19
1
-4
/
+7
*
set AD bit in dns queries, suppress for internal use
Rich Felker
2020-05-18
3
-0
/
+3
*
fix undefined behavior from signed overflow in strstr and memmem
Rich Felker
2020-04-30
2
-8
/
+8
*
fix undefined behavior in wcsto[ld] family functions
Rich Felker
2020-04-24
2
-4
/
+2
*
fix sh fesetround failure to clear old mode
Rich Felker
2020-04-18
1
-0
/
+2
[next]