index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
RTC.cpp
Age
Commit message (
Expand
)
Author
2022-01-07
Everywhere: Fix many spelling errors
mjz19910
2021-10-01
Kernel: Move x86 IO instructions code into the x86 specific folder
Liav A
2021-08-04
Kernel: Ensure we read valid values from the RTC CMOS registers
Liav A
2021-08-04
Kernel: Ensure we don't get in an endless loop while querying the CMOS
Liav A
2021-08-01
Kernel: Remove unused header includes
Brian Gianforcaro
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-03-12
Kernel: Convert klog() => AK::Format in a handful of places
Andreas Kling
2021-02-11
Kernel: Don't assert if RTC believes we're in the past
Jean-Baptiste Boric
2020-08-26
Kernel: Minor tweak to now() computation
Nico Weber
2020-08-26
AK+LibCore+Kernel: Have fewer implementations of day_of_year
Nico Weber
2020-08-26
AK+LibC+Kernel: Have fewer implementations of year_to_days_in_epoch
Nico Weber
2020-08-26
AK+LibC+LibCore+Kernel: Have fewer implementations of is_leap_year
Nico Weber
2020-08-21
Kernel: Fix reading RTC
Nico Weber
2020-08-20
Kernel: Log time in addition to date in RTC startup
Nico Weber
2020-08-12
Kernel: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-04-08
Kernel: Fix awkward RTC log message at boot
Andreas Kling
2020-03-02
Kernel: Use klog() instead of kprintf()
Liav A
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-09-28
Kernel: Fix BIOS date/time on hardware
Conrad Pankoff
2019-07-03
AK: Rename the common integer typedefs to make it obvious what they are.
Andreas Kling
2019-06-07
Kernel: Qualify a bunch of #include statements.
Andreas Kling
2019-06-07
Kernel: Run clang-format on everything.
Andreas Kling
2019-05-17
Kernel/RTC: Mark some intentional fallthroughs to suppress compiler warnings
Robin Burchell
2019-05-04
Kernel: Computing the boot timestamp was a bit broken.
Andreas Kling
2019-02-19
Kernel: Fix wrong calculation of current Unix timestamp.
Andreas Kling
2019-02-13
WindowServer: Put a clock in the top right corner of the screen.
Andreas Kling
2019-01-31
Big, possibly complete sweep of naming changes.
Andreas Kling
2018-10-31
Add assertion that RTC year is >= 2018.
Andreas Kling
2018-10-25
Add gettimeofday() syscall and LibC wrappers gettimeofday() and time().
Andreas Kling