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.h
Age
Commit message (
Expand
)
Author
2021-01-16
Kernel: Remove unused syscall sys$minherit()
Andreas Kling
2021-01-16
Kernel: Remove sys$shbuf_set_volatile() and userland wrappers
Andreas Kling
2021-01-15
Kernel: Store process arguments and environment in coredumps
Linus Groh
2021-01-15
Kernel: Prevent threads from being destructed between die() and finalize()
Linus Groh
2021-01-15
Kernel: Make Process::allocate_region*() return KResultOr<Region*>
Andreas Kling
2021-01-15
Kernel: Add anonymous files, created with sys$anon_create()
Andreas Kling
2021-01-11
Kernel: Add dedicated "ptrace" pledge promise
Andreas Kling
2021-01-11
Kernel: Don't dump perfcore for non-dumpable processes
Andreas Kling
2021-01-11
Kernel+Profiler: Make profiling per-process and without core dumps
Andreas Kling
2021-01-10
Kernel: Avoid collision between dynamic loader and main program
Itamar
2021-01-10
Kernel: Plumb the elf header of the main program down to Process::load
Itamar
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-04
Kernel+LibC: Tidy up assertion failures with a dedicated syscall
Andreas Kling
2021-01-04
Kernel: Specify default memory order for some non-synchronizing Atomics
Tom
2021-01-03
Kernel+LibELF: Store termination signal in coredump ProcessInfo
Linus Groh
2021-01-03
Kernel+Loader.so: Allow dynamic executables without an interpreter
William Marlow
2021-01-02
Kernel: Pass "shared" flag to Region constructor
Andreas Kling
2021-01-01
Kernel: Merge PurgeableVMObject into AnonymousVMObject
Tom
2021-01-01
Kernel: Add MAP_NORESERVE support to mmap
Tom
2020-12-30
Kernel: Add sys$set_coredump_metadata() syscall
Linus Groh
2020-12-29
Kernel+LibC: Add a very limited sys$mremap() implementation
Andreas Kling
2020-12-27
Kernel: Remove the per-process icon_id and sys$set_process_icon()
Andreas Kling
2020-12-27
Kernel: Expose process executable paths in /proc/all
Andreas Kling
2020-12-26
Kernel: Allow 'elevating' unveil permissions if implicitly inherited from '/'
AnotherTest
2020-12-26
Kernel: Implement unveil() as a prefix-tree
AnotherTest
2020-12-25
Kernel+LibC: Introduce a "dumpable" flag for processes
Andreas Kling
2020-12-25
Kernel: Allocate new main thread stack before committing to exec
Andreas Kling
2020-12-25
Kernel: Move ELF auxiliary vector building out of Process class
Andreas Kling
2020-12-25
LibELF: Move AuxiliaryValue into the ELF namespace
Andreas Kling
2020-12-25
Kernel+LibELF: Stop doing ELF symbolication in the kernel
Andreas Kling
2020-12-18
Kernel: Move KBufferBuilder to the fallible KBuffer API
Andreas Kling
2020-12-14
Kernel: Generate a coredump file when a process crashes
Itamar
2020-12-14
Loader: Stabilize loader & Use shared libraries everywhere :^)
Itamar
2020-12-14
Kernel: Support TLS allocation from userspace
Itamar
2020-12-14
Kernel: Add ability to load interpreter instead of main program
Itamar
2020-12-12
Kernel: Change wait blocking to Process-only blocking
Tom
2020-12-12
Kernel: disown should unblock any potential waiters
Tom
2020-12-02
Kernel: Use TimerQueue for SIGALRM
Tom
2020-11-30
Kernel: Move block condition evaluation out of the Scheduler
Tom
2020-11-30
Kernel: Allow passing a thread argument for new kernel threads
Tom
2020-11-23
Kernel: Add unveil('b')
Sergey Bugaev
2020-11-10
Kernel+LibC: Add adjtime(2)
Nico Weber
2020-09-27
Kernel: Make Thread refcounted
Tom
2020-09-17
Kernel+LibC+UserspaceEmulator: Mostly add recvmsg(), sendmsg()
Nico Weber
2020-09-15
Kernel: Use Userspace<> for sys$writev
Nico Weber
2020-09-13
Kernel: Make copy_to/from_user safe and remove unnecessary checks
Tom
2020-09-10
Kernel: Rename Process::is_ring0/3 to Process::is_kernel/user_process
Tom
2020-09-08
Refactor: Replace usages of FixedArray with Vector.
asynts
2020-08-19
Kernel: Distinguish between new and old process groups with equal pgids
AnotherTest
2020-08-19
Kernel: Use Userspace<T> for the recvfrom syscall, and Socket implementation
Brian Gianforcaro
[prev]
[next]