index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2018-09-16
fix null pointer subtraction and comparison in stdio
Rich Felker
-31
/
+41
2018-09-16
fix failure of getdelim to set stream orientation on error
Rich Felker
-0
/
+2
2018-09-15
check for kernel support before allowing robust mutex creation
Rich Felker
-1
/
+17
2018-09-15
always reset DST rules during tzset
Benjamin Peterson
-1
/
+2
2018-09-15
fix undefined behavior in strto* via FILE buffer pointer abuse
Rich Felker
-20
/
+43
2018-09-15
improve error handling of ttyname_r and isatty
Benjamin Peterson
-2
/
+6
2018-09-14
add hidden version of &errno accessor function
Rich Felker
-0
/
+13
2018-09-14
fix build regression in sysconf for archs with variable page size
Rich Felker
-0
/
+1
2018-09-14
drop lazy plural forms init in dcngettext
Rich Felker
-18
/
+17
2018-09-14
fix broken atomic store on powerpc[64]
Rich Felker
-16
/
+0
2018-09-13
define MAX_HANDLE_SZ for use with name_to_handle_at
Khem Raj
-0
/
+1
2018-09-13
fix regression with compilers not incorporating C99 DR#289 resolution
Rich Felker
-1
/
+1
2018-09-12
configure: only try -Qunused-arguments for clang
Rich Felker
-1
/
+1
2018-09-12
wireup linux/name_to_handle_at and name_to_handle_at syscalls
Khem Raj
-0
/
+25
2018-09-12
remove vis.h protected-visibility hack
Rich Felker
-65
/
+0
2018-09-12
split internal lock API out of libc.h, creating lock.h
Rich Felker
-17
/
+32
2018-09-12
move misplaced __fork_handler declaration
Rich Felker
-1
/
+1
2018-09-12
remove spurious inclusion of libc.h for LFS64 ABI aliases
Rich Felker
-107
/
+59
2018-09-12
reduce spurious inclusion of libc.h
Rich Felker
-177
/
+43
2018-09-12
use wrapper headers to hide most namespaced/internally-public symbols
Rich Felker
-60
/
+64
2018-09-12
remove __vfork alias
Rich Felker
-28
/
+7
2018-09-12
hide purely dependency-triggering functions in stdio __toread & __towrite
Rich Felker
-2
/
+2
2018-09-12
declare __env_rm_add in wrapper stdlib.h
Rich Felker
-0
/
+1
2018-09-12
hide dependency-triggering pointer object in malloc_usable_size.c
Rich Felker
-2
/
+2
2018-09-12
rework malloc_usable_size to use malloc_impl.h
Rich Felker
-9
/
+1
2018-09-12
remove unused __futex function and source file
Rich Felker
-9
/
+0
2018-09-12
hide __pthread_once_full symbol
Rich Felker
-1
/
+1
2018-09-12
declare and make hidden additional internal init/exit symbols
Rich Felker
-0
/
+4
2018-09-12
declare and make hidden additional internal stdio symbols
Rich Felker
-0
/
+5
2018-09-12
move declaration and apply hidden visibility to __utc string
Rich Felker
-4
/
+1
2018-09-12
declare and make hidden more internal locale functions
Rich Felker
-0
/
+2
2018-09-12
remove unused __getdents, rename and move file
Rich Felker
-4
/
+1
2018-09-12
remove or make static various unused __-prefixed symbols
Rich Felker
-17
/
+10
2018-09-12
move additional pthread internal declarations to pthread_impl.h, hide
Rich Felker
-2
/
+15
2018-09-12
apply hidden visibility to various remaining internal interfaces
Rich Felker
-46
/
+52
2018-09-12
apply hidden visibility to sigreturn code fragments
Rich Felker
-9
/
+49
2018-09-12
apply hidden visibility to pthread internals
Rich Felker
-11
/
+11
2018-09-12
apply hidden visibility to stdio internals
Rich Felker
-26
/
+26
2018-09-12
apply hidden visibility to internal time[zone] implementation functions
Rich Felker
-8
/
+8
2018-09-12
apply hidden visibility to internal math functions
Rich Felker
-26
/
+26
2018-09-12
overhaul internally-public declarations using wrapper headers
Rich Felker
-192
/
+200
2018-09-12
declare __getopt_msg in stdio_impl.h
Rich Felker
-2
/
+3
2018-09-12
use lighter internal stdio lock in getopt error printing
Rich Felker
-2
/
+3
2018-09-12
add crypt_des header for declarations shared with encrypt function
Rich Felker
-12
/
+16
2018-09-12
make mkostemps source file include the header for its declaration
Rich Felker
-0
/
+1
2018-09-12
move __memalign declaration to malloc_impl.h
Rich Felker
-4
/
+4
2018-09-12
use hidden visibility for sh __unmapself backends
Rich Felker
-2
/
+3
2018-09-12
rework mechanism for posix_spawnp calling posix_spawn
Rich Felker
-20
/
+12
2018-09-12
make arch __fesetround backends hidden
Rich Felker
-4
/
+18
2018-09-12
make arch __set_thread_area backends hidden
Rich Felker
-1
/
+10
[prev]
[next]