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 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
2021-07-11
Kernel: Add kfree_sized(), kfree() with a known allocation size
Andreas Kling
2021-07-11
Kernel: Use Forward.h headers more
Andreas Kling
2021-07-11
LibWeb: Fix syntax for Table test
Adam Hodgen
2021-07-11
LibWeb: Fix HTMLTable Element attributes
Adam Hodgen
2021-07-11
LibTTF: Port width calculation changes from BitmapFont
LuK1337
2021-07-11
LibGfx: Try to get TTF font when query is not in name->font map
LuK1337
2021-07-11
TextEditor: Show an error message when opening a file failed
Timothy
2021-07-11
TextEditor: Open files with ReadOnly when we're just reading them
Gunnar Beutner
2021-07-11
TextEditor: Avoid calling realpath()
Gunnar Beutner
2021-07-11
Pong: Only paint areas that needs to be updated
Karol Kosek
2021-07-11
Kernel: Make KLexicalPath::basename() more compliant
Max Wipfli
2021-07-11
TextEditor: Show an error dialog when failing to open/save a file
Adam Hodgen
2021-07-11
FileSystemAccessServer: Return user_picked_value even on error
Adam Hodgen
2021-07-11
Kernel: Make various T::class_name() and similar return StringView
Andreas Kling
2021-07-11
Kernel: Rename ProcFSComponentsRegistrar => ProcFSComponentRegistry
Andreas Kling
2021-07-11
Kernel: Remove friend classes from ProcFSComponentsRegistrar
Andreas Kling
2021-07-11
Kernel: Rename SysFS related classes in BIOS code
Andreas Kling
2021-07-11
Kernel: Use nested namespace declarations in ACPI code
Andreas Kling
2021-07-11
Kernel: Rename SysFS related classes in ACPI code
Andreas Kling
2021-07-11
Kernel: Replace "Folder" => "Directory" everywhere
Andreas Kling
2021-07-11
Kernel: Rename SysFS related classes in PCI code
Andreas Kling
2021-07-11
Kernel: Remove pointless lock/unlock in SysFS constructor
Andreas Kling
2021-07-11
Kernel: Remove all friend declarations from SysFSComponentRegistry
Andreas Kling
2021-07-11
Kernel: Move SystemExposed.* => FileSystem/SysFSComponent.*
Andreas Kling
2021-07-11
Kernel: Remove some dead code and unused includes in SysFS files
Andreas Kling
2021-07-11
Kernel: Move SysFS forward declarations to FileSystem/Forward.h
Andreas Kling
2021-07-11
Kernel: Rename SystemExposedFolder => SysFSDirectory
Andreas Kling
2021-07-11
Kernel: Rename SystemExposedComponent => SysFSComponent
Andreas Kling
2021-07-11
Kernel: Rename SystemRegistrar => SysFSComponentRegistry
Andreas Kling
2021-07-11
Kernel: Remove unnecessary includes in FileSystem.{cpp,h}
Andreas Kling
2021-07-11
Kernel: Remove unnecessary String allocation in SystemExposedFolder
Andreas Kling
2021-07-11
Kerne: Switch SysFS to east-const style
Andreas Kling
[next]