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-12-26
Everywhere: void arguments to C functions
Lenny Maiorani
2020-12-25
Kernel+LibELF: Stop doing ELF symbolication in the kernel
Andreas Kling
2020-12-22
Kernel: Abort core dump generation if any substep fails
Andreas Kling
2020-12-21
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
Lenny Maiorani
2020-12-18
Kernel: Move KBufferBuilder to the fallible KBuffer API
Andreas Kling
2020-12-18
Kernel: Don't dump core when OOM-killing a process
Andreas Kling
2020-12-15
Kernel: Don't take LexicalPath as argument
Andreas Kling
2020-12-14
Kernel: Generate coredumps for profiled processes
Itamar
2020-12-14
Kernel: Pass full path of output coredump file to CoreDump
Itamar
2020-12-14
Kernel: Generate a coredump file when a process crashes
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-12
Kernel: Fix some issues related to fixes and block conditions
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-30
Kernel: Move some time related code from Scheduler into TimeManagement
Tom
2020-11-10
AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe
Tom
2020-10-26
Kernel: Fix a few deadlocks with Thread::m_lock and g_scheduler_lock
Tom
2020-10-10
Kernel: Remove FIXME about unsurfaced error and log something
Andreas Kling
2020-10-03
Everywhere: Fix more typos
Linus Groh
2020-09-27
Kernel: Make Thread refcounted
Tom
2020-09-26
Kernel: Fix thread joining issues
Tom
2020-09-24
Kernel: Remove a whole bunch of unnecessary includes in Process.cpp
Andreas Kling
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-30
Kernel: Unbreak building with extra debug macros, part 2
Ben Wiederhake
2020-08-22
Kernel: Make Process::dump_regions() sort the regions before dumping
Andreas Kling
2020-08-19
Kernel: Distinguish between new and old process groups with equal pgids
AnotherTest
2020-08-12
Kernel: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-11
Kernel: Always return from Thread::wait_on
Tom
2020-08-10
Kernel: Fix PID/TID confusion in send_signal
Ben Wiederhake
2020-08-10
Kernel: More PID/TID typing
Ben Wiederhake
2020-08-10
Kernel: PID/PGID typing
Ben Wiederhake
2020-08-10
Kernel: PID/TID typing
Ben Wiederhake
2020-08-05
Kernel: Fix build break from missing KResult [[nodiscard]] suppressions
Brian Gianforcaro
2020-08-02
Kernel: Fix signal delivery when no syscall is made
Tom
2020-08-02
Kernel: Remove ProcessInspectionHandle and make Process RefCounted
Tom
2020-08-02
Kernel: Fix some crashes due to missing locks
Tom
2020-07-30
Kernel: Rename region_from_foo() => find_region_from_foo()
Andreas Kling
2020-07-30
Kernel: Turn Process::FileDescriptionAndFlags into a proper class
Andreas Kling
2020-07-30
Kernel: Move syscall implementations out of Process.cpp
Andreas Kling
2020-07-27
Kernel+LibC: Add sys$set_process_name() for changing the process name
Andreas Kling
2020-07-25
Kernel: Make clock_nanosleep aware of dynamic tick length
Ben Wiederhake
2020-07-25
Kernel: Make usleep aware of dynamic tick length
Ben Wiederhake
2020-07-25
Kernel: Allow process creation during low-entropy condition
Ben Wiederhake
2020-07-15
LibC+Kernel: Start implementing sysconf
Nico Weber
2020-07-07
Kernel: Fix checking BlockResult
Tom
2020-07-07
Kernel+LibELF: Expose ELF Auxiliary Vector to Userspace
Andrew Kaster
[next]