Gunnar Beutner
|
b6435372cc
Kernel: Implement syscall entry for x86_64
|
4 年 前 |
Gunnar Beutner
|
233ef26e4d
Kernel+Userland: Add x86_64 registers to RegisterState/PtraceRegisters
|
4 年 前 |
Hendiadyoin1
|
62f9377656
Kernel: Move special sections into Sections.h
|
4 年 前 |
Hendiadyoin1
|
7ca3d413f7
Kernel: Pull apart CPU.h
|
4 年 前 |
Gunnar Beutner
|
3c3a1726df
Kernel: Make sure threads which don't do any syscalls are terminated
|
4 年 前 |
Ali Mohammad Pur
|
50349de38c
Meta: Disable -Wmaybe-uninitialized
|
4 年 前 |
Gunnar Beutner
|
42d667645d
Kernel: Make sure we free the thread stack on thread exit
|
4 年 前 |
Gunnar Beutner
|
4fca9ee060
Kernel: Allow building the kernel with -O0
|
4 年 前 |
Gunnar Beutner
|
55ae52fdf8
Kernel: Enable building the kernel with -flto
|
4 年 前 |
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 年 前 |