Get out-of-band DMA buffers working for user<->user syslinks. This
allows the syslink protocol to operate in a manner very similar to the
way sophisticated DMA hardware works, where you have a DMA buffer attached
to a command.
Augment the syslink protocol to implement read, write, and read-modify-write
style commands.
Obtain the MP lock in places where needed because fileops are called without
it held now. Our VM ops are not MP safe yet.
Use an XIO to map VM pages between userland processes. Add additional
XIO functions to aid in copying data to and from a userland context. This
removes an extra buffer copy from the path and allows us to manipulate pure
vm_page_t's for just about everything.