NetBSD/sys/compat
manu e04d06c9bb More work on exceptions. Once a task has raised an exception, it remains
blocked in the kernel. The task that catched the exception may unblock
it by sending a reply to the exception message (Of course it will have
to change something so that the exception is not immediatly raised again).

Handling of this reply is a bit complicated, as the kernel acts as the
client instead of the server. In this situation, we receive a message
but we will not send any reply (the message we receive is already a reply).
I have not found anything better than a special case in
mach_msg_overwrite_trap() to handle this.

A surprise: exceptions ports are preserved accross forks.

While we are there, use appropriate 64 bit types for make_memory_entry_64.
2003-11-18 01:40:18 +00:00
..
aout We have CVS; there is no reason to make .bak files when generating the 2003-11-15 20:30:59 +00:00
aoutm68k We have CVS; there is no reason to make .bak files when generating the 2003-11-15 20:30:59 +00:00
common Don't put the netbsd32_compat*.c files in the 'compat library'. Unconditionally 2003-10-15 13:32:14 +00:00
darwin More work on exceptions. Once a task has raised an exception, it remains 2003-11-18 01:40:18 +00:00
freebsd www.netbsd.org -> www.NetBSD.org 2003-11-17 10:07:58 +00:00
hpux We have CVS; there is no reason to make .bak files when generating the 2003-11-15 20:30:59 +00:00
ibcs2 We have CVS; there is no reason to make .bak files when generating the 2003-11-15 20:30:59 +00:00
irix We have CVS; there is no reason to make .bak files when generating the 2003-11-15 20:30:59 +00:00
linux We have CVS; there is no reason to make .bak files when generating the 2003-11-15 20:30:59 +00:00
m68k4k - GC all the setup_stack functions 2003-08-08 18:57:01 +00:00
mach More work on exceptions. Once a task has raised an exception, it remains 2003-11-18 01:40:18 +00:00
netbsd32 We have CVS; there is no reason to make .bak files when generating the 2003-11-15 20:30:59 +00:00
osf1 We have CVS; there is no reason to make .bak files when generating the 2003-11-15 20:30:59 +00:00
ossaudio Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
pecoff We have CVS; there is no reason to make .bak files when generating the 2003-11-15 20:30:59 +00:00
sunos We have CVS; there is no reason to make .bak files when generating the 2003-11-15 20:30:59 +00:00
sunos32 We have CVS; there is no reason to make .bak files when generating the 2003-11-15 20:30:59 +00:00
svr4 We have CVS; there is no reason to make .bak files when generating the 2003-11-15 20:30:59 +00:00
svr4_32 We have CVS; there is no reason to make .bak files when generating the 2003-11-15 20:30:59 +00:00
ultrix We have CVS; there is no reason to make .bak files when generating the 2003-11-15 20:30:59 +00:00
vax1k - GC all the setup_stack functions 2003-08-08 18:57:01 +00:00
Makefile Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more. 2002-11-26 23:30:07 +00:00