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
2011-03-24
simplify and optimize FILE lock handling
Rich Felker
-3
/
+2
2011-03-24
overhaul cancellation to fix resource leaks and dangerous behavior with signals
Rich Felker
-1
/
+2
2011-03-20
global cleanup to use the new syscall interface
Rich Felker
-22
/
+0
2011-03-19
syscall overhaul part two - unify public and internal syscall interface
Rich Felker
-0
/
+32
2011-03-19
remove comment cruft that got left behind in x86_64 syscall.s
Rich Felker
-1
/
+0
2011-03-19
overhaul syscall interface
Rich Felker
-11
/
+46
2011-03-18
implement [v]swprintf
Rich Felker
-1
/
+1
2011-03-17
implement robust mutexes
Rich Felker
-0
/
+5
2011-03-17
reorder mutex struct fields to make room for pointers (upcoming robust mutexes)
Rich Felker
-1
/
+3
2011-03-17
unify lock and owner fields of mutex structure
Rich Felker
-1
/
+0
2011-03-12
implement flockfile api, rework stdio locking
Rich Felker
-12
/
+11
2011-03-10
optimize pthread termination in the non-detached case
Rich Felker
-0
/
+1
2011-03-08
fix and optimize non-default-type mutex behavior
Rich Felker
-0
/
+1
2011-03-07
use the selected clock from the condattr for pthread_cond_timedwait
Rich Felker
-0
/
+1
2011-02-24
various changes in preparation for dynamic linking support
Rich Felker
-5
/
+13
2011-02-20
use an accessor function for __libc data pointer when compiled as PIC
Rich Felker
-4
/
+19
2011-02-18
add pthread_atfork interface
Rich Felker
-0
/
+1
2011-02-17
reorganize pthread data structures and move the definitions to alltypes.h
Rich Felker
-0
/
+19
2011-02-15
move arch-specific internal headers into place
Rich Felker
-637
/
+0
2011-02-15
finish unifying thread register handling in preparation for porting
Rich Felker
-8
/
+2
2011-02-15
begin unifying clone/thread management interface in preparation for porting
Rich Felker
-5
/
+3
2011-02-13
cleaning up syscalls in preparation for x86_64 port
Rich Felker
-9
/
+40
2011-02-12
ensure that the compiler doesn't try to reorder around atomic ops
Rich Felker
-13
/
+13
2011-02-12
initial check-in, version 0.5.0
v0.5.0
Rich Felker
-0
/
+852
[prev]