CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2021/06/14 23:24:47
Modified files: sys/kern : kern_tc.c subr_pool.c vfs_sync.c sys/net : bpf.c sys/sys : time.h Log message: factor out nsecuptime and getnsecuptime. these functions were implemented in a bunch of places with comments saying it should be moved to kern_tc.c when more pop up, and i was about to add another one. i think it's time to move them to kern_tc.c. ok cheloa@ jmatthew@