ladybird/Kernel/Security
Dan Klishch 5ed7cd6e32 Everywhere: Use east const in more places
These changes are compatible with clang-format 16 and will be mandatory
when we eventually bump clang-format version. So, since there are no
real downsides, let's commit them now.
2024-04-19 06:31:19 -04:00
..
AddressSanitizer.cpp Kernel: Add initial basic support for KASAN 2023-12-30 13:57:10 +01:00
AddressSanitizer.h Kernel: Add initial basic support for KASAN 2023-12-30 13:57:10 +01:00
Credentials.cpp Kernel: Move Credentials.{cpp,h} to the Security subdirectory 2023-06-04 21:32:34 +02:00
Credentials.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
ExecutionMode.h Kernel: Move ExecutionMode.h to the Security subdirectory 2023-06-04 21:32:34 +02:00
Jail.cpp Kernel: Move all tasks-related code to the Tasks subdirectory 2023-06-04 21:32:34 +02:00
Jail.h Everywhere: Move global Kernel pattern code to Kernel/Library directory 2023-06-04 21:32:34 +02:00
Random.cpp Kernel/riscv64: Use TimeManagement as an entropy source for now 2024-02-24 16:37:20 -07:00
Random.h Everywhere: Move global Kernel pattern code to Kernel/Library directory 2023-06-04 21:32:34 +02:00
UBSanitizer.cpp Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00