CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2025/05/23 18:19:09
Modified files: sys/kern : kern_timeout.c Log message: timeout_add_ticks doesnt have to do rounding now it's callers do it. timeout_add_ticks turned short (less than 1 tick but greater than 0) timeouts into 1 tick timeouts. timeout_add_nsec/usec/msec round themselves up now, so this isn't necessary anymore.