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-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
2021-05-27
Kernel+AK: Move UBSanitizer to AK, and to AK namespace
Andrew Kaster
2021-05-27
Kernel: Add ENABLE_EXTRA_KERNEL_DEBUG_SYMBOLS option to set Og and ggdb3
Andrew Kaster
2021-05-27
Kernel: Explicitly initialize bools in IOAPIC mapping
Andrew Kaster
2021-05-27
Kernel: Pass trampolines instead of lambdas to create_kernel_process
Andrew Kaster
2021-05-27
Kernel: Let the user read/write more than one page from/to dev files
Gunnar Beutner
2021-05-26
Kernel: Block when writing to TCP sockets when the send window is full
Gunnar Beutner
2021-05-26
Kernel: Avoid allocations when sending IP packets
Gunnar Beutner
2021-05-26
Kernel: Move packet allocation into helper methods
Gunnar Beutner
2021-05-26
Kernel: Switch VMObject to IntrusiveList from InlineLinkedList
Brian Gianforcaro
2021-05-26
Kernel: Switch Region to IntrusiveList from InlineLinkedList
Brian Gianforcaro
2021-05-26
Kernel: Switch LocalSocket to IntrusiveList from InlineLinkedList
Brian Gianforcaro
2021-05-26
Kernel: Switch Inode to IntrusiveList from InlineLinkedList
Brian Gianforcaro
2021-05-25
Kernel: Don't try to send TCP packets larger than the MSS
Gunnar Beutner
2021-05-25
Kernel: Validate we don't hold s_mm_lock during context switch
Brian Gianforcaro
2021-05-25
Kernel: Release the paging lock while reading from the disk
Tom
2021-05-25
Kernel: Add ScopedLockRelease to temporarily release a Lock
Tom
2021-05-24
LibVT: Add Alternate Screen Buffer support
Daniel Bertalan
2021-05-24
LibVT+Kernel: Add support for setting cursor styles
Daniel Bertalan
2021-05-24
Kernel: Disable profiling if setting up the buffer or timer failed
Gunnar Beutner
2021-05-24
Kernel: Signal EOF/EOL characters properly in `TTY`
Daniel Bertalan
2021-05-23
Kernel: Make sure we only log profiling events when m_profiling is true
Gunnar Beutner
2021-05-22
Kernel: Print a message to debug log after writing a perfcore file
Andreas Kling
2021-05-22
Kernel/Net: Make interfaces to have persistent names
Liav A
2021-05-22
Kernel: Remove an allocation from VFS::resolve_path_without_veil (#7287)
Mart G
2021-05-21
Kernel/Commandline: Allow the user to specify an embedded string
Liav A
2021-05-21
Kernel/CPU: Fix awkward printing early on boot
Liav A
[prev]
[next]