CVSROOT: /cvs Module name: src Changes by: chel...@cvs.openbsd.org 2023/04/04 18:23:06
Modified files: sys/kern : kern_clockintr.c Log message: clockintr: add clockintr_cancel() As the name suggests, clockintr_cancel() cancels any pending expiration of the given clockintr. I think we will need this in the near future.