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
/
internal
Commit message (
Expand
)
Author
Age
Files
Lines
*
math: add configuration macros
Szabolcs Nagy
2019-04-17
1
-0
/
+5
*
math: add macros for static branch prediction hints
Szabolcs Nagy
2019-04-17
1
-0
/
+9
*
math: add double precision error handling functions
Szabolcs Nagy
2019-04-17
1
-0
/
+5
*
math: add single precision error handling functions
Szabolcs Nagy
2019-04-17
1
-0
/
+7
*
math: add eval_as_float and eval_as_double
Szabolcs Nagy
2019-04-17
1
-0
/
+17
*
math: add fp_arch.h with fp_barrier and fp_force_eval
Szabolcs Nagy
2019-04-17
1
-6
/
+65
*
math: remove sun copyright from libm.h
Szabolcs Nagy
2019-04-17
1
-23
/
+0
*
math: add asuint, asuint64, asfloat and asdouble
Szabolcs Nagy
2019-04-17
1
-33
/
+15
*
math: move complex math out of libm.h
Szabolcs Nagy
2019-04-17
2
-15
/
+22
*
remove external __syscall function and last remaining users
Rich Felker
2019-04-10
17
-263
/
+1
*
overhaul i386 syscall mechanism not to depend on external asm source
Rich Felker
2019-04-10
4
-70
/
+24
*
fix crash/out-of-bound read in sscanf
Rich Felker
2019-03-14
2
-2
/
+3
*
add membarrier syscall wrapper, refactor dynamic tls install to use it
Rich Felker
2019-02-22
1
-1
/
+1
*
install dynamic tls synchronously at dlopen, streamline access
Rich Felker
2019-02-18
1
-0
/
+1
*
rewrite __synccall in terms of global thread list
Rich Felker
2019-02-16
1
-1
/
+0
*
track all live threads in an AS-safe, fully-consistent linked list
Rich Felker
2019-02-15
1
-4
/
+8
*
always block signals for starting new threads, refactor start args
Rich Felker
2019-02-15
1
-11
/
+0
*
add __timedwait backend workaround for old kernels where futex EINTRs
Rich Felker
2018-12-18
1
-0
/
+1
*
remove volatile qualification from category pointers in __locale_struct
Rich Felker
2018-10-20
1
-1
/
+1
*
adapt setlocale to support possibility of failure
Rich Felker
2018-10-20
1
-0
/
+2
*
adjust types in FILE struct to make line buffering check less expensive
Rich Felker
2018-10-18
1
-4
/
+2
*
optimize internal putc_unlocked macro used in putc
Rich Felker
2018-10-18
1
-1
/
+2
*
fix wrong result for putc variants due to operator precedence
Rich Felker
2018-10-18
1
-1
/
+1
*
move stdio locking MAYBE_WAITERS definition to stdio_impl.h
Rich Felker
2018-10-16
1
-0
/
+2
*
combine arch ABI's DTP_OFFSET into DTV pointers
Rich Felker
2018-10-12
1
-2
/
+3
*
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
1
-2
/
+5
*
fix deletion of pthread tsd keys that still have non-null values stored
Rich Felker
2018-09-18
1
-0
/
+3
*
fix null pointer subtraction and comparison in stdio
Rich Felker
2018-09-16
1
-2
/
+2
*
fix undefined behavior in strto* via FILE buffer pointer abuse
Rich Felker
2018-09-15
2
-8
/
+40
*
fix regression with compilers not incorporating C99 DR#289 resolution
Rich Felker
2018-09-13
1
-1
/
+1
*
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
2
-6
/
+9
*
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
1
-6
/
+0
*
reduce spurious inclusion of libc.h
Rich Felker
2018-09-12
7
-8
/
+7
*
remove unused __futex function and source file
Rich Felker
2018-09-12
1
-2
/
+0
*
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
*
declare and make hidden more internal locale functions
Rich Felker
2018-09-12
1
-0
/
+2
*
move additional pthread internal declarations to pthread_impl.h, hide
Rich Felker
2018-09-12
1
-0
/
+15
*
apply hidden visibility to various remaining internal interfaces
Rich Felker
2018-09-12
7
-23
/
+23
*
apply hidden visibility to sigreturn code fragments
Rich Felker
2018-09-12
1
-1
/
+3
*
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 math functions
Rich Felker
2018-09-12
1
-24
/
+24
*
overhaul internally-public declarations using wrapper headers
Rich Felker
2018-09-12
3
-22
/
+6
*
declare __getopt_msg in stdio_impl.h
Rich Felker
2018-09-12
1
-0
/
+2
*
move __memalign declaration to malloc_impl.h
Rich Felker
2018-09-12
1
-0
/
+2
*
make arch __set_thread_area backends hidden
Rich Felker
2018-09-12
1
-1
/
+1
[next]