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
/
Syscalls
/
clock.cpp
Age
Commit message (
Expand
)
Author
2020-12-21
Kernel: Improve time keeping and dramatically reduce interrupt load
Tom
2020-12-02
Kernel: Add CLOCK_REALTIME support to the TimerQueue
Tom
2020-11-30
Kernel: Move some time related code from Scheduler into TimeManagement
Tom
2020-11-22
Kernel: Make CLOCK_MONOTONIC respect the system tick frequency
Andreas Kling
2020-11-10
Kernel+LibC: Add adjtime(2)
Nico Weber
2020-09-13
Kernel: Make copy_to/from_user safe and remove unnecessary checks
Tom
2020-09-07
Kernel: Let TimeManagement keep epoch time as timespec
Nico Weber
2020-08-10
Kernel: Use Userspace<T> for the clock_settime syscall
Brian Gianforcaro
2020-08-10
Kernel: Modifiy clock_settime timespec argument to const
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the clock_gettime syscall
Brian Gianforcaro
2020-08-05
Kernel: Use Userspace<T> for the clock_nanosleep syscall
Brian Gianforcaro
2020-08-05
Kernel: Use Userspace<T> for the gettimeofday syscall
Brian Gianforcaro
2020-07-30
Kernel: Move syscall implementations out of Process.cpp
Andreas Kling