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
2020-03-03
Kernel: Fix race in clock_nanosleep
Ben Wiederhake
2020-03-02
Kernel: Use klog() instead of kprintf()
Liav A
2020-03-02
Kernel: Remove ability to create kernel-only regions at user addresses
Andreas Kling
2020-03-02
Kernel: Map executables at a kernel address during ELF load
Andreas Kling
2020-03-02
Kernel: Load executables on demand when symbolicating
Andreas Kling
2020-03-02
Kernel: Make the "entire executable" region shared
Andreas Kling
2020-03-01
Kernel: Mark read-only PT_LOAD mappings as shared regions
Andreas Kling
2020-03-01
Kernel: Use SharedInodeVMObject for executables after all
Andreas Kling
2020-03-01
Kernel: Run clang-format on Process.cpp
Andreas Kling
2020-03-01
Kernel: Name perfcore files "perfcore.PID"
Andreas Kling
2020-03-01
Kernel: Remove some more harmless InodeVMObject miscasts
Andreas Kling
2020-03-01
Kernel: Fix harmless type miscast in Process::amount_clean_inode()
Andreas Kling
2020-03-01
Kernel: Use PrivateInodeVMObject for loading program executables
Andreas Kling
2020-03-01
Kernel: Remove some Region construction helpers
Andreas Kling
2020-02-29
Kernel: Return bytes written if sys$write() fails after writing some
Andreas Kling
2020-02-29
Kernel: Simplify some dbg() logging
Andreas Kling
2020-02-28
Kernel: Implement basic support for sys$mmap() with MAP_PRIVATE
Andreas Kling
2020-02-28
Kernel: Remove some unnecessary indirection in InodeFile::mmap()
Andreas Kling
2020-02-28
Kernel: Split InodeVMObject into two subclasses
Andreas Kling
2020-02-28
Kernel: Rename InodeVMObject => SharedInodeVMObject
Andreas Kling
2020-02-28
Kernel: Make Process::m_master_tls_region a WeakPtr
Andreas Kling
2020-02-28
Kernel: Remove SmapDisabler in sys$connect()
Andreas Kling
2020-02-28
Kernel: Merge the shbuf_get_size() syscall into shbuf_get()
Andreas Kling
2020-02-28
Kernel+LibC: Rename shared buffer syscalls to use a prefix
Andreas Kling
2020-02-27
Process: Use dbg() instead of dbgprintf()
Liav A
2020-02-27
Kernel: Always disable interrupts in do_killpg()
Andreas Kling
2020-02-27
Kernel: Ignore signals sent to threadless (zombie) processes
Andreas Kling
2020-02-27
Kernel: Don't allow profiling a dead process
Andreas Kling
2020-02-27
Kernel: Fix ASSERTION failed in join_thread syscall
Cristian-Bogdan SIRB
2020-02-27
Kernel: Don't assert on sys$kill() with pid=INT32_MIN
Andreas Kling
2020-02-26
Kernel: Allow process with multiple threads to call exec and exit
Cristian-Bogdan SIRB
2020-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
2020-02-24
Kernel: Use Vector::unstable_remove() when deallocating a region
Andreas Kling
2020-02-24
Kernel: Make Region weakable and use WeakPtr<Region> instead of Region*
Andreas Kling
2020-02-24
Kernel: Clear the region lookup cache on exec()
Andreas Kling
2020-02-24
Kernel: Include the new PIT class in system components
Liav A
2020-02-22
Kernel: Disown shared buffers on sys$execve()
Andreas Kling
2020-02-22
Kernel: Disable profiling during the critical section of sys$execve()
Andreas Kling
2020-02-22
Kernel: Reset profiling state on exec() (but keep it going)
Andreas Kling
2020-02-21
Kernel: Fix bitrotted DEBUG_IO logging
Andreas Kling
2020-02-18
Kernel: Remove SmapDisabler in sys$create_shared_buffer()
Andreas Kling
2020-02-18
Kernel: Reset FPU state on exec()
Andreas Kling
2020-02-18
Kernel: Use a FixedArray for a process's extra GIDs
Andreas Kling
2020-02-17
Kernel: Replace "current" with Thread::current and Process::current
Andreas Kling
2020-02-17
Kernel: Tear down process address space during finalization
Andreas Kling
2020-02-16
Kernel+LibC: Allow sys$mmap() callers to specify address alignment
Andreas Kling
2020-02-16
Kernel: Remove SmapDisabler in sys$accept()
Andreas Kling
2020-02-16
Kernel: Remove SmapDisabler in sys$clock_gettime()
Andreas Kling
2020-02-16
Kernel: Reduce header dependencies of Process and Thread
Andreas Kling
2020-02-16
Kernel: Add forward declaration header
Andreas Kling
[next]