PR #317 Adds support for liveslots and implements the kernel side of the liveslots syscall interface. However, the specific syscalls relating to distributed garbage collection (dropImports, retireImports, retireExports, and abandonExports) are currently stubbed out; they need to have actual implementations, including adding support for the corresponding vat delivery messages (dropExports, retireExports, retireImports, and bringOutYourDead). The logic for these can almost certainly be largely cribbed from SwingSet.