minix/common
Thomas Veerman 2cde22ee10 Enable a process to find out what the error code was when delivery of an
asynchronous message resulted in an error.

The model here is that:
 - Iff a sender wishes to be notified, the sender MUST check for errors
   BEFORE sending another asynchronous message.

The reason is that in order to remember the error code, we can't clean up
the message table and hence we risk running out of table space. This is
less of a problem when the sender enables notifications only for errors.
2011-04-08 15:23:12 +00:00
..
include Enable a process to find out what the error code was when delivery of an 2011-04-08 15:23:12 +00:00
lib/libc Fix NetBSD a.out bug in common/libc and port Makefile 2011-02-15 20:12:04 +00:00