ladybird/Kernel/ACPI
Liav A 0fc60e41dd Kernel: Use klog() instead of kprintf()
Also, duplicate data in dbg() and klog() calls were removed.
In addition, leakage of virtual address to kernel log is prevented.
This is done by replacing kprintf() calls to dbg() calls with the
leaked data instead.
Also, other kprintf() calls were replaced with klog().
2020-03-02 22:23:39 +01:00
..
ACPIDynamicParser.cpp Kernel: Use klog() instead of kprintf() 2020-03-02 22:23:39 +01:00
ACPIDynamicParser.h ACPI: Adopt the changes in the definitions file 2020-02-29 00:12:46 +01:00
ACPIParser.cpp Kernel: Use klog() instead of kprintf() 2020-03-02 22:23:39 +01:00
ACPIParser.h ACPI: Adopt the changes in the definitions file 2020-02-29 00:12:46 +01:00
ACPIStaticParser.cpp Kernel: Use klog() instead of kprintf() 2020-03-02 22:23:39 +01:00
ACPIStaticParser.h ACPI: Adopt the changes in the definitions file 2020-02-29 00:12:46 +01:00
Definitions.h ACPI: Reorganize the definitions file 2020-02-29 00:12:46 +01:00
DMIDecoder.cpp Kernel: Use klog() instead of kprintf() 2020-03-02 22:23:39 +01:00
DMIDecoder.h Kernel: Run clang-format on DMIDecoder header file 2020-02-27 13:05:12 +01:00
MultiProcessorParser.cpp Kernel: Use klog() instead of kprintf() 2020-03-02 22:23:39 +01:00
MultiProcessorParser.h Kernel: Add MultiProcessor Parser 2020-02-24 11:27:03 +01:00