summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-11Kernel: Remove unused MemoryManager::find_region_from_vaddr()Andreas Kling
2021-07-11DynamicLoader+LibC: Make _start a naked functionHendiadyoin1
2021-07-11Kernel: Remove unused MemoryManager::m_physical_page_entries_freeAndreas Kling
2021-07-11AK: Don't forget to kfree_sized() in ByteBufferAndreas Kling
2021-07-11Kernel: Remove some duplicate forward declarationsAndreas Kling
2021-07-11Kernel: Remove pointless ref-counting from PhysicalRegionAndreas Kling
2021-07-11Kernel: Return correct error numbers for the mkdir syscallMax Wipfli
2021-07-11Kernel: Remove krealloc()Andreas Kling
2021-07-11AK: Don't use realloc() in AK::ByteBufferAndreas Kling
2021-07-11Kernel: Remove some no-longer-needed C library functionsAndreas Kling
2021-07-11Kernel: VERIFY_NOT_REACHED in un-sized operator deleteAndreas Kling
2021-07-11Kernel: Use kfree_sized() in KStringAndreas Kling
2021-07-11AK: Use kfree_sized() in AK::VectorAndreas Kling
2021-07-11AK: Use kfree_sized() in AK::StringImplAndreas Kling
2021-07-11AK: Use kfree_sized() in AK::HashTableAndreas Kling
2021-07-11AK: Use kfree_sized() in AK::ByteBufferAndreas Kling
2021-07-11AK: Use kfree_sized() in AK::BitmapAndreas Kling
2021-07-11AK: Make kfree_sized() forward to kfree() in non-kernel code for nowAndreas Kling
2021-07-11Kernel: Add kfree_sized(), kfree() with a known allocation sizeAndreas Kling
2021-07-11Kernel: Use Forward.h headers moreAndreas Kling
2021-07-11LibWeb: Fix syntax for Table testAdam Hodgen
2021-07-11LibWeb: Fix HTMLTable Element attributesAdam Hodgen
2021-07-11LibTTF: Port width calculation changes from BitmapFontLuK1337
2021-07-11LibGfx: Try to get TTF font when query is not in name->font mapLuK1337
2021-07-11TextEditor: Show an error message when opening a file failedTimothy
2021-07-11TextEditor: Open files with ReadOnly when we're just reading themGunnar Beutner
2021-07-11TextEditor: Avoid calling realpath()Gunnar Beutner
2021-07-11Pong: Only paint areas that needs to be updatedKarol Kosek
2021-07-11Kernel: Make KLexicalPath::basename() more compliantMax Wipfli
2021-07-11TextEditor: Show an error dialog when failing to open/save a fileAdam Hodgen
2021-07-11FileSystemAccessServer: Return user_picked_value even on errorAdam Hodgen
2021-07-11Kernel: Make various T::class_name() and similar return StringViewAndreas Kling
2021-07-11Kernel: Rename ProcFSComponentsRegistrar => ProcFSComponentRegistryAndreas Kling
2021-07-11Kernel: Remove friend classes from ProcFSComponentsRegistrarAndreas Kling
2021-07-11Kernel: Rename SysFS related classes in BIOS codeAndreas Kling
2021-07-11Kernel: Use nested namespace declarations in ACPI codeAndreas Kling
2021-07-11Kernel: Rename SysFS related classes in ACPI codeAndreas Kling
2021-07-11Kernel: Replace "Folder" => "Directory" everywhereAndreas Kling
2021-07-11Kernel: Rename SysFS related classes in PCI codeAndreas Kling
2021-07-11Kernel: Remove pointless lock/unlock in SysFS constructorAndreas Kling
2021-07-11Kernel: Remove all friend declarations from SysFSComponentRegistryAndreas Kling
2021-07-11Kernel: Move SystemExposed.* => FileSystem/SysFSComponent.*Andreas Kling
2021-07-11Kernel: Remove some dead code and unused includes in SysFS filesAndreas Kling
2021-07-11Kernel: Move SysFS forward declarations to FileSystem/Forward.hAndreas Kling
2021-07-11Kernel: Rename SystemExposedFolder => SysFSDirectoryAndreas Kling
2021-07-11Kernel: Rename SystemExposedComponent => SysFSComponentAndreas Kling
2021-07-11Kernel: Rename SystemRegistrar => SysFSComponentRegistryAndreas Kling
2021-07-11Kernel: Remove unnecessary includes in FileSystem.{cpp,h}Andreas Kling
2021-07-11Kernel: Remove unnecessary String allocation in SystemExposedFolderAndreas Kling
2021-07-11Kerne: Switch SysFS to east-const styleAndreas Kling