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
*
add TLSDESC support for 32-bit arm
Rich Felker
2018-10-01
1
-0
/
+62
*
fix aliasing-based undefined behavior in string functions
Rich Felker
2018-09-26
8
-19
/
+46
*
optimize nop case of wmemmove
Rich Felker
2018-09-23
1
-0
/
+1
*
fix undefined pointer comparison in wmemmove
Rich Felker
2018-09-23
1
-1
/
+2
*
fix undefined pointer comparison in memmove
Rich Felker
2018-09-23
1
-1
/
+1
*
new tsearch implementation
Szabolcs Nagy
2018-09-20
7
-213
/
+200
*
fix getaddrinfo regression with AI_ADDRCONFIG on some configurations
Rich Felker
2018-09-19
1
-1
/
+10
*
support setting of default thread stack size via PT_GNU_STACK header
Rich Felker
2018-09-18
1
-0
/
+5
*
increase default thread stack/guard size
Rich Felker
2018-09-18
1
-2
/
+2
*
limit the configurable default stack/guard size for threads
Rich Felker
2018-09-18
3
-8
/
+15
*
remove redundant declarations of __default_stacksize, __default_guardsize
Rich Felker
2018-09-18
3
-8
/
+0
*
fix benign data race in pthread_attr_init
Rich Felker
2018-09-18
1
-0
/
+2
*
fix deletion of pthread tsd keys that still have non-null values stored
Rich Felker
2018-09-18
3
-18
/
+104
*
fix race condition in file locking
Kaarle Ritvanen
2018-09-18
1
-6
/
+6
*
getdelim: only grow buffer when necessary, improve OOM behavior
Rich Felker
2018-09-16
1
-10
/
+17
*
fix null pointer subtraction and comparison in stdio
Rich Felker
2018-09-16
14
-31
/
+41
*
fix failure of getdelim to set stream orientation on error
Rich Felker
2018-09-16
1
-0
/
+2
*
check for kernel support before allowing robust mutex creation
Rich Felker
2018-09-15
1
-1
/
+17
*
always reset DST rules during tzset
Benjamin Peterson
2018-09-15
1
-1
/
+2
*
fix undefined behavior in strto* via FILE buffer pointer abuse
Rich Felker
2018-09-15
4
-20
/
+43
*
improve error handling of ttyname_r and isatty
Benjamin Peterson
2018-09-15
2
-2
/
+6
*
add hidden version of &errno accessor function
Rich Felker
2018-09-14
2
-0
/
+13
*
fix build regression in sysconf for archs with variable page size
Rich Felker
2018-09-14
1
-0
/
+1
*
drop lazy plural forms init in dcngettext
Rich Felker
2018-09-14
1
-18
/
+17
*
fix regression with compilers not incorporating C99 DR#289 resolution
Rich Felker
2018-09-13
1
-1
/
+1
*
wireup linux/name_to_handle_at and name_to_handle_at syscalls
Khem Raj
2018-09-12
2
-0
/
+18
*
remove vis.h protected-visibility hack
Rich Felker
2018-09-12
1
-27
/
+0
*
split internal lock API out of libc.h, creating lock.h
Rich Felker
2018-09-12
25
-17
/
+32
*
move misplaced __fork_handler declaration
Rich Felker
2018-09-12
2
-1
/
+1
*
remove spurious inclusion of libc.h for LFS64 ABI aliases
Rich Felker
2018-09-12
48
-107
/
+59
*
reduce spurious inclusion of libc.h
Rich Felker
2018-09-12
193
-177
/
+43
*
use wrapper headers to hide most namespaced/internally-public symbols
Rich Felker
2018-09-12
12
-60
/
+64
*
remove __vfork alias
Rich Felker
2018-09-12
7
-28
/
+7
*
hide purely dependency-triggering functions in stdio __toread & __towrite
Rich Felker
2018-09-12
2
-2
/
+2
*
declare __env_rm_add in wrapper stdlib.h
Rich Felker
2018-09-12
1
-0
/
+1
*
hide dependency-triggering pointer object in malloc_usable_size.c
Rich Felker
2018-09-12
1
-2
/
+2
*
rework malloc_usable_size to use malloc_impl.h
Rich Felker
2018-09-12
1
-9
/
+1
*
remove unused __futex function and source file
Rich Felker
2018-09-12
2
-9
/
+0
*
hide __pthread_once_full symbol
Rich Felker
2018-09-12
1
-1
/
+1
*
declare and make hidden additional internal init/exit symbols
Rich Felker
2018-09-12
1
-0
/
+4
*
declare and make hidden additional internal stdio symbols
Rich Felker
2018-09-12
1
-0
/
+5
*
move declaration and apply hidden visibility to __utc string
Rich Felker
2018-09-12
3
-4
/
+1
*
declare and make hidden more internal locale functions
Rich Felker
2018-09-12
1
-0
/
+2
*
remove unused __getdents, rename and move file
Rich Felker
2018-09-12
1
-4
/
+1
*
remove or make static various unused __-prefixed symbols
Rich Felker
2018-09-12
8
-17
/
+10
*
move additional pthread internal declarations to pthread_impl.h, hide
Rich Felker
2018-09-12
2
-2
/
+15
*
apply hidden visibility to various remaining internal interfaces
Rich Felker
2018-09-12
16
-46
/
+52
*
apply hidden visibility to sigreturn code fragments
Rich Felker
2018-09-12
15
-3
/
+31
*
apply hidden visibility to pthread internals
Rich Felker
2018-09-12
1
-11
/
+11
*
apply hidden visibility to stdio internals
Rich Felker
2018-09-12
1
-26
/
+26
[next]