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
/
time
Age
Commit message (
Expand
)
Author
Lines
2011-03-30
avoid all malloc/free in timer creation/destruction
Rich Felker
-29
/
+20
2011-03-30
optimize timer creation and possibly protect against some minor races
Rich Felker
-14
/
+19
2011-03-29
reorder timer initialization so that timer_create does not depend on free
Rich Felker
-9
/
+17
2011-03-29
implement POSIX timers
Rich Felker
-0
/
+143
2011-03-24
overhaul cancellation to fix resource leaks and dangerous behavior with signals
Rich Felker
-0
/
+1
2011-03-20
global cleanup to use the new syscall interface
Rich Felker
-11
/
+6
2011-03-19
if returning errno value directly from a syscall, we need to negate it.
Rich Felker
-1
/
+1
2011-03-19
syscall overhaul part two - unify public and internal syscall interface
Rich Felker
-6
/
+3
2011-03-12
misplaced & in times() made it fail to work, and clobber the stack
Rich Felker
-1
/
+1
2011-03-10
more cancellation points: tcdrain, clock_nanosleep
Rich Felker
-1
/
+6
2011-03-10
fix errno behavior in clock_* functions
Rich Felker
-3
/
+0
2011-02-19
implement the remaining clock_* interfaces
Rich Felker
-0
/
+36
2011-02-12
initial check-in, version 0.5.0
v0.5.0
Rich Felker
-0
/
+874