John Baldwin 915cf38b11 - Catch a machine/mutex.h -> sys/mutex.h I somehow missed.
- Close a small race condition.  The sched_lock mutex protects
  p->p_stat as well as the run queues.  Another CPU could change p_stat
  of the process while we are waiting for the lock, and we would end up
  scheduling a process that isn't runnable.
2000-10-25 00:04:16 +00:00
..
2000-10-24 10:49:56 +00:00
2000-10-24 03:38:28 +00:00
2000-10-24 10:48:50 +00:00
2000-10-22 14:24:30 +00:00
2000-10-22 16:09:12 +00:00
2000-10-24 10:48:50 +00:00