serenity/Kernel/Bus
Liav A 3fd4997fc2 Kernel: Don't allocate memory for names of processes and threads
Instead, use the FixedCharBuffer class to ensure we always use a static
buffer storage for these names. This ensures that if a Process or a
Thread were created, there's a guarantee that setting a new name will
never fail, as only copying of strings should be done to that static
storage.

The limits which are set are 32 characters for processes' names and 64
characters for thread names - this is because threads' names could be
more verbose than processes' names.
2023-08-09 21:06:54 -06:00
..
PCI Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
SerialIO Kernel: Untie PS2 mouse and keyboard devices from i8042 implementation 2023-06-21 05:02:09 -06:00
USB Kernel: Don't allocate memory for names of processes and threads 2023-08-09 21:06:54 -06:00
VirtIO Kernel: Move all boot-related code to the new Boot subdirectory 2023-06-04 21:32:34 +02:00