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 Dec 26 11:41:47 UTC 2002

Modified Files:
        src/sys/compat/mach: mach_message.c mach_port.c

Log Message:
Queue and dequeue message replies from kernel servers. This is less efficient,
but it sticks closer to the actual Mach semantics: the reply is queued at the
end of the queue. Also add more debug messages on port operations.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sys/compat/mach/mach_message.c
cvs rdiff -r1.19 -r1.20 src/sys/compat/mach/mach_port.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