Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/compat/ibcs2
Module Name: src
Committed By: dsl
Date: Sun Jun 17 16:32:51 UTC 2007
Modified Files:
src/sys/compat/ibcs2: ibcs2_ipc.c
Log Message:
Directly call the relevant system support routines instead of going via
the compat_10 and compat_14 functions - makes the code neater and, removes
many data copies and also removes the stackgap use.
Also (indirectly) fixes some code paths that fotgot to do copyin/out.
To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 src/sys/compat/ibcs2/ibcs2_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