minix/servers/vm
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
..
arch/i386 Build NetBSD libc library in world in ELF mode. 2011-06-24 11:46:30 +02:00
addravl_defs.h
addravl.c
addravl.h
alloc.c Build NetBSD libc library in world in ELF mode. 2011-06-24 11:46:30 +02:00
break.c
cavl_if.h
cavl_impl.h Fix VM -Wall warnings and enable -Werror 2011-06-01 11:30:58 +02:00
exec.c New stat structure. 2011-07-12 16:39:55 +02:00
exit.c
fork.c Fix VM -Wall warnings and enable -Werror 2011-06-01 11:30:58 +02:00
glo.h
main.c vm/ipc: only report signals when it matters to ipc 2011-08-05 20:52:32 +00:00
Makefile boot: Add multiboot support 2011-06-24 17:21:51 +02:00
memlist.h
mmap.c Sanity checks prevent VM panic for mmap, vm_remap and map_phys 2011-07-19 08:58:01 +02:00
pagefaults.c Build NetBSD libc library in world in ELF mode. 2011-06-24 11:46:30 +02:00
pagerange.h
phys_region.h
physravl_defs.h
physravl.c
physravl.h
proto.h vm/ipc: only report signals when it matters to ipc 2011-08-05 20:52:32 +00:00
queryexit.c vm/ipc: only report signals when it matters to ipc 2011-08-05 20:52:32 +00:00
region.c rename mmap MAP_SHARED to MAP_IPC_SHARED 2011-07-15 18:10:50 +02:00
region.h
regionavl_defs.h
regionavl.c
regionavl.h
rs.c Fix VM -Wall warnings and enable -Werror 2011-06-01 11:30:58 +02:00
sanitycheck.h
signal.c
slaballoc.c Fix VM -Wall warnings and enable -Werror 2011-06-01 11:30:58 +02:00
unavl.h
util.h
utility.c
vm.h
vmproc.h vm/ipc: only report signals when it matters to ipc 2011-08-05 20:52:32 +00:00
yielded.h
yieldedavl_defs.h
yieldedavl.c
yieldedavl.h