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
/
thread.cpp
Age
Commit message (
Expand
)
Author
2021-05-07
Kernel: Add PerformanceManager static class, move perf event APIs there
Brian Gianforcaro
2021-04-26
Kernel: Fix incorrect argument for thread_exit events
Gunnar Beutner
2021-04-26
Kernel: Log thread exits for global profiles
Gunnar Beutner
2021-04-26
Kernel+Profiler: Improve profiling subsystem
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-07
Kernel: Fix pointer over/underflow in create_thread
Ben Wiederhake
2021-03-01
Kernel: Make all syscall functions return KResultOr<T>
Andreas Kling
2021-02-25
Kernel: Don't disable interrupts while exiting a thread or process
Andreas Kling
2021-02-25
Kernel: Take some baby steps towards x86_64
Andreas Kling
2021-02-24
Kernel: Fix pointer overflow in create_thread
Brian Gianforcaro
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-13
Kernel: Avoid creating unkillable processes
Ben Wiederhake
2021-02-09
Kernel: Convert all *Builder::appendf() => appendff()
Andreas Kling
2021-02-08
Kernel: Factor address space management out of the Process class
Andreas Kling
2021-02-07
Kernel: Make sure we can allocate kernel stack before creating thread
Andreas Kling
2021-01-30
Kernel: Allow changing thread names with the "stdio" promise
Andreas Kling
2021-01-12
AK: Simplify constructors and conversions from nullptr_t
Lenny Maiorani
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-01
Kernel: Merge PurgeableVMObject into AnonymousVMObject
Tom
2020-12-12
Kernel: Change wait blocking to Process-only blocking
Tom
2020-12-01
Kernel: Fix leaking a reference on thread creation
Tom
2020-11-30
Kernel: Allow passing a thread argument for new kernel threads
Tom
2020-10-26
Kernel: Fix a few deadlocks with Thread::m_lock and g_scheduler_lock
Tom
2020-10-16
Kernel: Fix sys$join_thread
Itamar
2020-09-27
Kernel: Make Thread refcounted
Tom
2020-09-26
Kernel: Fix thread joining issues
Tom
2020-09-25
Meta+Kernel: Make clang-format-10 clean
Ben Wiederhake
2020-09-16
Kernel: Return ENOMEM in more places
Luke
2020-09-13
Kernel: Make copy_to/from_user safe and remove unnecessary checks
Tom
2020-08-10
Kernel: Use Userspace<T> for the exit_thread syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the join_thread syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the get_thread_name syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the set_thread_name syscall
Brian Gianforcaro
2020-08-10
Kernel: More PID/TID typing
Ben Wiederhake
2020-08-10
Kernel: PID/TID typing
Ben Wiederhake
2020-08-05
Kernel + LibPthread: Use Userspace<T> in the create_thread syscall
Brian Gianforcaro
2020-08-03
Kernel: Consolidate timeout logic
Tom
2020-07-30
Kernel: Move syscall implementations out of Process.cpp
Andreas Kling