ladybird/Kernel/Firmware
Brian Gianforcaro 2c85f65519 Kernel: Switch BIOSSysFSComponent constructor to AK::StringView
These are constants, they don't need to be dynamically allocated.
Another minor step towards removing `AK::String` from the Kernel
and improving OOM safety.
2021-11-02 11:34:31 +01:00
..
ACPI Kernel: Use operator ""sv in all purpose() implementations 2021-10-03 13:36:10 +02:00
BIOS.cpp Kernel: Switch BIOSSysFSComponent constructor to AK::StringView 2021-11-02 11:34:31 +01:00
BIOS.h Kernel: Switch BIOSSysFSComponent constructor to AK::StringView 2021-11-02 11:34:31 +01:00
PowerStateSwitch.cpp Kernel/SysFS: Provide a way to "truncate" and "set" mtime on inodes 2021-10-09 12:07:56 +02:00
PowerStateSwitch.h Kernel/SysFS: Provide a way to "truncate" and "set" mtime on inodes 2021-10-09 12:07:56 +02:00
SysFSFirmware.cpp Kernel+Userland: Introduce a new way to reboot and poweroff the machine 2021-09-12 11:52:16 +02:00
SysFSFirmware.h Kernel: Unify BIOS and ACPI components in the SysFS firmware directory 2021-09-12 11:52:16 +02:00