CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2016/06/14 09:58:03
Modified files: sys/kern : kern_timeout.c share/man/man9 : timeout.9 Log message: Prevent a round to zero in the timeout_add_...() functions. Getting an immediate timeout if a positive value is specified is unexpected behavior. Defer calling the handler for at least one tick. Do not change that timeout_add(0) gives you an immediate timeout. OK millert@ uebayasi@ tedu@