Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Mindaugas Rasiukevicius <rmind@netbsd.org>
List: source-changes
Date: 11/25/2007 19:03:24
Module Name:	src
Committed By:	rmind
Date:		Sun Nov 25 19:03:24 UTC 2007

Modified Files:
	src/sys/kern: sysv_msg.c sysv_sem.c

Log Message:
- Retry the operations (instead of failing) in case of reallocation.
  Suggested by <yamt>.
- Use predicts in checks for reallocation state.


To generate a diff of this commit:
cvs rdiff -r1.52 -r1.53 src/sys/kern/sysv_msg.c
cvs rdiff -r1.75 -r1.76 src/sys/kern/sysv_sem.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.