ladybird/Kernel/VM
Robin Burchell 0dc9af5f7e Add clang-format file
Also run it across the whole tree to get everything using the One True Style.
We don't yet run this in an automated fashion as it's a little slow, but
there is a snippet to do so in makeall.sh.
2019-05-28 17:31:20 +02:00
..
.gitignore Kernel: Move VM-related files into Kernel/VM/. 2019-04-03 15:13:07 +02:00
MemoryManager.cpp Kernel: Let PageDirectory own the associated RangeAllocator. 2019-05-20 04:46:29 +02:00
MemoryManager.h Add clang-format file 2019-05-28 17:31:20 +02:00
PageDirectory.cpp Kernel: Forked children should inherit their RangeAllocator by copy. 2019-05-22 13:24:28 +02:00
PageDirectory.h Add clang-format file 2019-05-28 17:31:20 +02:00
PhysicalPage.cpp Kernel: Move VM-related files into Kernel/VM/. 2019-04-03 15:13:07 +02:00
PhysicalPage.h Add clang-format file 2019-05-28 17:31:20 +02:00
RangeAllocator.cpp Kernel: Forked children should inherit their RangeAllocator by copy. 2019-05-22 13:24:28 +02:00
RangeAllocator.h Add clang-format file 2019-05-28 17:31:20 +02:00
Region.cpp Kernel: Let Region keep a Range internally. 2019-05-17 04:32:08 +02:00
Region.h Add clang-format file 2019-05-28 17:31:20 +02:00
VMObject.cpp Kernel: Move Inode to its own files. 2019-05-16 03:02:37 +02:00
VMObject.h Add clang-format file 2019-05-28 17:31:20 +02:00