ladybird/Kernel/Graphics
Andreas Kling 11eee67b85 Kernel: Make self-contained locking smart pointers their own classes
Until now, our kernel has reimplemented a number of AK classes to
provide automatic internal locking:

- RefPtr
- NonnullRefPtr
- WeakPtr
- Weakable

This patch renames the Kernel classes so that they can coexist with
the original AK classes:

- RefPtr => LockRefPtr
- NonnullRefPtr => NonnullLockRefPtr
- WeakPtr => LockWeakPtr
- Weakable => LockWeakable

The goal here is to eventually get rid of the Lock* classes in favor of
using external locking.
2022-08-20 17:20:43 +02:00
..
Bochs Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
Console Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
Generic Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
Intel Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
VirtIOGPU Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
VMWare Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
Definitions.h Kernel: Add ioctl to get the EDID from a framebuffer 2022-01-23 22:45:21 +00:00
DisplayConnector.cpp Kernel/SysFS: Fix parent directory hierarchy with symbolic links 2022-07-24 13:38:24 +01:00
DisplayConnector.h Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
GenericGraphicsAdapter.h Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
GraphicsManagement.cpp Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
GraphicsManagement.h Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00