Truly independent web browser
Find a file
Andreas Kling 2f2f28f212 Kernel: Refactor Region/PageDirectory ownership model.
Make PageDirectory retainable and have each Region co-own the PageDirectory
they're mapped into. When unmapped, Region has no associated PageDirectory.

This allows Region to automatically unmap itself when destroyed.
2019-01-22 05:06:22 +01:00
AK Coding style fixes in AK. 2019-01-19 22:53:05 +01:00
Base/etc Make bash-2.05b build with minimal changes. 2018-11-17 00:14:07 +01:00
Editor Editor: Fix build on Linux. 2018-12-09 13:48:11 +01:00
Kernel Kernel: Refactor Region/PageDirectory ownership model. 2019-01-22 05:06:22 +01:00
LibC Kernel: Support open() with O_CREAT. 2019-01-22 00:58:56 +01:00
LibGUI WindowServer: Don't invalidate already frontmost window for moving to front. 2019-01-21 02:19:08 +01:00
SharedGraphics Kernel: Refactor Region/PageDirectory ownership model. 2019-01-22 05:06:22 +01:00
Terminal WindowServer: Only blit dirty rect of windows to back buffer. 2019-01-20 23:42:36 +01:00
Userland Kernel: Support open() with O_CREAT. 2019-01-22 00:58:56 +01:00
VirtualFileSystem VFS: Place new files in the correct subdirectory. 2019-01-22 03:56:34 +01:00
WindowServer WindowServer: Rename WSEvent subclasses WSFooEvent for consistency. 2019-01-21 07:28:04 +01:00
.gitignore Add simplified mmap() and munmap() syscalls. 2018-10-24 09:48:41 +02:00