Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/compat/netbsd32
Module Name: src
Committed By: dsl
Date: Sun Jun 3 10:55:10 UTC 2007
Modified Files:
src/sys/compat/netbsd32: netbsd32.h netbsd32_compat_10.c netbsd32_ipc.c
Log Message:
Split netbsd32___semctl14() so that it is callable from
compat_10_netbsd32_sys_semsys() (where the one parameter is already in
kernel space).
Note that the code in compat_10_netbsd32_sys_semsys() has always been wrong,
since it called compat_14_sys___semctl() - which would read 64bit values!
To generate a diff of this commit:
cvs rdiff -r1.63 -r1.64 src/sys/compat/netbsd32/netbsd32.h
cvs rdiff -r1.19 -r1.20 src/sys/compat/netbsd32/netbsd32_compat_10.c
cvs rdiff -r1.11 -r1.12 src/sys/compat/netbsd32/netbsd32_ipc.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