1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:58:12 +00:00
serenity/Kernel/FileSystem/SysFS
Liav A 6733f19b3c Kernel/SysFS: Reduce the responsibilities of the Registry object
Instead, let the /sys/dev/block and /sys/dev/char directories to handle
the registering part of SysFSDeviceComponents by themselves.
2022-07-15 12:29:23 +02:00
..
Subsystems Kernel/SysFS: Reduce the responsibilities of the Registry object 2022-07-15 12:29:23 +02:00
Component.cpp Kernel/SysFS: Reduce the responsibilities of the Registry object 2022-07-15 12:29:23 +02:00
Component.h Kernel/SysFS: Reduce the responsibilities of the Registry object 2022-07-15 12:29:23 +02:00
Registry.cpp Kernel/SysFS: Reduce the responsibilities of the Registry object 2022-07-15 12:29:23 +02:00
Registry.h Kernel/SysFS: Reduce the responsibilities of the Registry object 2022-07-15 12:29:23 +02:00
RootDirectory.cpp Kernel/SysFS: Reduce the responsibilities of the Registry object 2022-07-15 12:29:23 +02:00
RootDirectory.h Kernel/SysFS: Migrate components code from SysFS.cpp to the SysFS folder 2022-06-17 11:01:27 +02:00