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
/
alarm.cpp
Age
Commit message (
Expand
)
Author
2021-07-20
Kernel: Annotate all syscalls with VERIFY_PROCESS_BIG_LOCK_ACQUIRED
Brian Gianforcaro
2021-06-28
Kernel: Fix the return type for syscalls
Gunnar Beutner
2021-06-24
Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull`
Daniel Bertalan
2021-05-20
Kernel: Remove an allocation when blocking a thread
Gunnar Beutner
2021-05-05
Kernel: Modify TimeManagement::current_time(..) API so it can't fail. (#6869)
Brian Gianforcaro
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-02
Kernel: Make TimeManagement use AK::Time internally
Ben Wiederhake
2021-03-02
Kernel: Make Thread use AK::Time internally
Ben Wiederhake
2021-03-01
Kernel: Make all syscall functions return KResultOr<T>
Andreas Kling
2020-12-21
Kernel: Improve time keeping and dramatically reduce interrupt load
Tom
2020-12-21
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
Lenny Maiorani
2020-12-02
Kernel: Add CLOCK_REALTIME support to the TimerQueue
Tom
2020-12-02
Kernel: Use TimerQueue for SIGALRM
Tom
2020-11-30
Kernel: Move some time related code from Scheduler into TimeManagement
Tom
2020-07-30
Kernel: Move syscall implementations out of Process.cpp
Andreas Kling