1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 19:17:35 +00:00
No description
Find a file
Andreas Kling becc2c7fa5 Make GraphicsBitmaps be Region-backed when running in the kernel.
This is a lot better than having them in kmalloc memory. I'm gonna need
a way to keep track of which process owns which bitmap eventually,
maybe through some sort of resource keying system. We'll see.
2019-01-13 00:29:32 +01:00
AK Optimize WindowManager::flush() with fast_dword_copy(). 2019-01-12 21:45:45 +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 Make GraphicsBitmaps be Region-backed when running in the kernel. 2019-01-13 00:29:32 +01:00
LibC Make syscall invocations look pleasant. 2018-12-21 03:02:06 +01:00
Userland Fix broken "make clean" in Userland. 2019-01-08 22:28:58 +01:00
VirtualFileSystem Refactor FS::find_parent_of_inode() into Inode::parent(). 2019-01-04 18:37:58 +01:00
Widgets Make GraphicsBitmaps be Region-backed when running in the kernel. 2019-01-13 00:29:32 +01:00
.gitignore Add simplified mmap() and munmap() syscalls. 2018-10-24 09:48:41 +02:00