CVSROOT:        /cvs
Module name:    src
Changes by:     d...@cvs.openbsd.org    2025/05/23 17:56:15

Modified files:
        sys/sys        : timeout.h 
        sys/kern       : kern_timeout.c 
        share/man/man9 : timeout.9 

Log message:
deprecate timeout_add_tv now that nothing uses it anymore.

i feel like it was a bit of a footgun because timeouts had to assume
that the timeval passed is valid. the api only returns whether the
timeout was added or already pending, it's not clear what it should
do if the timeval is invalid.

ok mpi@ bluhm@

Reply via email to