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
/
Syscalls
/
fork.cpp
Age
Commit message (
Expand
)
Author
2023-06-04
Kernel: Move Performance-measurement code to the Tasks subdirectory
Liav A
2023-06-04
Kernel: Move all tasks-related code to the Tasks subdirectory
Liav A
2023-05-27
Kernel: Mark sys$fork as not needing the big lock
Liav A
2023-04-05
Kernel: Make Credentials the authority on process SID
Andreas Kling
2023-04-05
Kernel: Move Process's process group pointer into protected data
Andreas Kling
2023-04-05
Kernel: Stop using *LockRefPtr for TTY
Andreas Kling
2023-04-04
Kernel: Stop using *LockRefPtr for ProcessGroup
Andreas Kling
2023-04-04
Kernel: Simplify Process factory functions
Andreas Kling
2023-04-03
Kernel: Add AArch64 support to sys$fork
Idan Horowitz
2023-03-12
Kernel: Make the Jails' internal design a lot more sane
Liav A
2023-02-06
Kernel: Protect Process::m_name with a spinlock
Sam Atkins
2023-01-27
Kernel: Add Syscalls/fork.cpp to aarch64 build
Timon Kruiper
2022-12-28
Kernel: Remove i686 support
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-08-24
Kernel: Don't wrap AddressSpace's RegionTree in SpinlockProtected
Andreas Kling
2022-08-24
Kernel: Wrap process address spaces in SpinlockProtected
Andreas Kling
2022-08-24
Kernel: Wrap RegionTree objects in SpinlockProtected
Andreas Kling
2022-08-22
Kernel: Use Process::credentials() and remove user ID/group ID helpers
Anthony Iacono
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-15
Kernel: Leak a ref() on the new Process ASAP in sys$fork()
Andreas Kling
2022-07-27
Everywhere: Make the codebase more architecture aware
Undefine
2022-07-10
Kernel: Stop leaking first thread on errors in sys$fork
Idan Horowitz
2022-04-04
Kernel: Tweak broken dbgln_if() in sys$fork() after RegionTree changes
Andreas Kling
2022-04-03
Kernel: Make VM allocation atomic for userspace regions
Andreas Kling
2022-04-03
Kernel: Store AddressSpace memory regions in an IntrusiveRedBlackTree
Andreas Kling
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-02-15
AK+Kernel: OOM-harden most parts of Trie
Ali Mohammad Pur
2022-02-14
Kernel: Make master TLS region WeakPtr construction OOM-fallible
Idan Horowitz
2022-02-11
Kernel: Set up Regions before adding them to a Process's AddressSpace
Idan Horowitz
2022-01-30
Kernel: Remove unnecessary includes from Thread.h
Andreas Kling
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
2021-12-29
Kernel: Handle promise violations in the syscall handler
Brian Gianforcaro
2021-12-29
Kernel: Use Process::require_promise() instead of REQUIRE_PROMISE()
Brian Gianforcaro
2021-12-12
Kernel: Inherit alternative signal stack on fork(2)
Idan Horowitz
2021-12-12
Kernel: Preserve signal mask across fork(2) and execve(2)
Idan Horowitz
2021-11-08
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
Andreas Kling
2021-09-07
Kernel: Rename FileDescription => OpenFileDescription
Andreas Kling
2021-09-07
Kernel: Store process names as KString
Andreas Kling
2021-09-06
Kernel: Make Memory::Region::map() return KResult
Andreas Kling
2021-09-06
Kernel: Make AddressSpace::add_region() return KResultOr<Region*>
Andreas Kling
2021-09-05
Kernel: Use TRY() in sys$fork()
Andreas Kling
2021-09-04
Kernel: Make Process::try_create() propagate errors better
Andreas Kling
2021-09-04
Kernel: Rename Process::create() => try_create()
Andreas Kling
2021-08-25
Kernel: Always observe the return value of Region::map and remap
Brian Gianforcaro
[next]