jkim        2006-11-17 20:43:01 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             sysv_msg.c 
  Log:
  Fix msgsnd(3)/msgrcv(3) deadlock under heavy resource pressure by timing out
  msgsnd and rechecking resources.  This problem was found while I was running
  Linux Test Project test suite (test cases: msgctl08, msgctl09).
  Change `msgwait' to `msgsnd' and `msgrcv' to distinguish its sleeping
  conditions.  Few cosmetic changes to debugging messages.
  
  Revision  Changes    Path
  1.65      +9 -5      src/sys/kern/sysv_msg.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to