Historique des commits

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