minix/servers/ipc
Sébastien Boisvert 373cb6526c IPC server: do not loop to find syscall handler
Instead of using a loop to find a matching ipc (inter process
communication) system call type, the offset in the call table can be
simply calculated in constant time.

Also, when the interprocess communication server receives an ipc
system call from a process, ipc should tell VM to watch the process
only once. This patch fixes that also.

(Patch and commit message slightly edited by committer.)
2012-09-10 19:20:03 +02:00
..
inc.h retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
ipc.conf vm_remap_ro 2012-01-13 11:30:01 +00:00
main.c IPC server: do not loop to find syscall handler 2012-09-10 19:20:03 +02:00
Makefile vm/ipc: only report signals when it matters to ipc 2011-08-05 20:52:32 +00:00
sem.c IPC: resolve Coverity warnings 2012-08-09 00:16:35 +02:00
shm.c various warning/errorwarning fixes for gcc47 2012-08-27 16:19:18 +02:00
utility.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00