CVSROOT: /cvs Module name: src Changes by: chel...@cvs.openbsd.org 2020/03/19 22:08:25
Modified files: sys/kern : kern_time.c Log message: nanosleep(2): tsleep(9) -> tsleep_nsec(9) While here, rename the wait channel so the tsleep_nsec(9) call will fit onto a single line. It isn't a global channel so the name is arbitrary anyway. With input from visa@. ok visa@