Tom
|
a95b726fd8
Kernel: Fix race causing modifying a Process to fail with a panic
|
4 years ago |
Gunnar Beutner
|
67f0c0d5f0
Kernel+LibELF: Don't demangle symbols in the kernel
|
4 years ago |
Liav A
|
7c87891c06
Kernel: Don't copy a Vector<FileDescriptionAndFlags>
|
4 years ago |
Liav A
|
12b6e69150
Kernel: Introduce the new ProcFS design
|
4 years ago |
Gunnar Beutner
|
6dde7dac8f
Kernel: Implement signal handling for x86_64
|
4 years ago |
Hendiadyoin1
|
65566d6868
Kernel: Make and use KERNEL_BASE
|
4 years ago |
Hendiadyoin1
|
8b44aa7885
Kernel: Fix Process::crash assuming 32-bit mode
|
4 years ago |
Gunnar Beutner
|
32840dfa17
Kernel: Implement more x86_64 context switching functionality
|
4 years ago |
Gunnar Beutner
|
f285241cb8
Kernel: Rename Thread::tss to Thread::regs and add x86_64 support
|
4 years ago |
Gunnar Beutner
|
b9f6b40651
Kernel: Clean up create_signal_trampoline a bit
|
4 years ago |
Daniel Bertalan
|
f820917a76
Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull`
|
4 years ago |
Gunnar Beutner
|
38fca26f54
Kernel: Add stubs for missing x86_64 functionality
|
4 years ago |
Hendiadyoin1
|
62f9377656
Kernel: Move special sections into Sections.h
|
4 years ago |
Hendiadyoin1
|
7ca3d413f7
Kernel: Pull apart CPU.h
|
4 years ago |
Jelle Raaijmakers
|
ab840423a8
Kernel: Verify Process coredump threads are empty
|
4 years ago |
Brian Gianforcaro
|
9fccbde371
Kernel: Switch Process to InstrusiveList from InlineLinkedList
|
4 years ago |
Brian Gianforcaro
|
252e98761a
Kernel: Remove unnecessary cast to int during ensure capacity
|
4 years ago |
Brian Gianforcaro
|
7e691f96e1
Kernel: Switch ProcessGroup to IntrusiveList from InlineLinkedList
|
4 years ago |
Andreas Kling
|
1123af361d
Kernel: Convert Process::get_syscall_path_argument() to KString
|
4 years ago |
Andreas Kling
|
cefb321da4
Kernel: Print a message to debug log after writing a perfcore file
|
4 years ago |
Gunnar Beutner
|
3cafdca868
Kernel: Disable profile timer when the process exits
|
4 years ago |
Nicholas Baron
|
aa4d41fe2c
AK+Kernel+LibELF: Remove the need for `IteratorDecision::Continue`
|
4 years ago |
Brian Gianforcaro
|
ede1483e48
Kernel: Make Process creation APIs OOM safe
|
4 years ago |
Brian Gianforcaro
|
956314f0a1
Kernel: Make Process::start_tracing_from API OOM safe
|
4 years ago |
Brian Gianforcaro
|
d7089a0417
Kernel: Move process exit perf events to PerformanceManager
|
4 years ago |
Brian Gianforcaro
|
2ee1731966
Kernel: Harden Process Vector usage against OOM.
|
4 years ago |
Gunnar Beutner
|
55ae52fdf8
Kernel: Enable building the kernel with -flto
|
4 years ago |
Gunnar Beutner
|
eb798d5538
Kernel+Profiler: Improve profiling subsystem
|
4 years ago |
Andreas Kling
|
b91c49364d
AK: Rename adopt() to adopt_ref()
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |