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
*
fix missing newline in herror output
Rich Felker
2020-09-03
1
-1
/
+1
*
fix i386 __set_thread_area fallback
Rich Felker
2020-08-30
1
-0
/
+1
*
restore h_errno ABI compatibility with ancient binaries
Rich Felker
2020-08-30
1
-0
/
+4
*
clean up overinclusion in files using TIOCGWINSZ
Rich Felker
2020-08-30
3
-3
/
+0
*
remove redundant pthread struct members repeated for layout purposes
Rich Felker
2020-08-27
4
-12
/
+17
*
deduplicate __pthread_self thread pointer adjustment out of each arch
Rich Felker
2020-08-27
1
-0
/
+2
*
deduplicate TP_ADJ logic out of each arch, replace with TP_OFFSET
Rich Felker
2020-08-24
1
-0
/
+10
*
report res_query failures, including nxdomain/nodata, via h_errno
Rich Felker
2020-08-24
1
-1
/
+15
*
make h_errno thread-local
Rich Felker
2020-08-24
2
-4
/
+3
*
add tcgetwinsize and tcsetwinsize functions, move struct winsize
Rich Felker
2020-08-24
5
-0
/
+19
*
fix MUSL_LOCPATH search
Rich Felker
2020-08-22
1
-1
/
+1
*
add gettid function
Rich Felker
2020-08-17
1
-0
/
+8
*
aarch64: fix setjmp return value
Szabolcs Nagy
2020-08-12
1
-4
/
+3
*
setjmp: optimize longjmp prologues
Alexander Monakov
2020-08-12
3
-14
/
+8
*
setjmp: optimize x86 longjmp epilogues
Alexander Monakov
2020-08-11
3
-12
/
+6
*
setjmp: avoid useless REX-prefix on xor %eax, %eax
Alexander Monakov
2020-08-11
2
-2
/
+2
*
setjmp: fix x86-64 longjmp argument adjustment
Alexander Monakov
2020-08-11
2
-6
/
+6
*
prefer new socket syscalls, fallback to SYS_socketcall only if needed
Rich Felker
2020-08-08
1
-9
/
+23
*
math: new software sqrtl
Szabolcs Nagy
2020-08-05
1
-1
/
+253
*
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
[next]