Subject: CVS commit: [netbsd-3] src/sys
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 11/05/2005 00:47:00
Module Name:	src
Committed By:	tron
Date:		Sat Nov  5 00:47:00 UTC 2005

Modified Files:
	src/sys/kern [netbsd-3]: sysv_sem.c
	src/sys/sys [netbsd-3]: sem.h

Log Message:
Pull up following revision(s) (requested by chs in ticket #930):
	sys/sys/sem.h: revision 1.20
	sys/kern/sysv_sem.c: revision 1.57
fix the SYSV semop number of operations per request to be limited by
seminfo.semopm (which is tunable via the SEMOPM config variable)
rather than an arbitrary constant.


To generate a diff of this commit:
cvs rdiff -r1.55 -r1.55.10.1 src/sys/kern/sysv_sem.c
cvs rdiff -r1.18 -r1.18.4.1 src/sys/sys/sem.h

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