Source-Changes archive

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

CVS commit: syssrc/sys/compat/mach



Module Name:    syssrc
Committed By:   manu
Date:           Tue Nov 12 05:18:32 UTC 2002

Modified Files:
        syssrc/sys/compat/mach: mach_errno.c mach_errno.h mach_task.c mach_vm.c

Log Message:
mach_ports_lookup allocate one page of memory and returns its address.
On error, most traps return a short packet with just an error code, emulate
this correctly.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 syssrc/sys/compat/mach/mach_errno.c \
    syssrc/sys/compat/mach/mach_errno.h
cvs rdiff -r1.3 -r1.4 syssrc/sys/compat/mach/mach_task.c
cvs rdiff -r1.4 -r1.5 syssrc/sys/compat/mach/mach_vm.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