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
*
fix stack protector crashes on x32 & powerpc due to misplaced TLS canary
Rich Felker
2015-05-06
1
-1
/
+6
*
in visibility preinclude, remove overrides for stdin/stdout/stderr
Rich Felker
2015-04-22
1
-3
/
+0
*
fix inconsistent visibility for __hwcap and __sysinfo symbols
Rich Felker
2015-04-22
1
-2
/
+3
*
remove additional libc struct accessor cruft
Rich Felker
2015-04-22
1
-12
/
+0
*
remove cruft for libc struct accessor function and broken visibility
Rich Felker
2015-04-22
1
-14
/
+0
*
add optional global visibility override
Rich Felker
2015-04-19
1
-0
/
+40
*
make dlerror state and message thread-local and dynamically-allocated
Rich Felker
2015-04-18
1
-0
/
+2
*
add missing 'void' in prototypes of internal pthread functions
Alexander Monakov
2015-04-18
1
-6
/
+6
*
fix inconsistent visibility for internal syscall symbols
Rich Felker
2015-04-14
11
-1
/
+11
*
use hidden visibility for i386 asm-internal __vsyscall symbol
Rich Felker
2015-04-14
1
-0
/
+2
*
remove remnants of support for running in no-thread-pointer mode
Rich Felker
2015-04-13
1
-2
/
+1
*
dynamic linker bootstrap overhaul
Rich Felker
2015-04-13
1
-0
/
+57
*
redesign and simplify vmlock system
Rich Felker
2015-04-10
1
-0
/
+4
*
add aarch64 port
Szabolcs Nagy
2015-03-11
1
-0
/
+13
*
math: add dummy implementations of 128 bit long double functions
Szabolcs Nagy
2015-03-11
1
-0
/
+14
*
copy the dtv pointer to the end of the pthread struct for TLS_ABOVE_TP archs
Szabolcs Nagy
2015-03-11
1
-0
/
+1
*
make all objects used with atomic operations volatile
Rich Felker
2015-03-03
3
-20
/
+20
*
factor cancellation cleanup push/pop out of futex __timedwait function
Rich Felker
2015-03-02
1
-1
/
+2
*
add IEEE binary128 long double support to floatscan
Szabolcs Nagy
2015-02-09
1
-1
/
+9
*
remove cruft from x86_64 syscall.h
Szabolcs Nagy
2015-02-07
1
-0
/
+3
*
add FUTEX_PRIVATE macro to internal futex.h
Rich Felker
2015-01-15
1
-0
/
+2
*
provide CMPLX macros in implementation-internal libm.h
Rich Felker
2014-12-17
1
-0
/
+12
*
unify non-inline version of syscall code across archs
Rich Felker
2014-11-22
1
-0
/
+10
*
fix overflow corner case in strtoul-family functions
Rich Felker
2014-09-16
1
-0
/
+1
*
add C11 thread creation and related thread functions
Rich Felker
2014-09-07
1
-0
/
+2
*
fix false ownership of stdio FILEs due to tid reuse
Rich Felker
2014-08-23
2
-0
/
+2
*
fix fallback checks for kernels without private futex support
Rich Felker
2014-08-22
1
-1
/
+1
*
redesign cond var implementation to fix multiple issues
Rich Felker
2014-08-17
1
-5
/
+4
*
make pointers used in robust list volatile
Rich Felker
2014-08-17
1
-2
/
+2
*
make futex operations use private-futex mode when possible
Rich Felker
2014-08-15
1
-2
/
+8
*
add framework for mmap2 syscall unit to vary by arch
Rich Felker
2014-07-30
1
-0
/
+4
*
implement mo file string lookup for translations
Rich Felker
2014-07-26
1
-0
/
+6
*
implement locale file loading and state for remaining locale categories
Rich Felker
2014-07-24
2
-0
/
+10
*
add or1k (OpenRISC 1000) architecture port
Stefan Kristiansson
2014-07-18
1
-0
/
+13
*
add locale framework
Rich Felker
2014-07-02
2
-3
/
+23
*
simplify errno implementation
Rich Felker
2014-06-10
1
-1
/
+1
*
fix for broken kernel side RLIM_INFINITY on mips
Szabolcs Nagy
2014-05-30
1
-0
/
+4
*
break down coarse-grained 64-bit-off_t syscall remappings
Rich Felker
2014-05-30
1
-4
/
+16
*
fix sendfile syscall to use 64-bit off_t
Rich Felker
2014-05-30
1
-0
/
+5
*
fix sys_open macro for archs without the plain open syscall
Rich Felker
2014-05-27
1
-4
/
+4
*
fix placement of multiple inclusion guard endif in internal syscall.h
Rich Felker
2014-05-27
1
-2
/
+2
*
support kernels with no SYS_open syscall, only SYS_openat
Rich Felker
2014-05-24
1
-0
/
+18
*
make socketcall types common as they are same for all architectures
Timo Teräs
2014-04-17
1
-0
/
+23
*
add working vdso clock_gettime support, including static linking
Rich Felker
2014-04-16
1
-0
/
+91
*
use hidden visibility rather than protected for syscall internals
Rich Felker
2014-04-12
1
-1
/
+1
*
always initialize thread pointer at program start
Rich Felker
2014-03-24
1
-2
/
+2
*
include header that declares __syscall_ret where it's defined
Rich Felker
2014-03-23
1
-0
/
+1
*
rename superh port to "sh" for consistency
Rich Felker
2014-02-27
1
-0
/
+0
*
superh port
Bobby Bingham
2014-02-23
1
-0
/
+22
*
mostly-cosmetic fixups to x32 port merge
Rich Felker
2014-02-23
1
-5
/
+2
[next]