K 10 svn:author V 3 jhb K 8 svn:date V 27 2007-02-23T16:22:09.000000Z K 7 svn:log V 314 Add a new kernel sleep function pause(9). pause(9) is for places that want an equivalent of DELAY(9) that sleeps instead of spins. It accepts a wmesg and a timeout and is not interrupted by signals. It uses a private wait channel that should never be woken up by wakeup(9) or wakeup_one(9). Glanced at by: phk END