minix/minix/servers
David van Moolenbroek c33d6ef392 VFS: start off cleanup of pipe2 IPC message
There is no reason to use a single message for nonoverlapping requests
and replies combined, and in fact splitting them out allows reuse of
messages and avoids various problems with field layouts.  Since the
upcoming socketpair(2) system call will be using the same reply as
pipe2(2), split up the single message used for the latter.  In order
to keep the used parts of messages at the front, start a transitional
phase to move the pipe(2) flags field to the front of its request.

Change-Id: If3f1c3d348ec7e27b7f5b7147ce1b9ef490dfab9
2016-02-22 23:23:02 +00:00
..
devman Add live update-friendly annotations. 2015-09-17 13:25:38 +00:00
ds DS: workaround for weak symbol issue 2015-09-17 17:13:28 +00:00
input Move all services to /service 2014-07-31 16:00:31 +02:00
ipc IPC server: subscribe to process events on demand 2016-01-16 14:04:11 +01:00
is NetBSD re-synchronization of the source tree 2016-01-13 20:32:14 +01:00
mib MIB: add support for System V IPC information node 2016-01-16 14:04:12 +01:00
pm PM: generic process event publish/subscribe system 2016-01-16 14:04:10 +01:00
rs Add MIB service, sysctl(2) support 2016-01-13 20:32:37 +01:00
sched Kernel: per-state CPU accounting 2016-01-13 20:32:38 +01:00
vfs VFS: start off cleanup of pipe2 IPC message 2016-02-22 23:23:02 +00:00
vm PM: generic process event publish/subscribe system 2016-01-16 14:04:10 +01:00
Makefile Add MIB service, sysctl(2) support 2016-01-13 20:32:37 +01:00
Makefile.inc merge libminlib with libc 2014-08-28 18:49:19 +02:00