of the resumed timers list, so that kqtimer_proc_continue() does not
iterated into the same timer again.
PR: 293141
kqtimer_proc_continue(): correct calculation of 'now'
It must be sbinuptime(), this is how kc->next is set up.
PR: 293141
Noted by: markj