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-02-08
Kernel: Factor address space management out of the Process class
Andreas Kling
2021-02-08
Kernel: Remove unused Process::for_each_thread_in_coredump()
Andreas Kling
2021-02-08
Everywhere: Fix weird includes
Ben Wiederhake
2021-02-07
Kernel: Remove unused function Process::backtrace()
Andreas Kling
2021-02-07
Kernel: Remove some unused declarations from Process
Andreas Kling
2021-02-02
Kernel: Add a way to specify which memory regions can make syscalls
Andreas Kling
2021-02-01
Kernel+keymap+KeyboardMapper: New pledge for getkeymap
Ben Wiederhake
2021-02-01
Kernel+LibKeyboard: Enable querying the current keymap
Ben Wiederhake
2021-01-29
Kernel: Add "prot_exec" pledge promise and require it for PROT_EXEC
Andreas Kling
2021-01-28
Kernel: Generate coredump backtraces from "threads for coredump" list
Andreas Kling
2021-01-28
Kernel: Remove colonel special-case from Process::for_each_thread
Tom
2021-01-27
Kernel: Keep a list of threads per Process
Tom
2021-01-27
Kernel: Implement thread priority queues
Tom
2021-01-27
Kernel: Remove Range "valid" state and use Optional<Range> instead
Andreas Kling
2021-01-27
Kernel: Make Thread::current smp-safe
Tom
2021-01-26
Kernel: Update process promise states on execve() and fork()
Andreas Kling
2021-01-26
Kernel: Remove allocate_region() functions that don't take a Range
Andreas Kling
2021-01-25
Kernel: Support pledge() with empty promises
Linus Groh
2021-01-20
Kernel: Set "pledge_violation" coredump metadata in REQUIRE_PROMISE()
Linus Groh
2021-01-17
Kernel: Some futex improvements
Tom
2021-01-17
Kernel+Userland: Remove shared buffers (shbufs)
Andreas Kling
2021-01-17
Kernel: Remove sys$shbuf_seal() and userland wrappers
Andreas Kling
2021-01-16
Kernel+Userland: Remove sys$shbuf_allow_all() and userland wrappers
Andreas Kling
2021-01-16
Kernel+LibC: Make sys$getcwd truncate the result silently
Ben Wiederhake
2021-01-16
Kernel+LibC+WindowServer: Remove unused thread/process boost mechanism
Andreas Kling
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
[prev]
[next]