Andreas Kling
55c6e08c9e
Kernel: Remove unnecessary String allocation in SystemExposedFolder
2021-07-11 00:58:23 +02:00
Andreas Kling
66f483b1a1
Kerne: Switch SysFS to east-const style
2021-07-11 00:56:53 +02:00
Andreas Kling
d53d9d3677
Kernel: Rename FS => FileSystem
...
This matches our common naming style better.
2021-07-11 00:20:38 +02:00
Andreas Kling
fd06b8b713
Kernel: ProcFS and SysFS component indices should be InodeIndex
...
This fixes the x86_64 kernel build. :^)
2021-06-29 23:07:02 +02:00
Liav A
92c0dab5ab
Kernel: Introduce the new SysFS
...
The intention is to add dynamic mechanism for notifying the userspace
about hotplug events. Currently, the DMI (SMBIOS) blobs and ACPI tables
are exposed in the new filesystem.
2021-06-29 20:53:59 +02:00