Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: njoly
Date: Tue May 6 20:25:09 UTC 2008
Modified Files:
src/lib/libc/sys: semctl.2
src/sys/kern: sysv_sem.c
Log Message:
- Make semctl SETVAL/SETALL commands validate the semaphore value to
be set, which needs to be in the range [0,SEMVMX].
- Adjust the man page.
To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/lib/libc/sys/semctl.2
cvs rdiff -r1.82 -r1.83 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.
Home |
Main Index |
Thread Index |
Old Index