Go to file
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
benchmarks Fixed unixbench Run script 2010-10-25 08:32:14 +00:00
boot csu/build support for ELF 2010-12-10 22:20:12 +00:00
commands LWIP - dhcpd --lwip 2011-04-07 07:44:17 +00:00
common Enable a process to find out what the error code was when delivery of an 2011-04-08 15:23:12 +00:00
docs Update docs/UPDATING 2011-02-26 23:01:27 +00:00
drivers drivers/sb16: delete altogether; the latest copy is in drivers/audio/sb16 2011-03-25 10:48:16 +00:00
etc LWIP - scripts 2011-04-07 07:44:23 +00:00
include Move elf headers in common/include and libexec.h in lib/libexec. 2011-03-18 15:13:05 +00:00
kernel Enable sending a notification when sending of an asynchronous message was 2011-04-08 15:14:48 +00:00
lib Enable a process to find out what the error code was when delivery of an 2011-04-08 15:23:12 +00:00
man remove fsck1 altogether 2010-12-21 11:00:13 +00:00
nbsd_include [NBSD libc] Various fixes. 2011-04-06 15:59:10 +00:00
servers libexec: return physaddr info from ELF headers 2011-04-07 12:22:36 +00:00
share mk scripts: add flag for compiling with nbsd libc. 2011-03-03 16:41:19 +00:00
test - Refactor mthread structure fields to prevent name clashes 2011-03-18 10:29:54 +00:00
tools release.sh: explicitly use the pkgin pkg_install pkg_add 2011-03-10 12:54:58 +00:00
.gitignore revert r8783, as those entries are auto-generated now 2010-11-17 14:29:32 +00:00
LICENSE Fix parameter parsing in cut 2010-01-21 10:16:05 +00:00
Makefile add clean clang libraries target 2011-02-21 16:07:22 +00:00