CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/12/13 17:41:58
Modified files:
sys/sys : proc.h systm.h
sys/kern : kern_synch.c
share/man/man9 : Makefile
Added files:
share/man/man9 : cond_init.9
Log message:
add code to provide simple wait condition handling.
this will be used to replace the bare sleep_state handling in a
bunch of places, starting with the barriers.
