ladybird/Kernel/FileSystem/SysFS
Liav A 61f4914d6e Kernel+Userland: Add constants subdirectory at /sys/kernel directory
This subdirectory is meant to hold all constant data related to the
kernel. This means that this data is never meant to updated and is
relevant from system boot to system shutdown.
Move the inodes of "load_base", "cmdline" and "system_mode" to that
directory. All nodes under this new subdirectory are generated during
boot, and therefore don't require calling kmalloc each time we need to
read them. Locking is also not necessary, because these nodes and their
data are completely static once being generated.
2023-02-19 13:47:11 +01:00
..
Subsystems Kernel+Userland: Add constants subdirectory at /sys/kernel directory 2023-02-19 13:47:11 +01:00
Component.cpp Kernel: Turn lock ranks into template parameters 2023-01-02 18:15:27 -05:00
Component.h Kernel: Turn lock ranks into template parameters 2023-01-02 18:15:27 -05:00
DirectoryInode.cpp Kernel: Split the SysFS core files into smaller components 2022-11-08 02:54:48 -07:00
DirectoryInode.h Kernel: Split the SysFS core files into smaller components 2022-11-08 02:54:48 -07:00
FileSystem.cpp Kernel: Split the SysFS core files into smaller components 2022-11-08 02:54:48 -07:00
FileSystem.h Kernel: Split the SysFS core files into smaller components 2022-11-08 02:54:48 -07:00
Inode.cpp Kernel: Update the ".." inode for directories after a rename 2022-11-25 17:33:05 +01:00
Inode.h Kernel: Update the ".." inode for directories after a rename 2022-11-25 17:33:05 +01:00
LinkInode.cpp Kernel: Split the SysFS core files into smaller components 2022-11-08 02:54:48 -07:00
LinkInode.h Kernel: Split the SysFS core files into smaller components 2022-11-08 02:54:48 -07:00
Registry.cpp Kernel/SysFS: Mark SysFSDirectory traverse and lookup methods as final 2022-07-15 12:29:23 +02:00
Registry.h Kernel: Turn lock ranks into template parameters 2023-01-02 18:15:27 -05:00
RootDirectory.cpp Kernel: Introduce global variables and stats in /sys/kernel directory 2022-10-25 15:33:34 -06:00
RootDirectory.h Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00