summaryrefslogtreecommitdiff
path: root/Kernel/Syscalls/fork.cpp
AgeCommit message (Expand)Author
2021-01-25Everywhere: Use CMake to generate AK/Debug.h.asynts
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-17Kernel+Userland: Remove shared buffers (shbufs)Andreas Kling
2021-01-09Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-01Kernel: Pass new region owner to Region::cloneTom
2021-01-01Kernel: Merge PurgeableVMObject into AnonymousVMObjectTom
2021-01-01Kernel: Implement lazy committed page allocationTom
2020-12-26Kernel: Implement unveil() as a prefix-treeAnotherTest
2020-12-25AK: Remove custom %w format string specifierAndreas Kling
2020-11-23Kernel: Inherit shared buffers when forkingTom
2020-11-10AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safeTom
2020-10-26Kernel: Fix a few deadlocks with Thread::m_lock and g_scheduler_lockTom
2020-09-27Kernel: Make Thread refcountedTom
2020-09-10Kernel: Rename Process::is_ring0/3 to Process::is_kernel/user_processTom
2020-09-07Kernel: Fix crash when delivering signal to barely created threadTom
2020-08-19Kernel: Distinguish between new and old process groups with equal pgidsAnotherTest
2020-08-10Kernel: PID/TID typingBen Wiederhake
2020-07-30Kernel: Move syscall implementations out of Process.cppAndreas Kling