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-22
Kernel: Simplify process assertion checking if region is in range
Shannon Booth
2020-03-19
Process: Use monotonic time for timeouts
Liav A
2020-03-19
Kernel: Add new syscall to allow changing the system date
Liav A
2020-03-19
Kernel: Introduce the new Time management subsystem
Liav A
2020-03-19
Kernel: Resolve relative paths when there is a veil (#1474)
Alex Muscar
2020-03-16
Kernel: Add sys$get_stack_bounds() for finding the stack base & size
Andreas Kling
2020-03-10
Kernel: Get rid of SmapDisabler in sys$fstat()
Andreas Kling
2020-03-09
Kernel: Allow to reboot in ACPI via PCI or MMIO access
Liav A
2020-03-08
Kernel: Fix race in waitid
Ben Wiederhake
2020-03-08
Kernel: Fix race in select
Ben Wiederhake
2020-03-08
AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)
Andreas Kling
2020-03-06
Kernel: Simplify a bunch of dbg() and klog() calls
Andreas Kling
2020-03-05
Kernel: Run clang-format on Process.cpp & ACPIDynamicParser.h
Liav A
2020-03-05
Kernel: Call ACPI reboot method first if possible
Liav A
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
[next]