Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/compat/mach
Module Name: src
Committed By: manu
Date: Thu Jan 2 12:46:08 UTC 2003
Modified Files:
src/sys/compat/mach: mach_bootstrap.c mach_exec.c mach_message.c
mach_message.h mach_port.c mach_port.h
Log Message:
A better implementation of right carried by messages. We now correctly create
the right in the destination process.
This is a small step backward for functionnality: vi does not work anymore
because our right checks cause some spurious errors, but this will be fixed
later.
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/compat/mach/mach_bootstrap.c
cvs rdiff -r1.22 -r1.23 src/sys/compat/mach/mach_exec.c
cvs rdiff -r1.18 -r1.19 src/sys/compat/mach/mach_message.c
cvs rdiff -r1.12 -r1.13 src/sys/compat/mach/mach_message.h
cvs rdiff -r1.28 -r1.29 src/sys/compat/mach/mach_port.c
cvs rdiff -r1.14 -r1.15 src/sys/compat/mach/mach_port.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