minix/servers/ipc
Ben Gras 85f6d866e6 rename mmap MAP_SHARED to MAP_IPC_SHARED
. MAP_SHARED was used to implement sysv shared memory
	. used to signal shareable memory region to VM
	. assumptions about this situation break when processes
	  use MAP_SHARED for its normal, standardised meaning
2011-07-15 18:10:50 +02:00
..
inc.h New RS and new signal handling for system processes. 2010-03-17 01:15:29 +00:00
main.c More use of endpoint_t. Other code cleanup. 2010-03-30 14:07:15 +00:00
Makefile Fix GCC image building 2011-07-09 15:04:42 +02:00
sem.c fix clang warnings -R in kernel/ and servers/ 2011-06-09 16:09:13 +02:00
shm.c rename mmap MAP_SHARED to MAP_IPC_SHARED 2011-07-15 18:10:50 +02:00
utility.c new ipc server that implements shared memory and semaphores. 2009-09-21 14:53:13 +00:00