ladybird/Kernel/Time
sin-ack fbc771efe9 Everywhere: Use default StringView constructor over nullptr
While null StringViews are just as bad, these prevent the removal of
StringView(char const*) as that constructor accepts a nullptr.

No functional changes.
2022-07-12 23:11:35 +02:00
..
APICTimer.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
APICTimer.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
HardwareTimer.h Everywhere: Use default StringView constructor over nullptr 2022-07-12 23:11:35 +02:00
HPET.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
HPET.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
HPETComparator.cpp Kernel: Implement InterruptDisabler using generic Processor functions 2022-06-02 13:14:12 +01:00
HPETComparator.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
PIT.cpp Kernel: Implement InterruptDisabler using generic Processor functions 2022-06-02 13:14:12 +01:00
PIT.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
RTC.cpp Kernel: Implement InterruptDisabler using generic Processor functions 2022-06-02 13:14:12 +01:00
RTC.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
TimeManagement.cpp Kernel: Make TimeManagement::boot_time() static 2022-06-15 17:15:04 +02:00
TimeManagement.h Kernel: Make TimeManagement::boot_time() static 2022-06-15 17:15:04 +02:00