minix/servers
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
..
devman Fix GCC image building 2011-07-09 15:04:42 +02:00
ds boot: Add multiboot support 2011-06-24 17:21:51 +02:00
ext2 Add support for VFS-FS transaction IDs 2011-07-27 15:49:42 +00:00
hgfs Add support for VFS-FS transaction IDs 2011-07-27 15:49:42 +00:00
inet rename -lutil to -lminixutil 2011-08-01 14:32:14 +02:00
init Fix GCC image building 2011-07-09 15:04:42 +02:00
ipc vm/ipc: only report signals when it matters to ipc 2011-08-05 20:52:32 +00:00
is Add DEV_CLONE_A dev type 2011-07-27 12:23:03 +00:00
iso9660fs Add support for VFS-FS transaction IDs 2011-07-27 15:49:42 +00:00
lwip rename -lutil to -lminixutil 2011-08-01 14:32:14 +02:00
mfs Add support for VFS-FS transaction IDs 2011-07-27 15:49:42 +00:00
pfs Add support for VFS-FS transaction IDs 2011-07-27 15:49:42 +00:00
pm getsid() implementation 2011-08-02 22:16:59 +02:00
procfs rename mmap MAP_SHARED to MAP_IPC_SHARED 2011-07-15 18:10:50 +02:00
rs Add DEV_CLONE_A dev type 2011-07-27 12:23:03 +00:00
sched boot: Add multiboot support 2011-06-24 17:21:51 +02:00
vfs getsid() implementation 2011-08-02 22:16:59 +02:00
vm vm/ipc: only report signals when it matters to ipc 2011-08-05 20:52:32 +00:00
Makefile MK option to build only system image programs 2011-07-20 09:57:46 +02:00
Makefile.inc Fix GCC image building 2011-07-09 15:04:42 +02:00