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
path:
root
/
src
/
internal
Age
Commit message (
Expand
)
Author
Lines
2015-06-25
fix local-dynamic model TLS on mips and powerpc
Rich Felker
-0
/
+4
2015-06-16
switch to using trap number 31 for syscalls on sh
Rich Felker
-1
/
+1
2015-06-16
refactor stdio open file list handling, move it out of global libc struct
Rich Felker
-4
/
+3
2015-06-16
byte-based C locale, phase 3: make MB_CUR_MAX variable to activate code
Rich Felker
-0
/
+3
2015-06-16
byte-based C locale, phase 2: stdio and iconv (multibyte callers)
Rich Felker
-0
/
+1
2015-06-07
add multiple inclusion guard to locale_impl.h
Rich Felker
-0
/
+5
2015-06-07
remove redefinition of MB_CUR_MAX in locale_impl.h
Rich Felker
-3
/
+0
2015-06-06
make static C and C.UTF-8 locales available outside of newlocale
Rich Felker
-0
/
+7
2015-05-27
overhaul locale internals to treat categories roughly uniformly
Rich Felker
-7
/
+5
2015-05-25
move call to dynamic linker stage-3 into stage-2 function
Rich Felker
-1
/
+1
2015-05-16
eliminate costly tricks to avoid TLS access for current locale state
Rich Felker
-6
/
+2
2015-05-06
fix stack protector crashes on x32 & powerpc due to misplaced TLS canary
Rich Felker
-1
/
+6
2015-04-22
in visibility preinclude, remove overrides for stdin/stdout/stderr
Rich Felker
-3
/
+0
2015-04-22
fix inconsistent visibility for __hwcap and __sysinfo symbols
Rich Felker
-2
/
+3
2015-04-22
remove additional libc struct accessor cruft
Rich Felker
-12
/
+0
2015-04-22
remove cruft for libc struct accessor function and broken visibility
Rich Felker
-14
/
+0
2015-04-19
add optional global visibility override
Rich Felker
-0
/
+40
2015-04-18
make dlerror state and message thread-local and dynamically-allocated
Rich Felker
-0
/
+2
2015-04-18
add missing 'void' in prototypes of internal pthread functions
Alexander Monakov
-6
/
+6
2015-04-14
fix inconsistent visibility for internal syscall symbols
Rich Felker
-1
/
+11
2015-04-14
use hidden visibility for i386 asm-internal __vsyscall symbol
Rich Felker
-0
/
+2
2015-04-13
remove remnants of support for running in no-thread-pointer mode
Rich Felker
-2
/
+1
2015-04-13
dynamic linker bootstrap overhaul
Rich Felker
-0
/
+57
2015-04-10
redesign and simplify vmlock system
Rich Felker
-0
/
+4
2015-03-11
add aarch64 port
Szabolcs Nagy
-0
/
+13
2015-03-11
math: add dummy implementations of 128 bit long double functions
Szabolcs Nagy
-0
/
+14
2015-03-11
copy the dtv pointer to the end of the pthread struct for TLS_ABOVE_TP archs
Szabolcs Nagy
-0
/
+1
2015-03-03
make all objects used with atomic operations volatile
Rich Felker
-20
/
+20
2015-03-02
factor cancellation cleanup push/pop out of futex __timedwait function
Rich Felker
-1
/
+2
2015-02-09
add IEEE binary128 long double support to floatscan
Szabolcs Nagy
-1
/
+9
2015-02-07
remove cruft from x86_64 syscall.h
Szabolcs Nagy
-0
/
+3
2015-01-15
add FUTEX_PRIVATE macro to internal futex.h
Rich Felker
-0
/
+2
2014-12-17
provide CMPLX macros in implementation-internal libm.h
Rich Felker
-0
/
+12
2014-11-22
unify non-inline version of syscall code across archs
Rich Felker
-0
/
+10
2014-09-16
fix overflow corner case in strtoul-family functions
Rich Felker
-0
/
+1
2014-09-07
add C11 thread creation and related thread functions
Rich Felker
-0
/
+2
2014-08-23
fix false ownership of stdio FILEs due to tid reuse
Rich Felker
-0
/
+2
2014-08-22
fix fallback checks for kernels without private futex support
Rich Felker
-1
/
+1
2014-08-17
redesign cond var implementation to fix multiple issues
Rich Felker
-5
/
+4
2014-08-17
make pointers used in robust list volatile
Rich Felker
-2
/
+2
2014-08-15
make futex operations use private-futex mode when possible
Rich Felker
-2
/
+8
2014-07-30
add framework for mmap2 syscall unit to vary by arch
Rich Felker
-0
/
+4
2014-07-26
implement mo file string lookup for translations
Rich Felker
-0
/
+6
2014-07-24
implement locale file loading and state for remaining locale categories
Rich Felker
-0
/
+10
2014-07-18
add or1k (OpenRISC 1000) architecture port
Stefan Kristiansson
-0
/
+13
2014-07-02
add locale framework
Rich Felker
-3
/
+23
2014-06-10
simplify errno implementation
Rich Felker
-1
/
+1
2014-05-30
fix for broken kernel side RLIM_INFINITY on mips
Szabolcs Nagy
-0
/
+4
2014-05-30
break down coarse-grained 64-bit-off_t syscall remappings
Rich Felker
-4
/
+16
2014-05-30
fix sendfile syscall to use 64-bit off_t
Rich Felker
-0
/
+5
[next]