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
*
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
3
-0
/
+4
*
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
5
-1
/
+2
*
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
3
-5
/
+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
*
suppress unwanted warnings when configuring with clang
Rich Felker
2020-06-01
1
-0
/
+7
*
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
*
fix incorrect SIGSTKFLT on all mips archs
Rich Felker
2020-05-21
3
-3
/
+3
*
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
*
remove arm (32-bit) support for vdso clock_gettime
Rich Felker
2020-04-26
1
-6
/
+0
*
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
*
move __string_read into vsscanf source file
Rich Felker
2020-04-17
3
-21
/
+13
*
remove spurious repeated semicolon in fmemopen
Rich Felker
2020-04-17
1
-1
/
+1
*
combine two calls to memset in fmemopen
Rich Felker
2020-04-17
1
-2
/
+2
*
fix possible access to uninitialized memory in shgetc (via scanf)
Rich Felker
2020-04-17
1
-1
/
+1
*
fix undefined behavior in scanf core
Rich Felker
2020-04-17
1
-0
/
+3
*
math: add x86_64 remquol
Alexander Monakov
2020-03-24
1
-0
/
+32
*
math: move x87-family fmod functions to C with inline asm
Alexander Monakov
2020-03-24
8
-44
/
+38
*
math: move x87-family remainder functions to C with inline asm
Alexander Monakov
2020-03-24
8
-50
/
+42
*
math: move x87-family rint functions to C with inline asm
Alexander Monakov
2020-03-24
8
-24
/
+28
*
math: move x87-family lrint functions to C with inline asm
Alexander Monakov
2020-03-24
16
-60
/
+64
*
math: move x86_64 (l)lrint(f) functions to C with inline asm
Alexander Monakov
2020-03-24
8
-20
/
+32
*
math: move i386 sqrt to C with inline asm
Alexander Monakov
2020-03-24
2
-21
/
+15
*
math: move i386 sqrtf to C with inline asm
Alexander Monakov
2020-03-24
2
-7
/
+12
[next]