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
2023-04-05
Kernel: Move Process's TTY pointer into protected data
Andreas Kling
2023-04-05
Kernel: Stop using *LockRefPtr for TTY
Andreas Kling
2023-04-04
Kernel: Make custody_for_dirfd() fail on files other than directories
Andreas Kling
2023-04-04
Kernel: Stop using *LockRefPtr for Kernel::Timer
Andreas Kling
2023-04-04
Kernel: Stop using *LockRefPtr for Thread
Andreas Kling
2023-04-04
Kernel: Simplify Process factory functions
Andreas Kling
2023-04-04
Kernel: Stop using *LockRefPtr for Process pointers
Andreas Kling
2023-03-12
Kernel: Make the Jails' internal design a lot more sane
Liav A
2023-03-07
Kernel: Use non-locking {Nonnull,}RefPtr for OpenFileDescription
Andreas Kling
2023-03-06
Kernel: Remove two outdated FIXMEs about the file descriptor table mutex
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullOwnPtrVector
Andreas Kling
2023-03-05
Kernel: Actually check Process unveil data when creating perfcore dump
Liav A
2023-02-24
Kernel: Properly lock Process protected data in the prctl syscall
Liav A
2023-02-24
Kernel/FileSystem: Simplify the ProcFS significantly
Liav A
2023-02-08
Kernel: Add optional userspace backtrace to Process::crash
Timon Kruiper
2023-02-06
Kernel: Protect Process::m_name with a spinlock
Sam Atkins
2023-02-02
Kernel: Change the way we call a syscall in signal_trampoline_dummy
Agustin Gianni
2023-01-27
Kernel: Use InterruptsState abstraction in execve.cpp
Timon Kruiper
2023-01-27
Kernel: Move Memory/PageDirectory.{cpp,h} to arch-specific directory
Timon Kruiper
2023-01-21
Kernel+LibC: Move name length constants to Kernel/API from limits.h
Andrew Kaster
2023-01-07
Kernel: Mark Process::jail() method as const
Liav A
2023-01-03
Kernel: Add `sid` and `pgid` to `Credentials`
yyny
2023-01-02
Kernel: Turn lock ranks into template parameters
kleines Filmröllchen
2022-12-29
Kernel: Factor out setting Thread entry function
Timon Kruiper
2022-12-29
Kernel/aarch64: Implement stub for asm_signal_trampoline
Timon Kruiper
2022-12-28
Kernel: Remove i686 support
Liav A
2022-12-11
Kernel: Implement Process::custody_for_dirfd
sin-ack
2022-12-03
Kernel+SystemServer: Don't hardcode coredump directory path
Liav A
2022-11-26
Kernel+LibCore+LibC: Implement support for forcing unveil on exec
Liav A
2022-11-05
Kernel: Add support for jails
Liav A
2022-10-18
Kernel: Add more AARCH64 stubs
Gunnar Beutner
2022-10-17
Kernel: Move InterruptDisabler out of Arch directory
Timon Kruiper
2022-09-24
Kernel: By default, don't dump regions when a userspace crash happens
kleines Filmröllchen
2022-08-24
Kernel: Wrap process address spaces in SpinlockProtected
Andreas Kling
2022-08-23
Kernel: Remove unused Process::in_group()
Anthony Iacono
2022-08-22
Kernel: Use Process::credentials() and remove user ID/group ID helpers
Anthony Iacono
2022-08-21
Kernel: Make VirtualFileSystem functions take credentials as input
Andreas Kling
2022-08-21
Kernel: Guard Process "protected data" with a spinlock
Andreas Kling
2022-08-21
Kernel: Use RefPtr instead of LockRefPtr for Custody
Andreas Kling
2022-08-20
Kernel: Add Credentials to hold a set of user and group IDs
Andreas Kling
2022-08-20
Kernel: Make self-contained locking smart pointers their own classes
Andreas Kling
2022-08-19
Kernel: Require lock rank for Spinlock construction
kleines Filmröllchen
2022-08-10
Kernel: Make failure to write coredump or perfcore a regular dmesg
Brian Gianforcaro
2022-07-27
Everywhere: Make the codebase more architecture aware
Undefine
2022-07-22
Kernel+LibC: Don't hardcode the maximum signal number everywhere
Tim Schumacher
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-05
Kernel: Copy signal handlers when forking
Tim Schumacher
2022-06-02
Kernel: Implement InterruptDisabler using generic Processor functions
Timon Kruiper
2022-04-09
Kernel: Remove big lock from `sys$set_coredump_metadata`
Luke Wilde
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
[next]