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
Age
Commit message (
Expand
)
Author
2021-02-08
Kernel: Remove unused Thread::is_runnable_state()
Andreas Kling
2021-02-08
Kernel: Prevent execve/ptrace race
Andreas Kling
2021-02-08
Kernel: Remove two unused fields from sys$execve's LoadResult
Andreas Kling
2021-02-08
Kernel: Make the space lock a RecursiveSpinLock
Andreas Kling
2021-02-08
Kernel: Move ShouldAllocateTls enum from Process to execve.cpp
Andreas Kling
2021-02-08
Kernel: Always hold space lock while calculating memory statistics
Andreas Kling
2021-02-08
Kernel: Move memory statistics helpers from Process to Space
Andreas Kling
2021-02-08
Kernel: Skip generic region lookup in sys$futex and sys$get_stack_bounds
Andreas Kling
2021-02-08
Kernel: Reorganize ptrace implementation a bit
Andreas Kling
2021-02-08
Kernel: Set the dumpable flag before switching spaces in sys$execve()
Andreas Kling
2021-02-08
Kernel: Remove outdated code to dump memory layout after exec load
Andreas Kling
2021-02-08
Kernel: Factor address space management out of the Process class
Andreas Kling
2021-02-08
Kernel: Remove unused MemoryManager::validate_range()
Andreas Kling
2021-02-08
Kernel: Remove unused Process::for_each_thread_in_coredump()
Andreas Kling
2021-02-08
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
AnotherTest
2021-02-08
Kernel: Make Arch/i386/CPU.cpp safe to run through clang-format
AnotherTest
2021-02-08
Everywhere: Fix obvious dbgln() bugs
AnotherTest
2021-02-08
Everywhere: Fix weird includes
Ben Wiederhake
2021-02-08
Kernel: KResultOr can use the same storage as the object for the error
Tom
2021-02-07
Kernel: Fix KResultOr copy-move from itself case
Tom
2021-02-07
Kernel: Use KResultOr::release_value in Process::create_kernel_thread
Tom
2021-02-07
Kernel: Change KResultOr::take_value to use move semantics
Tom
2021-02-07
Kernel: Remove ancient unused Scheduler::beep() declaration
Andreas Kling
2021-02-07
Kernel: Remove a handful of unused things from Thread
Andreas Kling
2021-02-07
Kernel: Don't allocate kernel stack twice per thread :^)
Andreas Kling
2021-02-07
Kernel: Make sure we can allocate kernel stack before creating thread
Andreas Kling
2021-02-07
Kernel: Combine Thread::backtrace() and backtrace_impl() into one
Andreas Kling
2021-02-07
Kernel: Add initializer for Thread::m_tss
Andreas Kling
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-07
Kernel: KUBSAN implementation of returns-nonnull-attribute
Brian Gianforcaro
2021-02-06
Kernel: Use the resolved parent path when testing create veil (#5231)
William Bowling
2021-02-06
Kernel: And some more KUBSAN checks :^)
Andreas Kling
2021-02-06
Kernel: Implement some more KUBSAN checks :^)
Andreas Kling
2021-02-05
Kernel: Don't left-shift 1 (signed) 31 times
Andreas Kling
2021-02-05
Kernel: Don't create a zero-length VLA in Ext2FS block list walk
Andreas Kling
2021-02-05
Kenrel: Implement two more KUBSAN checks
Andreas Kling
2021-02-05
Kernel: Add missing initializer for SharedIRQHandler::m_enabled
Andreas Kling
2021-02-05
Kernel: KUBSAN! (Kernel Undefined Behavior SANitizer) :^)
Andreas Kling
2021-02-05
Userland: Add LibSystem and funnel all syscalls through it
Andreas Kling
2021-02-05
Kernel: Add NE2000 network card driver
Jean-Baptiste Boric
2021-02-05
Kernel: Clear pending interrupts before enabling IRQs of IDE Channel
Liav A
2021-02-05
Kernel: Try to detect Sound Blaster 16 before creating an instance
Liav A
2021-02-04
Kernel: Make /proc/PID/stacks/TID a JSON array
Andreas Kling
2021-02-04
Make it possible to overwrite debug macros locally.
asynts
2021-02-03
Kernel: Move perf event backtrace capture out of Thread class
Andreas Kling
2021-02-03
Everywhere: Remove some bitrotted "#if 0" blocks
Andreas Kling
2021-02-03
Kernel: Don't try to symbolicate user addresses with ksyms
Andreas Kling
2021-02-03
Kernel: Check for off_t overflow in FileDescription::read/write
Andreas Kling
2021-02-03
Kernel: Check for off_t overflow before reading/writing InodeFile
Andreas Kling
[next]