index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Process.cpp
Age
Commit message (
Expand
)
Author
2021-07-23
Kernel: Make -pie work for x86_64
Gunnar Beutner
2021-07-18
Kernel: Add .profile extension to perfcore files
Max Wipfli
2021-07-18
Kernel: Introduce basic pre-kernel environment
Gunnar Beutner
2021-07-17
Kernel: Rename Lock to Mutex
Andreas Kling
2021-07-14
Kernel: Fix Process use-after-free in Thread finalization
Andreas Kling
2021-07-14
Kernel: Ignore subsequent calls to Process::die
Tom
2021-07-12
Kernel: Allow Lock to block from BlockCondition
Tom
2021-07-12
Kernel: Initialize threading and process management earlier
Tom
2021-07-11
Kernel: Rename ProcFSComponentsRegistrar => ProcFSComponentRegistry
Andreas Kling
2021-07-11
Kernel: Rename VFS => VirtualFileSystem
Andreas Kling
2021-07-07
Kernel: Fix race causing modifying a Process to fail with a panic
Tom
2021-07-06
Kernel+LibELF: Don't demangle symbols in the kernel
Gunnar Beutner
2021-06-29
Kernel: Don't copy a Vector<FileDescriptionAndFlags>
Liav A
2021-06-29
Kernel: Introduce the new ProcFS design
Liav A
2021-06-29
Kernel: Implement signal handling for x86_64
Gunnar Beutner
2021-06-28
Kernel: Make and use KERNEL_BASE
Hendiadyoin1
2021-06-28
Kernel: Fix Process::crash assuming 32-bit mode
Hendiadyoin1
2021-06-28
Kernel: Implement more x86_64 context switching functionality
Gunnar Beutner
2021-06-27
Kernel: Rename Thread::tss to Thread::regs and add x86_64 support
Gunnar Beutner
2021-06-26
Kernel: Clean up create_signal_trampoline a bit
Gunnar Beutner
2021-06-24
Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull`
Daniel Bertalan
2021-06-24
Kernel: Add stubs for missing x86_64 functionality
Gunnar Beutner
2021-06-24
Kernel: Move special sections into Sections.h
Hendiadyoin1
2021-06-24
Kernel: Pull apart CPU.h
Hendiadyoin1
2021-06-14
Kernel: Verify Process coredump threads are empty
Jelle Raaijmakers
2021-06-07
Kernel: Switch Process to InstrusiveList from InlineLinkedList
Brian Gianforcaro
2021-06-07
Kernel: Remove unnecessary cast to int during ensure capacity
Brian Gianforcaro
2021-06-03
Kernel: Switch ProcessGroup to IntrusiveList from InlineLinkedList
Brian Gianforcaro
2021-05-29
Kernel: Convert Process::get_syscall_path_argument() to KString
Andreas Kling
2021-05-22
Kernel: Print a message to debug log after writing a perfcore file
Andreas Kling
2021-05-17
Kernel: Disable profile timer when the process exits
Gunnar Beutner
2021-05-16
AK+Kernel+LibELF: Remove the need for `IteratorDecision::Continue`
Nicholas Baron
2021-05-15
Kernel: Make Process creation APIs OOM safe
Brian Gianforcaro
2021-05-13
Kernel: Make Process::start_tracing_from API OOM safe
Brian Gianforcaro
2021-05-07
Kernel: Move process exit perf events to PerformanceManager
Brian Gianforcaro
2021-05-01
Kernel: Harden Process Vector usage against OOM.
Brian Gianforcaro
2021-04-29
Kernel: Enable building the kernel with -flto
Gunnar Beutner
2021-04-26
Kernel+Profiler: Improve profiling subsystem
Gunnar Beutner
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-19
Kernel: Add a syscall to clear the profiling buffer
Brian Gianforcaro
2021-04-04
Kernel+CrashReporter: Add metadata about page faults to crash reports
Andreas Kling
2021-03-21
Kernel::CPU: Move headers into common directory
Hendiadyoin1
2021-03-11
Kernel: Always protect process data immediately after construction
Andreas Kling
2021-03-11
Kernel: Move process termination status/signal into protected data
Andreas Kling
2021-03-11
Kernel: Move process thread lists into protected data
Andreas Kling
2021-03-11
Kernel: Don't keep protected Process data in a separate allocation
Andreas Kling
2021-03-10
Kernel: Move process "dumpable" flag into protected data
Andreas Kling
2021-03-10
Kernel: Move process parent PID into protected data :^)
Andreas Kling
2021-03-10
Kernel: Move process extra_gids into protected data :^)
Andreas Kling
[next]