CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/08/06 18:45:26
Modified files:
sys/kern : kern_timeout.c
sys/sys : timeout.h
share/man/man9 : timeout.9
Log message:
timeout(9): remove unused interfaces: timeout_add_ts(9), timeout_add_bt(9)
These two interfaces have been entirely unused since introduction.
Remove them and thin the "timeout" namespace a bit.
Discussed with mpi@ and ratchov@ almost a year ago, though I blocked
the change at that time. Also discussed with visa@.
ok visa@, mpi@