minix/servers/ipc
Ben Gras d477a9ed82 vm/ipc: only report signals when it matters to ipc
. ipc wants to know about processes that get
	  signals, so that it can break blocking ipc operations
	. doing it for every single signal is wasteful
	  and causes the annoying 'no slot for signals' message
	. this fix tells vm on a per-process basis it (ipc)
	  wants to be notified, i.e. only when it does any ipc calls
	. move ipc config to separate config file while we're at it
2011-08-05 20:52:32 +00:00
..
inc.h New RS and new signal handling for system processes. 2010-03-17 01:15:29 +00:00
ipc.conf vm/ipc: only report signals when it matters to ipc 2011-08-05 20:52:32 +00:00
main.c vm/ipc: only report signals when it matters to ipc 2011-08-05 20:52:32 +00:00
Makefile vm/ipc: only report signals when it matters to ipc 2011-08-05 20:52:32 +00:00
sem.c fix clang warnings -R in kernel/ and servers/ 2011-06-09 16:09:13 +02:00
shm.c rename mmap() and munmap() 2011-07-16 13:01:19 +02:00
utility.c new ipc server that implements shared memory and semaphores. 2009-09-21 14:53:13 +00:00