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
2016-01-26
change the internal socketcall selection logic
Szabolcs Nagy
-1
/
+1
2016-01-22
move sh port's __shcall internal function from arch/sh/src to src tree
Rich Felker
-0
/
+5
2016-01-21
refactor internal atomic.h
Rich Felker
-0
/
+275
2016-01-20
exclude vis.h when compiling assembly files
Khem Raj
-1
/
+1
2015-11-19
remove undef weak refs to init/fini array symbols in libc.so
Rich Felker
-6
/
+1
2015-11-12
remove use of SHARED macro in dynamic linker version reporting
Rich Felker
-4
/
+1
2015-11-12
unify static and dynamic linked implementations of thread-local storage
Rich Felker
-1
/
+8
2015-11-11
eliminate use of SHARED macro to suppress visibility attributes
Rich Felker
-14
/
+4
2015-11-11
fix dynamic loader library mapping for nommu systems
Rich Felker
-0
/
+4
2015-11-10
explicitly assemble all arm asm sources as UAL
Rich Felker
-0
/
+1
2015-11-09
remove non-working pre-armv4t support from arm asm
Rich Felker
-2
/
+0
2015-09-29
eliminate protected-visibility data in libc.so with vis.h preinclude
Rich Felker
-0
/
+3
2015-09-23
fix signal return for sh/fdpic
Rich Felker
-0
/
+2
2015-09-22
add real fdpic loading of shared libraries
Rich Felker
-0
/
+4
2015-09-22
add general fdpic support in dynamic linker and arch support for sh
Rich Felker
-3
/
+14
2015-09-17
add fdpic structs and reloc types for dynamic linking
Rich Felker
-0
/
+16
2015-09-12
provide arch-generic fdpic self-relocation code for crt1 to use
Rich Felker
-0
/
+28
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
[next]