mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 00:22:43 +02:00
You can now mmap a file as private and writable, and the changes you make will only be visible to you. This works because internally a MAP_PRIVATE region is backed by a unique PrivateInodeVMObject instead of using the globally shared SharedInodeVMObject like we always did before. :^) Fixes #1045.
151 KiB
151 KiB