ladybird/Kernel/FileSystem/ProcFS
Liav A 722ae35329 Kernel/FileSystem: Simplify the ProcFS inode code
This is done by merging all scattered pieces of derived classes from the
ProcFSInode class into that one class, so we don't use inheritance but
rather simplistic checks to determine the proper code for each ProcFS
inode with its specific characteristics.
2023-01-29 12:59:30 +01:00
..
ComponentRegistry.cpp Kernel: Split the ProcFS core file into smaller components 2022-11-08 02:54:48 -07:00
FileSystem.cpp Kernel/FileSystem: Simplify the ProcFS inode code 2023-01-29 12:59:30 +01:00
FileSystem.h Kernel/FileSystem: Simplify the ProcFS inode code 2023-01-29 12:59:30 +01:00
Inode.cpp Kernel/FileSystem: Simplify the ProcFS inode code 2023-01-29 12:59:30 +01:00
Inode.h Kernel/FileSystem: Simplify the ProcFS inode code 2023-01-29 12:59:30 +01:00