Files
ladybird/Kernel/FileSystem
Andreas Kling ab14b0ac64 Kernel: Hoist VM range allocation up to sys$mmap() itself
Instead of letting each File subclass do range allocation in their
mmap() override, do it up front in sys$mmap().

This makes us honor alignment requests for file-backed memory mappings
and simplifies the code somwhat.
2021-01-25 18:57:06 +01:00
..
2020-12-27 23:07:44 +01:00
2020-12-18 19:22:26 +01:00