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 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
*
import vanilla x86_64 code as x32
rofl0r
2014-02-23
1
-0
/
+12
*
internal/syscall.h: add syscall_arg_t macro
rofl0r
2014-02-22
1
-6
/
+11
*
internal/syscall.h: use a macro for the syscall args casts
rofl0r
2014-02-22
1
-13
/
+17
*
fix ftello result for append streams with unflushed output
Rich Felker
2014-02-07
1
-0
/
+1
*
include cleanups: remove unused headers and add feature test macros
Szabolcs Nagy
2013-12-12
1
-1
/
+0
*
add infrastructure to record and report the version of libc.so
Rich Felker
2013-12-01
1
-0
/
+12
*
fix potential deadlock bug in libc-internal locking logic
Rich Felker
2013-09-20
1
-2
/
+2
*
support configurable page size on mips, powerpc and microblaze
Szabolcs Nagy
2013-09-15
1
-0
/
+6
*
math: remove STRICT_ASSIGN macro
Szabolcs Nagy
2013-09-06
1
-11
/
+0
*
math: remove libc.h include from libm.h
Szabolcs Nagy
2013-09-05
1
-2
/
+0
*
math: cosmetic cleanup (use explicit union instead of fshape and dshape)
Szabolcs Nagy
2013-09-05
1
-66
/
+56
*
math: remove *_WORD64 macros from libm.h
Szabolcs Nagy
2013-09-05
1
-16
/
+0
*
math: remove old longdbl.h
Szabolcs Nagy
2013-09-05
2
-113
/
+0
*
long double cleanup, initial commit
Szabolcs Nagy
2013-09-05
2
-26
/
+28
*
fix multiple bugs in SIGEV_THREAD timers
Rich Felker
2013-08-03
1
-1
/
+1
*
debloat code that depends on /proc/self/fd/%d with shared function
Rich Felker
2013-08-02
1
-0
/
+13
*
refactor headers, especially alltypes.h, and improve C++ ABI compat
Rich Felker
2013-07-22
2
-2
/
+2
*
add support for init/fini array in main program, and greatly simplify
Rich Felker
2013-07-21
1
-3
/
+0
*
fix missing argument in variadic syscall macros
Rich Felker
2013-07-17
1
-1
/
+1
*
add some comments about the mips ksigaction structure weirdness
Rich Felker
2013-06-29
1
-0
/
+3
*
fix major scanf breakage with unbuffered streams, fmemopen, etc.
Rich Felker
2013-06-22
1
-0
/
+1
*
transition to using functions for internal signal blocking/restoring
Rich Felker
2013-04-26
1
-0
/
+4
*
add support for program_invocation[_short]_name
Rich Felker
2013-04-06
1
-0
/
+4
[prev]
[next]