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
2010-10-25 08:32:14 +00:00
2011-07-27 18:23:36 +02:00
2011-06-24 17:21:51 +02:00
2011-07-22 17:28:27 +02:00
2011-08-01 14:32:14 +02:00
2011-07-25 11:08:17 +02:00
2011-07-26 11:37:18 +02:00
2011-07-27 09:30:26 +00:00
2011-08-04 16:50:57 +00:00
2011-06-25 18:05:01 +02:00
2010-01-21 10:16:05 +00:00
2011-07-27 18:23:36 +02:00
Description
A fun microkernel meant to match modern usecases
GPL-3.0 148 MiB
Languages
C 78.2%
Roff 10.2%
Assembly 4.6%
Shell 3.7%
Makefile 1.6%
Other 1.2%