summaryrefslogtreecommitdiff
path: root/Kernel/RTC.cpp
AgeCommit message (Expand)Author
2022-01-07Everywhere: Fix many spelling errorsmjz19910
2021-10-01Kernel: Move x86 IO instructions code into the x86 specific folderLiav A
2021-08-04Kernel: Ensure we read valid values from the RTC CMOS registersLiav A
2021-08-04Kernel: Ensure we don't get in an endless loop while querying the CMOSLiav A
2021-08-01Kernel: Remove unused header includesBrian Gianforcaro
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-03-12Kernel: Convert klog() => AK::Format in a handful of placesAndreas Kling
2021-02-11Kernel: Don't assert if RTC believes we're in the pastJean-Baptiste Boric
2020-08-26Kernel: Minor tweak to now() computationNico Weber
2020-08-26AK+LibCore+Kernel: Have fewer implementations of day_of_yearNico Weber
2020-08-26AK+LibC+Kernel: Have fewer implementations of year_to_days_in_epochNico Weber
2020-08-26AK+LibC+LibCore+Kernel: Have fewer implementations of is_leap_yearNico Weber
2020-08-21Kernel: Fix reading RTCNico Weber
2020-08-20Kernel: Log time in addition to date in RTC startupNico Weber
2020-08-12Kernel: Mark compilation-unit-only functions as staticBen Wiederhake
2020-04-08Kernel: Fix awkward RTC log message at bootAndreas Kling
2020-03-02Kernel: Use klog() instead of kprintf()Liav A
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-09-28Kernel: Fix BIOS date/time on hardwareConrad Pankoff
2019-07-03AK: Rename the common integer typedefs to make it obvious what they are.Andreas Kling
2019-06-07Kernel: Qualify a bunch of #include statements.Andreas Kling
2019-06-07Kernel: Run clang-format on everything.Andreas Kling
2019-05-17Kernel/RTC: Mark some intentional fallthroughs to suppress compiler warningsRobin Burchell
2019-05-04Kernel: Computing the boot timestamp was a bit broken.Andreas Kling
2019-02-19Kernel: Fix wrong calculation of current Unix timestamp.Andreas Kling
2019-02-13WindowServer: Put a clock in the top right corner of the screen.Andreas Kling
2019-01-31Big, possibly complete sweep of naming changes.Andreas Kling
2018-10-31Add assertion that RTC year is >= 2018.Andreas Kling
2018-10-25Add gettimeofday() syscall and LibC wrappers gettimeofday() and time().Andreas Kling