ladybird/Kernel/FileSystem/SysFS/Subsystems
Liav A 7b745a20f1 Kernel: Mark a bunch of NonnullRefPtrs also const to ensure immutability
These were easy to pick-up as these pointers are assigned during the
construction point and are never changed afterwards.

This small change to these pointers will ensure that our code will not
accidentally assign these pointers with a new object which is always a
kind of bug we will want to prevent.
2023-04-08 13:44:21 +02:00
..
Bus Kernel: Mark a bunch of NonnullRefPtrs also const to ensure immutability 2023-04-08 13:44:21 +02:00
DeviceIdentifiers Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
Devices Kernel: Remove unused includes of Kernel/Debug.h 2023-01-02 20:27:20 -05:00
Firmware Kernel: Split the SysFS core files into smaller components 2022-11-08 02:54:48 -07:00
Kernel Kernel: Stop using *LockRefPtr for TTY 2023-04-05 11:37:27 +02:00