Files
ladybird/Kernel
Andreas Kling d720388acf Kernel: Support partial munmap()
You can now munmap() a part of a region. The kernel will then create
one or two new regions around the "hole" and re-map them using the same
physical pages as before.

This goes towards fixing #175, but not all the way since we don't yet
do munmap() across multiple mappings.
2019-08-29 20:57:02 +02:00
..
2019-08-29 10:18:39 +02:00
2019-07-13 08:00:24 +02:00
2019-07-29 11:19:04 +02:00
2019-08-29 20:57:02 +02:00
2019-08-29 20:57:02 +02:00
2019-05-28 17:31:20 +02:00
2019-08-11 16:30:43 +02:00
2019-08-11 16:30:43 +02:00
2019-08-25 19:47:37 +02:00
2019-08-25 19:47:37 +02:00