- Fix sys_untimeout implementation should not modify timer values since we are now using absolute timeouts.c - Cleanup and simplify sys_check_timeouts() implementation - Implement sys_restart_timeouts to rebase all timeouts based on next timer to expire Changes by me: - Rename TIME_LESS_THAN to TIME_LESS_OR_EQUAL_THAN