Change CAPS over to use XIO instead of the vmspace_copy() junk it was using
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 31 Mar 2004 19:28:29 +0000 (19:28 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 31 Mar 2004 19:28:29 +0000 (19:28 +0000)
commit02fb4e24c62c43ccc932e06d7945e25f952595c2
tree2abdba45902eb867b1867b6e06589995f7e104dc
parentbc2a7a1c20f1f6921271b66b6bdef5c08c1da2e2
Change CAPS over to use XIO instead of the vmspace_copy() junk it was using
before.  This almost doubles CAPS IPC messaging performance.

Also correct a number of memory leaks due to incorrect reference counting.
sys/kern/lwkt_caps.c
sys/sys/caps.h