minix/servers/ipc
Ben Gras d343041caa VM: make mapping types explicit
Introduce explicit abstractions for different mapping types,
handling the instantiation, forking, pagefaults and freeing of
anonymous memory, direct physical mappings, shared memory and
physically contiguous anonymous memory as separate types, making
region.c more generic.

Also some other genericification like merging the 3 munmap cases
into one.

COW and SMAP safemap code is still implicit in region.c.
2012-10-12 14:52:01 +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 VM: make mapping types explicit 2012-10-12 14:52:01 +02:00
utility.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00