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
...
*
defer free of thread-local dlerror buffers from inconsistent context
Rich Felker
2019-02-15
1
-2
/
+20
*
fix behavior of gets when input line contains a null byte
Rich Felker
2019-02-13
1
-3
/
+8
*
redesign robust mutex states to eliminate data races on type field
Rich Felker
2019-02-12
4
-12
/
+23
*
fail fdopendir for O_PATH file descriptors
Rich Felker
2019-02-07
1
-0
/
+4
*
locale: ensure dcngettext() preserves errno
A. Wilcox
2019-02-07
1
-0
/
+3
*
fix call to __pthread_tsd_run_dtors with too many arguments
Rich Felker
2019-01-21
1
-1
/
+1
*
fix unintended linking dependency of pthread_key_create on __synccall
Rich Felker
2019-01-16
1
-0
/
+6
*
halt getspnam[_r] search on error accessing TCB shadow
Rich Felker
2018-12-28
1
-0
/
+2
*
don't set errno or return an error when getspnam[_r] finds no entry
Rich Felker
2018-12-28
2
-3
/
+9
*
make sem_wait and sem_timedwait interruptible by signals
Rich Felker
2018-12-19
1
-1
/
+1
*
don't fail pthread_sigmask/sigprocmask on invalid how when set is null
Rich Felker
2018-12-18
1
-1
/
+1
*
add __timedwait backend workaround for old kernels where futex EINTRs
Rich Felker
2018-12-18
3
-0
/
+15
*
on failed aio submission, set aiocb error and return value
Rich Felker
2018-12-11
1
-2
/
+4
*
don't create aio queue/map structures for invalid file descriptors
Rich Felker
2018-12-11
1
-4
/
+8
*
move aio queue allocation from io thread to submitting thread
Rich Felker
2018-12-11
1
-16
/
+21
*
fix and future-proof against stack overflow in aio io threads
Rich Felker
2018-12-09
1
-1
/
+12
*
add namespace-safe version of getauxval for internal use
Rich Felker
2018-12-09
2
-1
/
+13
*
fix wordexp not to read past end of string ending with lone backslash
Rich Felker
2018-12-09
1
-1
/
+1
*
fix memccpy to not access buffer past given size
Quentin Rameau
2018-12-02
1
-1
/
+1
*
optimize two-way strstr and memmem bad character shift
Rich Felker
2018-11-08
2
-2
/
+2
*
fix regression in setlocale for LC_ALL with per-category setting
Rich Felker
2018-11-02
1
-1
/
+1
*
fix failure to flush stderr when fflush(0) is called
Rich Felker
2018-11-02
1
-1
/
+4
*
fix deadlock and buffered data loss race in fclose
Rich Felker
2018-11-02
1
-13
/
+19
*
__libc_start_main: slightly simplify stage2 pointer setup
Alexander Monakov
2018-11-02
1
-3
/
+4
*
remove commented-out debug printf from strstr
Rich Felker
2018-11-02
1
-1
/
+0
*
fix spuriously slow check in twoway strstr/memmem cores
Rich Felker
2018-11-02
2
-2
/
+2
*
don't omit setting errno in internal __map_file function
Rich Felker
2018-10-22
1
-2
/
+2
*
make the default locale (& a variant) failure-free cases for newlocale
Rich Felker
2018-10-22
1
-1
/
+20
*
simplify newlocale and allow failure for explicit locale names
Rich Felker
2018-10-22
1
-23
/
+14
*
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
[prev]
[next]