cvs commit: src/sys/kern sysv_msg.c

Jung-uk Kim jkim at FreeBSD.org
Fri Nov 17 20:43:02 UTC 2006


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


More information about the cvs-all mailing list