Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-3] src/sys



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.




Home | Main Index | Thread Index | Old Index