ladybird/Kernel/Time
Andreas Kling e3b450005f Kernel: Remove CommandLine::get() in favor of lookup()
lookup() returns an Optional<String> which allows us to implement easy
default values using lookup(key).value_or(default_value);
2020-04-18 14:22:42 +02:00
..
HardwareTimer.cpp Kernel: Fix dumb logic typo in HardwareTimer::handle_irq() 2020-04-16 18:53:38 +02:00
HardwareTimer.h Kernel: Rename HardwareTimer::change_function() => set_callback() 2020-04-16 18:51:39 +02:00
HPET.cpp Kernel: Remove redundant "ACPI" from filenames in ACPI/ 2020-04-09 18:17:27 +02:00
HPET.h Kernel: Introduce the new Time management subsystem 2020-03-19 15:48:00 +01:00
HPETComparator.cpp Kernel: Remove "stale callback" concept from time management 2020-04-16 18:50:22 +02:00
HPETComparator.h Kernel: Remove "stale callback" concept from time management 2020-04-16 18:50:22 +02:00
PIT.cpp Kernel: Introduce the new Time management subsystem 2020-03-19 15:48:00 +01:00
PIT.h Kernel: Introduce the new Time management subsystem 2020-03-19 15:48:00 +01:00
RTC.cpp Kernel: Introduce the new Time management subsystem 2020-03-19 15:48:00 +01:00
RTC.h Kernel: Introduce the new Time management subsystem 2020-03-19 15:48:00 +01:00
TimeManagement.cpp Kernel: Remove CommandLine::get() in favor of lookup() 2020-04-18 14:22:42 +02:00
TimeManagement.h Kernel: Remove "stale callback" concept from time management 2020-04-16 18:50:22 +02:00