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
*
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
2
-12
/
+22
*
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
*
further optimize getc/putc when locking is needed
Rich Felker
2018-10-18
2
-10
/
+10
*
use prototype for function pointer in static link libc init barrier
Rich Felker
2018-10-18
1
-1
/
+1
*
fix error in constraints for static link libc init barrier
Rich Felker
2018-10-18
1
-1
/
+1
*
fix build regression due to missing file for putc changes
Rich Felker
2018-10-18
1
-0
/
+22
*
bypass indirection through pointer objects to access stdin/out/err
Rich Felker
2018-10-18
4
-9
/
+33
*
optimize hot paths of putc with manual shrink-wrapping
Rich Felker
2018-10-17
3
-13
/
+8
*
optimize hot paths of getc with manual shrink-wrapping
Rich Felker
2018-10-17
4
-15
/
+30
*
document and make explicit desired noinline property for __init_libc
Rich Felker
2018-10-17
1
-0
/
+6
*
impose barrier between thread pointer setup and use for static linking
Rich Felker
2018-10-17
1
-0
/
+13
*
move stdio locking MAYBE_WAITERS definition to stdio_impl.h
Rich Felker
2018-10-16
3
-4
/
+2
*
x86_64: add single instruction fma
Szabolcs Nagy
2018-10-15
4
-0
/
+92
*
arm: add single instruction fma
Szabolcs Nagy
2018-10-15
2
-0
/
+30
*
powerpc: add single instruction fabs, fabsf, fma, fmaf, sqrt, sqrtf
Szabolcs Nagy
2018-10-15
6
-0
/
+90
*
s390x: add single instruction fma and fmaf
Szabolcs Nagy
2018-10-15
2
-0
/
+14
*
allow escaped path-separator slashes in glob
Rich Felker
2018-10-13
1
-11
/
+22
*
rewrite core of the glob implementation for correctness & optimization
Rich Felker
2018-10-12
1
-105
/
+112
*
combine arch ABI's DTP_OFFSET into DTV pointers
Rich Felker
2018-10-12
4
-17
/
+17
*
fix redundant computations of strlen in glob append function
Rich Felker
2018-10-11
1
-2
/
+5
*
fix invalid substitute of [1] for flexible array member in glob
Rich Felker
2018-10-11
1
-2
/
+2
*
fix fesetround error checking
Szabolcs Nagy
2018-10-10
1
-6
/
+5
*
fix build regression on armhf in tlsdesc asm
Rich Felker
2018-10-09
1
-0
/
+1
*
allow freeaddrinfo of arbitrary sublists of addrinfo list
Rich Felker
2018-10-04
3
-8
/
+25
*
inline cp15 thread pointer load in arm dynamic TLSDESC asm when possible
Rich Felker
2018-10-01
1
-0
/
+9
*
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
[next]