Age | Commit message (Expand) | Author |
---|---|---|
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 |