Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 11/03/2005 16:57:03
Module Name: src
Committed By: chs
Date: Thu Nov 3 16:57:03 UTC 2005
Modified Files:
src/sys/kern: sysv_sem.c
src/sys/sys: sem.h
Log Message:
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.56 -r1.57 src/sys/kern/sysv_sem.c
cvs rdiff -r1.19 -r1.20 src/sys/sys/sem.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.