1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-25 01:25:07 +00:00
serenity/Kernel/FileSystem/SysFS/Subsystems
Liav A 04221a7533 Kernel: Mark Process::jail() method as const
We really don't want callers of this function to accidentally change
the jail, or even worse - remove the Process from an attached jail.
To ensure this never happens, we can just declare this method as const
so nobody can mutate it this way.
2023-01-07 03:44:59 +03:30
..
Bus Kernel: Remove unused includes of Kernel/Debug.h 2023-01-02 20:27:20 -05: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: Mark Process::jail() method as const 2023-01-07 03:44:59 +03:30