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
*
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 broken atomic store on powerpc[64]
Rich Felker
2018-09-14
2
-16
/
+0
*
define MAX_HANDLE_SZ for use with name_to_handle_at
Khem Raj
2018-09-13
1
-0
/
+1
*
fix regression with compilers not incorporating C99 DR#289 resolution
Rich Felker
2018-09-13
1
-1
/
+1
*
configure: only try -Qunused-arguments for clang
Rich Felker
2018-09-12
1
-1
/
+1
*
wireup linux/name_to_handle_at and name_to_handle_at syscalls
Khem Raj
2018-09-12
3
-0
/
+25
*
remove vis.h protected-visibility hack
Rich Felker
2018-09-12
2
-65
/
+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
21
-9
/
+49
*
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
*
apply hidden visibility to internal time[zone] implementation functions
Rich Felker
2018-09-12
1
-8
/
+8
*
apply hidden visibility to internal math functions
Rich Felker
2018-09-12
2
-26
/
+26
*
overhaul internally-public declarations using wrapper headers
Rich Felker
2018-09-12
92
-192
/
+200
*
declare __getopt_msg in stdio_impl.h
Rich Felker
2018-09-12
2
-2
/
+3
*
use lighter internal stdio lock in getopt error printing
Rich Felker
2018-09-12
1
-2
/
+3
*
add crypt_des header for declarations shared with encrypt function
Rich Felker
2018-09-12
3
-12
/
+16
*
make mkostemps source file include the header for its declaration
Rich Felker
2018-09-12
1
-0
/
+1
*
move __memalign declaration to malloc_impl.h
Rich Felker
2018-09-12
3
-4
/
+4
*
use hidden visibility for sh __unmapself backends
Rich Felker
2018-09-12
2
-2
/
+3
*
rework mechanism for posix_spawnp calling posix_spawn
Rich Felker
2018-09-12
3
-20
/
+12
*
make arch __fesetround backends hidden
Rich Felker
2018-09-12
14
-4
/
+18
*
make arch __set_thread_area backends hidden
Rich Felker
2018-09-12
10
-1
/
+10
*
make arch __clone backends hidden
Rich Felker
2018-09-12
16
-1
/
+16
*
move tlsdesc and internal dl function declarations to dynlink.h
Rich Felker
2018-09-12
9
-20
/
+17
*
add internal header for declaring __pleval function (used by gettext)
Rich Felker
2018-09-12
3
-1
/
+8
*
move __stdio_exit_needed to stdio_impl.h
Rich Felker
2018-09-12
3
-4
/
+2
[next]