This adds the following tests:
* test that writes to a MAP_SHARED | MAP_ANONYMOUS mmap region are
visible in processes sharing the region.
* test that writes to a MAP_PRIVATE | MAP_ANONYMOUS mmap region are not
visible in processes sharing the region.
* test that multi-region mmaps backed by cow pages work correctly.