index
:
musl
awilfox/monotonic-dns
lookup-serv
master
posix-compliance
ustat
The musl libc tree (WIP / dev branches)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
time
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-30
avoid all malloc/free in timer creation/destruction
Rich Felker
5
-29
/
+20
2011-03-30
optimize timer creation and possibly protect against some minor races
Rich Felker
1
-14
/
+19
2011-03-29
reorder timer initialization so that timer_create does not depend on free
Rich Felker
2
-9
/
+17
2011-03-29
implement POSIX timers
Rich Felker
5
-0
/
+143
2011-03-24
overhaul cancellation to fix resource leaks and dangerous behavior with signals
Rich Felker
1
-0
/
+1
2011-03-20
global cleanup to use the new syscall interface
Rich Felker
6
-11
/
+6
2011-03-19
if returning errno value directly from a syscall, we need to negate it.
Rich Felker
1
-1
/
+1
2011-03-19
syscall overhaul part two - unify public and internal syscall interface
Rich Felker
3
-6
/
+3
2011-03-12
misplaced & in times() made it fail to work, and clobber the stack
Rich Felker
1
-1
/
+1
2011-03-10
more cancellation points: tcdrain, clock_nanosleep
Rich Felker
1
-1
/
+6
2011-03-10
fix errno behavior in clock_* functions
Rich Felker
3
-3
/
+0
2011-02-19
implement the remaining clock_* interfaces
Rich Felker
5
-0
/
+36
2011-02-12
initial check-in, version 0.5.0
v0.5.0
Rich Felker
25
-0
/
+874