index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-07-11
Kernel: Remove unused header includes in TTY subtree
Brian Gianforcaro
2021-07-11
Kernel: Remove unused header includes in Storage subtree
Brian Gianforcaro
2021-07-11
Kernel: Remove unused header includes in Arch subtree
Brian Gianforcaro
2021-07-11
Kernel: Remove unused header includes in FileSystem subtree
Brian Gianforcaro
2021-07-11
Kernel: Remove unused header includes in Net subtree
Brian Gianforcaro
2021-07-11
Kernel: Remove unused header includes in Devices subtree
Brian Gianforcaro
2021-07-11
Kernel: Remove unused header includes in Time subtree
Brian Gianforcaro
2021-07-11
Kernel: Remove unused header includes in VM subtree
Brian Gianforcaro
2021-07-11
Meta: Only try to use SDL when there are multiple displays
x-yl
2021-07-11
Kernel: Fix condition on whether to initialize a display adapter or not
Liav A
2021-07-11
Kernel/Graphics: Move Intel graphics related code to a separate folder
Liav A
2021-07-11
SoundPlayer: Show the context menu right under the cursor
Karol Kosek
2021-07-11
Kernel: Print end-inclusive ranges in MemoryManager initialization
Andrew Kaster
2021-07-11
Userland+Tests: Convert test_io to be LibTest based
Andrew Kaster
2021-07-11
Kernel: Fix TmpFS resize behavior around INT32_MAX for 32-bit systems
Andrew Kaster
2021-07-11
Utilities+Tests: Convert test_efault to be LibTest based
Andrew Kaster
2021-07-11
Kernel: Create and use USER_RANGE_CEILING
Andrew Kaster
2021-07-11
Kernel: Add formatter for Kernel::Range
Andrew Kaster
2021-07-11
Kernel: Rename VMObject::clone() => try_clone()
Andreas Kling
2021-07-11
Kernel: Rename Region::create_kernel_only() => try_create_kernel_only()
Andreas Kling
2021-07-11
Kernel: Make Region splitting OOM-safe
Andreas Kling
2021-07-11
Kernel: Make Region::try_create_user_accessible() OOM-safe
Andreas Kling
2021-07-11
Kernel: LoopbackAdapter::create() => try_create()
Andreas Kling
2021-07-11
Kernel: Make NetworkAdapter::class_name() return a StringView
Andreas Kling
2021-07-11
Kernel: Make VMObject::class_name() return a StringView
Andreas Kling
2021-07-11
Kernel: Rename various *VMObject::create*() => try_create()
Andreas Kling
2021-07-11
Kernel: Make SharedInodeVMObject allocation OOM-safe
Andreas Kling
2021-07-11
Kernel: Store VMObject physical pages in a FixedArray
Andreas Kling
2021-07-11
AK: Add FixedArray::span()
Andreas Kling
2021-07-11
Kernel: Make VMObject vend physical page range as a span
Andreas Kling
2021-07-11
AK: Bring back FixedArray<T>
Andreas Kling
2021-07-11
Kernel: Remove bogus VMObject resizing in VirtIOGPU
Andreas Kling
2021-07-11
Kernel: Remove unused MemoryManager::find_region_from_vaddr()
Andreas Kling
2021-07-11
DynamicLoader+LibC: Make _start a naked function
Hendiadyoin1
2021-07-11
Kernel: Remove unused MemoryManager::m_physical_page_entries_free
Andreas Kling
2021-07-11
AK: Don't forget to kfree_sized() in ByteBuffer
Andreas Kling
2021-07-11
Kernel: Remove some duplicate forward declarations
Andreas Kling
2021-07-11
Kernel: Remove pointless ref-counting from PhysicalRegion
Andreas Kling
2021-07-11
Kernel: Return correct error numbers for the mkdir syscall
Max Wipfli
2021-07-11
Kernel: Remove krealloc()
Andreas Kling
2021-07-11
AK: Don't use realloc() in AK::ByteBuffer
Andreas Kling
2021-07-11
Kernel: Remove some no-longer-needed C library functions
Andreas Kling
2021-07-11
Kernel: VERIFY_NOT_REACHED in un-sized operator delete
Andreas Kling
2021-07-11
Kernel: Use kfree_sized() in KString
Andreas Kling
2021-07-11
AK: Use kfree_sized() in AK::Vector
Andreas Kling
2021-07-11
AK: Use kfree_sized() in AK::StringImpl
Andreas Kling
2021-07-11
AK: Use kfree_sized() in AK::HashTable
Andreas Kling
2021-07-11
AK: Use kfree_sized() in AK::ByteBuffer
Andreas Kling
2021-07-11
AK: Use kfree_sized() in AK::Bitmap
Andreas Kling
2021-07-11
AK: Make kfree_sized() forward to kfree() in non-kernel code for now
Andreas Kling
[next]