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
/
time
Commit message (
Expand
)
Author
Age
Files
Lines
*
run pthread tsd destructors when a timer thread pretends to exit
Rich Felker
2011-04-09
1
-0
/
+6
*
greatly improve SIGEV_THREAD timers
Rich Felker
2011-04-09
2
-15
/
+20
*
consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix
Rich Felker
2011-04-06
3
-3
/
+3
*
fix signal-based timers with null sigevent argument
Rich Felker
2011-04-06
5
-28
/
+19
*
timer threads should sleep and stay asleep... a long time
Rich Felker
2011-04-03
1
-1
/
+1
*
revert to deleting kernel-level timer from cancellation handler
Rich Felker
2011-04-03
2
-7
/
+11
*
simplify calling of timer signal handler
Rich Felker
2011-04-03
1
-3
/
+1
*
avoid all malloc/free in timer creation/destruction
Rich Felker
2011-03-30
5
-29
/
+20
*
optimize timer creation and possibly protect against some minor races
Rich Felker
2011-03-30
1
-14
/
+19
*
reorder timer initialization so that timer_create does not depend on free
Rich Felker
2011-03-29
2
-9
/
+17
*
implement POSIX timers
Rich Felker
2011-03-29
5
-0
/
+143
*
overhaul cancellation to fix resource leaks and dangerous behavior with signals
Rich Felker
2011-03-24
1
-0
/
+1
*
global cleanup to use the new syscall interface
Rich Felker
2011-03-20
6
-11
/
+6
*
if returning errno value directly from a syscall, we need to negate it.
Rich Felker
2011-03-19
1
-1
/
+1
*
syscall overhaul part two - unify public and internal syscall interface
Rich Felker
2011-03-19
3
-6
/
+3
*
misplaced & in times() made it fail to work, and clobber the stack
Rich Felker
2011-03-12
1
-1
/
+1
*
more cancellation points: tcdrain, clock_nanosleep
Rich Felker
2011-03-10
1
-1
/
+6
*
fix errno behavior in clock_* functions
Rich Felker
2011-03-10
3
-3
/
+0
*
implement the remaining clock_* interfaces
Rich Felker
2011-02-19
5
-0
/
+36
*
initial check-in, version 0.5.0
v0.5.0
Rich Felker
2011-02-12
25
-0
/
+874