minix/servers/rs
Cristiano Giuffrida bde2109b7c IPC status code for receive().
IPC changes:
- receive() is changed to take an additional parameter, which is a pointer to
a status code.
- The status code is filled in by the kernel to provide additional information
to the caller. For now, the kernel only fills in the IPC call used by the
sender.

Syslib changes:
- sef_receive() has been split into sef_receive() (with the original semantics)
and sef_receive_status() which exposes the status code to userland.
- Ideally, every sys process should gradually switch to sef_receive_status()
and use is_ipc_notify() as a dependable way to check for notify.
- SEF has been modified to use is_ipc_notify() and demonstrate how to use the
new status code.
2010-03-23 00:09:11 +00:00
..
service Convert drivers/ and servers/ over to bsdmake 2010-03-22 21:25:22 +00:00
const.h New RS and new signal handling for system processes. 2010-03-17 01:15:29 +00:00
error.c New RS and new signal handling for system processes. 2010-03-17 01:15:29 +00:00
exec.c New RS and new signal handling for system processes. 2010-03-17 01:15:29 +00:00
glo.h New RS and new signal handling for system processes. 2010-03-17 01:15:29 +00:00
inc.h New RS and new signal handling for system processes. 2010-03-17 01:15:29 +00:00
main.c IPC status code for receive(). 2010-03-23 00:09:11 +00:00
Makefile Convert drivers/ and servers/ over to bsdmake 2010-03-22 21:25:22 +00:00
manager.c New RS and new signal handling for system processes. 2010-03-17 01:15:29 +00:00
memory.c Merge of Wu's GSOC 09 branch (src.20090525.r4372.wu) 2010-01-14 15:24:16 +00:00
proto.h New RS and new signal handling for system processes. 2010-03-17 01:15:29 +00:00
request.c New RS and new signal handling for system processes. 2010-03-17 01:15:29 +00:00
table.c New RS and new signal handling for system processes. 2010-03-17 01:15:29 +00:00
type.h New RS and new signal handling for system processes. 2010-03-17 01:15:29 +00:00
utility.c New RS and new signal handling for system processes. 2010-03-17 01:15:29 +00:00