Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
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.
Home |
Main Index |
Thread Index |
Old Index