ladybird/Kernel/Memory
Liav A 0c675192c9 Kernel: Send SIGBUS to threads that use after valid Inode mmaped range
According to Dr. POSIX, we should allow to call mmap on inodes even on
ranges that currently don't map to any actual data. Trying to read or
write to those ranges should result in SIGBUS being sent to the thread
that did violating memory access.
2022-09-16 14:55:45 +03:00
..
AddressSpace.cpp
AddressSpace.h
AllocationStrategy.h
AnonymousVMObject.cpp
AnonymousVMObject.h
InodeVMObject.cpp
InodeVMObject.h
MappedROM.h
MemoryManager.cpp
MemoryManager.h
PageDirectory.cpp
PageDirectory.h
PageFaultResponse.h
PhysicalPage.cpp
PhysicalPage.h
PhysicalRegion.cpp
PhysicalRegion.h
PhysicalZone.cpp
PhysicalZone.h
PrivateInodeVMObject.cpp
PrivateInodeVMObject.h
Region.cpp
Region.h
RegionTree.cpp
RegionTree.h
RingBuffer.cpp
RingBuffer.h
ScatterGatherList.cpp
ScatterGatherList.h
ScopedAddressSpaceSwitcher.cpp
ScopedAddressSpaceSwitcher.h
SharedFramebufferVMObject.cpp
SharedFramebufferVMObject.h
SharedInodeVMObject.cpp
SharedInodeVMObject.h
TypedMapping.h
VirtualRange.cpp
VirtualRange.h
VMObject.cpp
VMObject.h