Idan Horowitz
|
31fa3f8b1b
Kernel: Remove alternative signal stack settings on execve(2)
|
пре 3 година |
Idan Horowitz
|
92a6c91f4e
Kernel: Preserve signal mask across fork(2) and execve(2)
|
пре 3 година |
Idan Horowitz
|
548488f050
Kernel: Terminate current thread immediately on unhandled urgent signal
|
пре 3 година |
Idan Horowitz
|
711a7104f3
Kernel: Handle invalid stack pointer during signal dispatch
|
пре 3 година |
Idan Horowitz
|
40f64d7379
Kernel: Dispatch handle-able signals instead of crashing if possible
|
пре 3 година |
Idan Horowitz
|
f415218afe
Kernel+LibC: Implement sigaltstack()
|
пре 3 година |
Andreas Kling
|
216e21a1fa
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
|
пре 3 година |
Andrew Kaster
|
b1d5d3cc34
Kernel: Avoid redundant bool comparisons in Kernel::Thread
|
пре 3 година |
Andrew Kaster
|
e824bead54
Kernel: Resolve clang-tidy readability-qualified-auto warning
|
пре 3 година |
Andrew Kaster
|
65edc62c02
Kernel: Resolve clang-tidy readability-make-member-function-const
|
пре 3 година |
Andrew Kaster
|
a92132e44a
Kernel: Resolve clang-tidy readability-implicit-bool-conversion warnings
|
пре 3 година |
Andreas Kling
|
79fa9765ca
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
пре 3 година |
Daniel Bertalan
|
db71c36657
Kernel: Properly align stack for signal handlers
|
пре 3 година |
James Mintram
|
0fbeac6011
Kernel: Split SmapDisabler so header is platform independent
|
пре 3 година |
James Mintram
|
26d7c25076
Kernel: Add header includes closer to their use
|
пре 3 година |
Brian Gianforcaro
|
a61857eb0a
Kernel: Use AK::to_underlying in lock rank tracking
|
пре 3 година |
Andreas Kling
|
4a9c18afb9
Kernel: Rename FileDescription => OpenFileDescription
|
пре 3 година |
Brian Gianforcaro
|
066b0590ec
Kernel/Locking: Add lock rank tracking per thread to find deadlocks
|
пре 3 година |
Andreas Kling
|
56a2594de7
Kernel: Make KString factories return KResultOr + use TRY() everywhere
|
пре 3 година |
Andreas Kling
|
f16b9a691f
Kernel: Rename ProcessPagingScope => ScopedAddressSpaceSwitcher
|
пре 3 година |
Andreas Kling
|
7981422500
Kernel: Make Threads always have a name
|
пре 3 година |
Andreas Kling
|
75564b4a5f
Kernel: Make kernel region allocators return KResultOr<NOP<Region>>
|
пре 3 година |
Andreas Kling
|
f4a9a0d561
Kernel: Make VirtualRangeAllocator return KResultOr<VirtualRange>
|
пре 3 година |
Brian Gianforcaro
|
bb58a4d943
Kernel: Make all Spinlocks use u8 for storage, remove template
|
пре 3 година |
Andreas Kling
|
48a0b31c47
Kernel: Make copy_{from,to}_user() return KResult and use TRY()
|
пре 3 година |
Andreas Kling
|
d65fbdc44d
Kernel: Use TRY() in Thread
|
пре 3 година |
Andreas Kling
|
5d5a3708c4
Kernel: Rename Thread::clone() => try_clone() and propagate errors
|
пре 3 година |
Andreas Kling
|
eaf88cc78a
AK: Rename create<T> => make_ref_counted<T>
|
пре 3 година |
Andreas Kling
|
5cd030568f
Kernel: Unbreak the LOCK_DEBUG build
|
пре 3 година |
Andreas Kling
|
68bf6db673
Kernel: Rename Spinlock::is_owned_by_current_thread()
|
пре 3 година |