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
2022-04-09
Kernel: Remove big lock from `sys$set_coredump_metadata`
Luke Wilde
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-08
Kernel: Panic if the init process dies
Daniel Bertalan
2022-03-08
Kernel: Put Process unveil state in a SpinlockProtected container
Andreas Kling
2022-03-08
Kernel: Put Process's current directory in a SpinlockProtected
Andreas Kling
2022-03-04
Kernel: Save and restore FPU state on signal dispatch on i386/x86_64
Ali Mohammad Pur
2022-03-04
Kernel: Add support for SA_SIGINFO
Ali Mohammad Pur
2022-03-04
Kernel: Comment the living daylights out of signal trampoline/sigreturn
Ali Mohammad Pur
2022-03-04
Kernel: Move signal handlers from being thread state to process state
Ali Mohammad Pur
2022-02-27
Kernel: Add OpenFileDescriptions::try_enumerate for fallible iteration
Idan Horowitz
2022-02-21
Kernel: VERIFY that signals are not sent to Kernel processes
Idan Horowitz
2022-02-21
Kernel: Stop sending SIGCHLD to kernel parent processes
Idan Horowitz
2022-02-16
AK+Kernel: Specialize Trie for NNOP<KString> and use it in UnveilNode
Idan Horowitz
2022-02-15
AK+Kernel: OOM-harden most parts of Trie
Ali Mohammad Pur
2022-02-13
Kernel: Use try_make_weak_ptr() instead of make_weak_ptr()
Idan Horowitz
2022-01-30
Kernel: Remove unnecessary includes from Thread.h
Andreas Kling
2022-01-29
Kernel: Stop using HashMap in Mutex
Idan Horowitz
2022-01-29
Kernel: Switch process file descriptor table from spinlock to mutex
Andreas Kling
2022-01-29
Kernel: Convert process file descriptor table to a SpinlockProtected
Andreas Kling
2022-01-27
Kernel: Don't mess with thread state in Process::do_exec()
Andreas Kling
2022-01-26
Kernel: Ignore allocation failures when appending threads to coredump
Idan Horowitz
2022-01-13
Kernel: Perform exec-into-new-image directly in sys$execve()
Andreas Kling
2022-01-13
Kernel: Convert hostname to KString
Idan Horowitz
2022-01-13
Kernel: Make Process::dump_perfcore OOM-fallible using KString
Idan Horowitz
2022-01-12
Kernel: Make PerformanceEventBuffer::add_process fallible with ErrorOr
Idan Horowitz
2022-01-07
Everywhere: Fix many spelling errors
mjz19910
2021-12-30
Kernel: Tighten String-related includes
Daniel Bertalan
2021-12-29
Kernel: Add verification promise violations are propagated properly
Brian Gianforcaro
2021-12-29
Kernel: Handle promise violations in the syscall handler
Brian Gianforcaro
2021-12-29
Kernel: Port Process to ListedRefCounted
Idan Horowitz
2021-12-29
Kernel: Remove Process::all_processes()
Idan Horowitz
2021-12-19
Kernel: Make perfcore files owned by UID=0, GID=0
Andreas Kling
2021-12-16
Kernel+LibC: Move errno definitions to Kernel/API/POSIX
sin-ack
2021-11-30
Kernel: Surface errors when generating a process core dump :^)
Brian Gianforcaro
2021-11-28
Kernel: Log when a process exits with an unlocked veil
Sam Atkins
2021-11-14
Kernel: Convert Process-related const member functions to static
Andrew Kaster
2021-11-14
Kernel: Make OpenFileDescriptions::max_open() static and constexpr
Andrew Kaster
2021-11-14
Kernel: Resolve clang-tidy readability-qualified-auto warning
Andrew Kaster
2021-11-14
Kernel: Resolve clang-tidy readability-make-member-function-const
Andrew Kaster
2021-11-14
Kernel: Resolve clang-tidy readability-implicit-bool-conversion warnings
Andrew Kaster
2021-11-10
AK: Make Vector::try_* functions return ErrorOr<void>
Andreas Kling
2021-11-08
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
Andreas Kling
2021-10-31
Kernel: Do not try opening the same file when dumping perfcore
SeekingBlues
2021-10-31
Kernel: Avoid OpenFileDescription::absolute_path
Ben Wiederhake
2021-10-08
Kernel: Fix -Wunreachable-code warnings from clang
Nico Weber
2021-10-01
Kernel: Fix a few typos
Nico Weber
2021-09-17
Kernel: Introduce the DeviceManagement singleton
Liav A
2021-09-16
Kernel: Unblock tracer process in Process:unblock_waiters()
Itamar
2021-09-11
Kernel+Userland: Remove loadable kernel moduless
Liav A
2021-09-09
Kernel: Use KString all the way in sys$execve()
Andreas Kling
[next]