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 06:14:40 UTC 2002

Modified Files:
        syssrc/sys/compat/mach: mach_errno.c mach_host.c mach_namemap.c
            mach_port.c mach_vm.c mach_vm.h

Log Message:
In mach_reply_port, don't increment the returned port for now, this confuses
the binary on the second launch.
In mach_vm_map, hack in a failure so that we fail exactly like Darwin when
mapping a page at address 0
Add vm_allocate trap


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