ups         2004-10-12 16:28:18 UTC
  FreeBSD src repository
  Modified files:
    sys/kern             kern_mutex.c 
  Log:
  Force MUTEX_WAKE_ALL.
  A race condition in single thread wakeup may break priority inheritance.
  
  Tested   by: pho
  Reviewed by: jhb,julian
  Approved by: sam (mentor)
  MFC: ASAP
  
  Revision  Changes    Path
  1.150     +9 -0      src/sys/kern/kern_mutex.c