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-06-02
Kernel: Make KString non-copyable and non-movable
Gunnar Beutner
2021-06-02
Kernel: Fix use-after-free in sys$mremap
Gunnar Beutner
2021-06-01
Kernel: Handle OOM of file system in sys$mount
Brian Gianforcaro
2021-06-01
Kernel: Move ProcFS API towards OOM safety
Brian Gianforcaro
2021-06-01
Kernel: Move TmpFS towards OOM safety
Brian Gianforcaro
2021-06-01
Kernel: Move DevFS APIs towards OOM safety
Brian Gianforcaro
2021-06-01
Kernel: Make AnonymousFile::create API OOM safe
Brian Gianforcaro
2021-06-01
Kernel: Dont try to register ephemeral TCP ports twice
stelar7
2021-05-31
Kernel/ACPI: Sprinkle links to the specification all over
Luke
2021-05-31
Kernel: Rename instances of IO port 0xe9 to BOCHS_DEBUG_PORT
Nick Miller
2021-05-31
Documentation: Add explanation about AHCI locking
Liav A
2021-05-31
Kernel: Fix crash when switching to console 5 & 6
Sebastian Zaha
2021-05-31
AK+Kernel: Disallow implicitly lifting pointers to OwnPtr's
Ali Mohammad Pur
2021-05-31
Kernel: Add KString::must_{..} factory methods
Brian Gianforcaro
2021-05-31
Kernel: Move CommandLine API to use AK::StringView instead of AK::String
Brian Gianforcaro
2021-05-30
Kernel: Unnamed regions still need a null-terminator in core dumps
Andreas Kling
2021-05-30
Kernel: Don't log profile data before/after the process/thread lifetime
Gunnar Beutner
2021-05-29
Everywhere: Sort out superfluous QuickSort.h imports
Ben Wiederhake
2021-05-29
Kernel: Ensure that an unveil node with no permission is never accepted
Ali Mohammad Pur
2021-05-29
Kernel: Convert Process::get_syscall_path_argument() to KString
Andreas Kling
2021-05-29
AK: Move RefCountedBase definitions out-of-line
Andreas Kling
2021-05-29
Kernel: Make sure we free the thread stack on thread exit
Gunnar Beutner
2021-05-29
Kernel: Move sys$munmap functionality into a helper method
Gunnar Beutner
2021-05-29
Kernel: Make sure we unmap the TLS region when a thread exits
Gunnar Beutner
2021-05-29
Kernel/Storage: Enable interrupts for AHCI ports if PHY is not enabled
Liav A
2021-05-29
Kernel/Storage: Remove the None option from AHCI reset policy
Liav A
2021-05-29
Kernel/Storage: Rename the method hba_region => default_hba_region
Liav A
2021-05-29
Kernel: Don't overrun the buffer in krealloc()
Gunnar Beutner
2021-05-29
Kernel: Make Region creation API OOM safe
Brian Gianforcaro
2021-05-29
Kernel: Make PerformanceEventBuffer creation API OOM safe
Brian Gianforcaro
2021-05-29
Kernel: Make Space::create API OOM safe
Brian Gianforcaro
2021-05-29
Kernel: Make CoreDump::create API OOM safe
Brian Gianforcaro
2021-05-29
Kernel: Remove usage of adopt_own in MultiProcessorParser
Brian Gianforcaro
2021-05-29
Kernel: Remove usage of adopt_own in KString
Brian Gianforcaro
2021-05-29
Kernel: Make KBuffer APIs OOM safe
Brian Gianforcaro
2021-05-29
Kernel: Make ContiguousVMObject factory API OOM safe
Brian Gianforcaro
2021-05-29
Kernel: Make AnonymousVMObject::clone() API OOM safe
Brian Gianforcaro
2021-05-29
Kernel: Make PrivateInodeVMObject factory APIs OOM safe
Brian Gianforcaro
2021-05-28
Kernel: Allow building the kernel with -O0
Gunnar Beutner
2021-05-28
Kernel: Don't crash when writing a coredump with an unnamed region
Gunnar Beutner
2021-05-28
Kernel: Rename Custody::create() => try_create()
Andreas Kling
2021-05-28
Kernel: Use a KString for Custody::m_name
Andreas Kling
2021-05-28
Kernel: Use KString for Region names
Andreas Kling
2021-05-28
Kernel: Add missing AK/Format.h include in KResult.h
Andreas Kling
2021-05-28
Kernel: Add try_copy_kstring_from_user()
Andreas Kling
2021-05-28
Kernel: Add KString, a single-owner string with OOM failure exposion
Andreas Kling
2021-05-28
Kernel: Ignore duplicate SYN packets
Gunnar Beutner
2021-05-28
Kernel: Release packet buffer in TCPSocket::send_tcp_packet
Gunnar Beutner
2021-05-27
Kernel/Graphics: Remove unnecessary derived FramebufferDevice classes
Liav A
2021-05-27
Kernel: Make dup2() return the fd even if old & new are the same (#7506)
Tim Schumacher
[next]