1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 02:57:42 +00:00
serenity/Userland
Liav A 75f01692b4 Kernel+Userland: Move /sys/firmware/power_state to /sys/kernel directory
Let's put the power_state global node into the /sys/kernel directory,
because that directory represents all global nodes and variables being
related to the Kernel. It's also a mutable node, that is more acceptable
being in the mentioned directory due to the fact that all other files in
the /sys/firmware directory are just firmware blobs and are not mutable
at all.
2022-10-25 15:33:34 -06:00
..
Applets Applets: Use new global variables at /sys/kernel/ directory 2022-10-25 15:33:34 -06:00
Applications Applications: Use new global variables at /sys/kernel/ directory 2022-10-25 15:33:34 -06:00
Demos Applications: Use new global variables at /sys/kernel/ directory 2022-10-25 15:33:34 -06:00
DevTools Applications: Use new global variables at /sys/kernel/ directory 2022-10-25 15:33:34 -06:00
DynamicLoader DynamicLoader: Use fewer GLOB patterns for arch-specific files 2022-10-16 16:36:39 +02:00
Games Applications: Use new global variables at /sys/kernel/ directory 2022-10-25 15:33:34 -06:00
Libraries LibSymbolication: Use new global variables at /sys/kernel/ directory 2022-10-25 15:33:34 -06:00
Services Services: Use new global variables at /sys/kernel/ directory 2022-10-25 15:33:34 -06:00
Shell AK+Everywhere: Turn bool keep_empty to an enum in split* functions 2022-10-24 23:29:18 +01:00
Utilities Kernel+Userland: Move /sys/firmware/power_state to /sys/kernel directory 2022-10-25 15:33:34 -06:00
CMakeLists.txt Meta+Userland: Add ENABLE_USERSPACE_COVERAGE_COLLECTION CMake option 2022-05-02 01:46:18 +02:00