nathanw 11aebbf730 Change the contract for timer_settime() (the internal routine, not the
syscall sys_timer_settime()) to take an absolute value for realtime
timers. This avoids a pair of gratiuitous conversions with the
possibility that the timer's intermediate value would be 0.0, which
would signal timer_settime() to cancel the timer.

Adjust callers of timer_settime() to compensate; catch the case where
sys_timer_settime() with an absolute time value of now and a virtual
timer would also be subtracted down to a timer-cancelling 0.0.

This should fix the bug seen in libpthread's nanosleep() where certain
applications, such as xmms, would wedge with unexpired userlevel
alarms.
2003-03-10 21:49:56 +00:00
..
2003-02-15 20:56:48 +00:00
2003-02-09 09:14:58 +00:00
2003-02-15 20:56:48 +00:00
2003-02-05 15:49:02 +00:00
2003-02-26 06:31:08 +00:00
2003-02-26 06:31:08 +00:00
2003-02-26 06:31:08 +00:00
2003-02-26 06:31:08 +00:00
2003-02-26 06:31:08 +00:00
2003-03-05 18:28:22 +00:00