Idan Horowitz
|
91b80da4b4
Kernel: Make Thread::m_kernel_stack_region a NonnullOwnPtr
|
3 năm trước cách đây |
Brian Gianforcaro
|
018dc4bb5c
Kernel: Add verification promise violations are propagated properly
|
3 năm trước cách đây |
Idan Horowitz
|
be91b4fe3e
Kernel: Support Mutex Protected lists in ListedRefCounted
|
3 năm trước cách đây |
Andreas Kling
|
601a9321d9
Kernel: Don't honor userspace SIGSTOP requests in Thread::block()
|
3 năm trước cách đây |
Idan Horowitz
|
762e047ec9
Kernel+LibC: Implement sigtimedwait()
|
3 năm trước cách đây |
Idan Horowitz
|
81a76a30a1
Kernel: Preserve pending signals across execve(2)s
|
3 năm trước cách đây |
Idan Horowitz
|
265764ff2f
Kernel: Add support for the POLLWRBAND poll event
|
3 năm trước cách đây |
Idan Horowitz
|
40f64d7379
Kernel: Dispatch handle-able signals instead of crashing if possible
|
3 năm trước cách đây |
Idan Horowitz
|
f415218afe
Kernel+LibC: Implement sigaltstack()
|
3 năm trước cách đây |
Itamar
|
38ddf301f6
Kernel+LibC: Fix ptrace for 64-bit
|
3 năm trước cách đây |
Andreas Kling
|
216e21a1fa
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
|
3 năm trước cách đây |
Andrew Kaster
|
b1d5d3cc34
Kernel: Avoid redundant bool comparisons in Kernel::Thread
|
3 năm trước cách đây |
Andrew Kaster
|
a92132e44a
Kernel: Resolve clang-tidy readability-implicit-bool-conversion warnings
|
3 năm trước cách đây |
Andreas Kling
|
79fa9765ca
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
3 năm trước cách đây |
James Mintram
|
baa7925c0c
Kernel: Remove unused includes
|
3 năm trước cách đây |
Ali Mohammad Pur
|
5a0cdb15b0
AK+Everywhere: Reduce the number of template parameters of IntrusiveList
|
3 năm trước cách đây |
Andreas Kling
|
4a9c18afb9
Kernel: Rename FileDescription => OpenFileDescription
|
3 năm trước cách đây |
Brian Gianforcaro
|
88c27fc38e
Kernel: Specify a lock rank for Thread::m_lock
|
3 năm trước cách đây |
Brian Gianforcaro
|
066b0590ec
Kernel/Locking: Add lock rank tracking per thread to find deadlocks
|
3 năm trước cách đây |
Brian Gianforcaro
|
0718afa773
Kernel: Track when a thread is in the middle of crashing
|
3 năm trước cách đây |
Andreas Kling
|
7981422500
Kernel: Make Threads always have a name
|
3 năm trước cách đây |
Brian Gianforcaro
|
bb58a4d943
Kernel: Make all Spinlocks use u8 for storage, remove template
|
3 năm trước cách đây |
sin-ack
|
566c5d1e99
AK+Kernel: Move KResult.h to Kernel/API for userspace access
|
3 năm trước cách đây |
Brian Gianforcaro
|
9d1b27263f
Kernel: Declare type aliases with "using" instead of "typedef"
|
3 năm trước cách đây |
Andreas Kling
|
e851a77346
Kernel: Rename FileBlocker::unblock() => unblock_if_conditions_are_met()
|
3 năm trước cách đây |
Andreas Kling
|
5d5a3708c4
Kernel: Rename Thread::clone() => try_clone() and propagate errors
|
3 năm trước cách đây |
Andreas Kling
|
68bf6db673
Kernel: Rename Spinlock::is_owned_by_current_thread()
|
3 năm trước cách đây |
Andreas Kling
|
0b4671add7
Kernel: {Mutex,Spinlock}::own_lock() => is_locked_by_current_thread()
|
3 năm trước cách đây |
Andrew Kaster
|
54161bf5b4
Kernel: Acquire reference to waitee before trying to block in sys$waitid
|
4 năm trước cách đây |
Andreas Kling
|
97f5383525
Kernel: Remove confusing nested scope in Thread::block()
|
3 năm trước cách đây |