Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
преди 4 години |
Andreas Kling
|
c6b7b98b64
Kernel: Don't consider kernel memory regions for syscall origin check
|
преди 4 години |
Gunnar Beutner
|
f033416893
Kernel+LibC: Clean up how assertions work in the kernel and LibC
|
преди 4 години |
Brian Gianforcaro
|
a973b22359
Kernel: Suppress maybe-uninitialized' warning s_syscall_table in gcc-10.3.0
|
преди 4 години |
Brian Gianforcaro
|
1d7a0ab5ea
Kernel: Mark s_syscall_table const so it ends up in ro_data.
|
преди 4 години |
Hendiadyoin1
|
0d934fc991
Kernel::CPU: Move headers into common directory
|
преди 4 години |
Andreas Kling
|
a166a65eff
Kernel: Don't return -EFOO when return type is KResultOr<...>
|
преди 4 години |
Andreas Kling
|
73e06a1983
Kernel: Convert klog() => AK::Format in a handful of places
|
преди 4 години |
Andreas Kling
|
adb2e6be5f
Kernel: Make the kernel compile & link for x86_64
|
преди 4 години |
Andreas Kling
|
dce030eefc
Kernel: Use RDTSC instead of get_fast_random() for syscall stack noise
|
преди 4 години |
Andreas Kling
|
14aa8e3708
Kernel: Oops, SC_abort was actually calling sys$exit_thread()
|
преди 4 години |
Andreas Kling
|
261b30e120
Kernel: Detach any attached thread tracer on sys$abort()
|
преди 4 години |
Andreas Kling
|
ac71775de5
Kernel: Make all syscall functions return KResultOr<T>
|
преди 4 години |
Andreas Kling
|
4aa58aaab5
Kernel: Don't disable interrupts while exiting a thread or process
|
преди 4 години |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
преди 4 години |
Andreas Kling
|
cc0f5917d3
Kernel: Slap a handful more things with UNMAP_AFTER_INIT
|
преди 4 години |
Andreas Kling
|
4188373020
Kernel: Fix TOCTOU in syscall entry region validation
|
преди 4 години |
Andreas Kling
|
10b7f6b77e
Kernel: Mark handle_crash() as [[noreturn]]
|
преди 4 години |
Andreas Kling
|
3131281747
Kernel: Panic on syscall from process with IOPL != 0
|
преди 4 години |
Andreas Kling
|
f1b5def8fd
Kernel: Factor address space management out of the Process class
|
преди 4 години |
Andreas Kling
|
823186031d
Kernel: Add a way to specify which memory regions can make syscalls
|
преди 4 години |
Tom
|
0bd558081e
Kernel: Track previous mode when entering/exiting traps
|
преди 4 години |
Andreas Kling
|
6bfbc5f5f5
Kernel: Don't allow modifying IOPL via sys$ptrace() or sys$sigreturn()
|
преди 4 години |
Tom
|
c455fc2030
Kernel: Change wait blocking to Process-only blocking
|
преди 4 години |
Tom
|
da5cc34ebb
Kernel: Fix some issues related to fixes and block conditions
|
преди 4 години |
Tom
|
046d6855f5
Kernel: Move block condition evaluation out of the Scheduler
|
преди 4 години |
Andreas Kling
|
1951dfa46a
Kernel: Convert dbg() to dbgln() in Syscall.cpp
|
преди 4 години |
Ben Wiederhake
|
64cc3f51d0
Meta+Kernel: Make clang-format-10 clean
|
преди 4 години |
Nico Weber
|
df62e54d1e
Kernel: Request random numbers for syscall stack noise in larger chunks (#3125)
|
преди 5 години |
Brian Gianforcaro
|
0e627b0273
Kernel: Use Userspace<T> for the exit_thread syscall
|
преди 5 години |