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
/
Thread.h
Age
Commit message (
Expand
)
Author
2020-08-06
Kernel: Dequeue dying threads from WaitQueue
Tom
2020-08-03
Kernel: Consolidate timeout logic
Tom
2020-08-03
Kernel: Fix a few Thread::block related races
Tom
2020-08-02
Kernel: Fix signal delivery when no syscall is made
Tom
2020-08-02
Kernel: Remove ProcessInspectionHandle and make Process RefCounted
Tom
2020-07-25
Kernel: Allow Thread::sleep for more than 388 days
Ben Wiederhake
2020-07-07
Kernel: Fix checking BlockResult
Tom
2020-07-07
Kernel+LibELF: Expose ELF Auxiliary Vector to Userspace
Andrew Kaster
2020-07-06
Kernel: Enhance WaitQueue to remember pending wakes
Tom
2020-07-06
Kernel: Various context switch fixes
Tom
2020-07-06
Kernel: Require a reason to be passed to Thread::wait_on
Tom
2020-07-03
Kernel: Fix retreiving frame pointer from a thread
Tom
2020-07-03
Kernel: Fix signal delivery
Tom
2020-07-02
Kernel: Remove no-longer-used GDT selector from Thread
Andreas Kling
2020-07-01
Kernel: Turn Thread::current and Process::current into functions
Tom
2020-07-01
Kernel/LibCore: Expose processor id where a thread last ran
Tom
2020-07-01
Kernel: Implement software context switching and Processor structure
Tom
2020-06-22
LibC: Implement pselect
Nico Weber
2020-05-20
AK+Kernel: Help the compiler inline a bunch of trivial methods
Sergey Bugaev
2020-04-26
Kernel: Add timeout support to Thread::wait_on
Brian Gianforcaro
2020-04-22
Kernel: Make Process and Thread non-copyable and non-movable
Andreas Kling
2020-04-13
ptrace: Add PT_SETREGS
Itamar
2020-04-13
CPU: Handle breakpoint trap
Itamar
2020-04-11
Kernel: Include the current instruction pointer in profile samples
Andreas Kling
2020-03-28
Kernel: Add 'ptrace' syscall
Itamar
2020-03-23
AK: Reduce header dependency graph of String.h
Andreas Kling
2020-03-08
AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)
Andreas Kling
2020-03-01
Kernel: Restore the previous thread state on SIGCONT after SIGSTOP
Andreas Kling
2020-02-18
Kernel: Reset FPU state on exec()
Andreas Kling
2020-02-17
Kernel: Replace "current" with Thread::current and Process::current
Andreas Kling
2020-02-16
Kernel: Reduce header dependencies of Process and Thread
Andreas Kling
2020-02-16
Kernel: Add forward declaration header
Andreas Kling
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
2020-02-16
Kernel: Rename RegisterDump => RegisterState
Andreas Kling
2020-02-02
Kernel: Update Thread::raw_backtrace() signature to use uintptr_t
Andreas Kling
2020-01-27
Kernel: Expose the signal that stopped a thread via sys$waitpid()
Andreas Kling
2020-01-26
Kernel: read()/write() should respect timeouts when used on a sockets
Andreas Kling
2020-01-20
Kernel: Use the templated copy_to/from_user() in more places
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-12
Kernel: Fix Lock racing to the WaitQueue
Andreas Kling
2020-01-10
Kernel: Fix kernel null deref on process crash during join_thread()
Andreas Kling
2020-01-09
Kernel: Remove unused variable Thread::m_userspace_stack_region
Andreas Kling
2020-01-01
Kernel: Switch to eagerly restoring x86 FPU state on context switch
Andreas Kling
2019-12-30
Kernel: Also add a process boosting mechanism
Andreas Kling
2019-12-30
Kernel: Add a basic thread boosting mechanism
Andreas Kling
2019-12-30
Kernel: Refactor scheduler to use dynamic thread priorities
Andreas Kling
2019-12-27
Kernel: Separate runnable thread queues by priority
Andreas Kling
2019-12-22
Kernel: Use IntrusiveList to make WaitQueue allocation-free :^)
Andreas Kling
2019-12-18
Kernel: Fix intermittent assertion failure in sys$exec()
Andreas Kling
2019-12-15
Kernel: Fix get_register_dump_from_stack() after IRQ entry changes
Andreas Kling
[next]