Liav A
|
7c617394a1
Kernel: Ensure we read valid values from the RTC CMOS registers
|
4 年之前 |
Liav A
|
517460d3a9
Kernel: Ensure we don't get in an endless loop while querying the CMOS
|
4 年之前 |
Brian Gianforcaro
|
ed996fcced
Kernel: Remove unused header includes
|
4 年之前 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
Andreas Kling
|
ef1e5db1d0
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
|
4 年之前 |
Andreas Kling
|
73e06a1983
Kernel: Convert klog() => AK::Format in a handful of places
|
4 年之前 |
Jean-Baptiste Boric
|
eedb6480df
Kernel: Don't assert if RTC believes we're in the past
|
4 年之前 |
Nico Weber
|
4dfe97f9ae
Kernel: Minor tweak to now() computation
|
4 年之前 |
Nico Weber
|
c85e679e2d
AK+LibCore+Kernel: Have fewer implementations of day_of_year
|
4 年之前 |
Nico Weber
|
9b17082899
AK+LibC+Kernel: Have fewer implementations of year_to_days_in_epoch
|
4 年之前 |
Nico Weber
|
84ed257959
AK+LibC+LibCore+Kernel: Have fewer implementations of is_leap_year
|
4 年之前 |
Nico Weber
|
19a8aa72d2
Kernel: Fix reading RTC
|
5 年之前 |
Nico Weber
|
49d6405164
Kernel: Log time in addition to date in RTC startup
|
5 年之前 |
Ben Wiederhake
|
42b057b0c9
Kernel: Mark compilation-unit-only functions as static
|
5 年之前 |
Andreas Kling
|
e5a20697da
Kernel: Fix awkward RTC log message at boot
|
5 年之前 |
Liav A
|
0fc60e41dd
Kernel: Use klog() instead of kprintf()
|
5 年之前 |
Andreas Kling
|
94ca55cefd
Meta: Add license header to source files
|
5 年之前 |
Conrad Pankoff
|
07ca753124
Kernel: Fix BIOS date/time on hardware
|
5 年之前 |
Andreas Kling
|
27f699ef0c
AK: Rename the common integer typedefs to make it obvious what they are.
|
6 年之前 |
Andreas Kling
|
891d4c4834
Kernel: Qualify a bunch of #include statements.
|
6 年之前 |
Andreas Kling
|
bc951ca565
Kernel: Run clang-format on everything.
|
6 年之前 |
Robin Burchell
|
1cefb4a3b4
Kernel/RTC: Mark some intentional fallthroughs to suppress compiler warnings
|
6 年之前 |
Andreas Kling
|
932836e3c7
Kernel: Computing the boot timestamp was a bit broken.
|
6 年之前 |
Andreas Kling
|
fad69464f6
Kernel: Fix wrong calculation of current Unix timestamp.
|
6 年之前 |
Andreas Kling
|
c5a00a56c8
WindowServer: Put a clock in the top right corner of the screen.
|
6 年之前 |
Andreas Kling
|
ffab6897aa
Big, possibly complete sweep of naming changes.
|
6 年之前 |
Andreas Kling
|
4dec23b487
Add assertion that RTC year is >= 2018.
|
6 年之前 |
Andreas Kling
|
dc6f57f19c
Add gettimeofday() syscall and LibC wrappers gettimeofday() and time().
|
6 年之前 |