summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-06Kernel: Improvements to Custody absolute path serializationAndreas Kling
2021-09-06Kernel/USB: Use TRY() and adopt_nonnull_own_or_enomem() some moreAndreas Kling
2021-09-06Kernel: Use TRY() in sys$alarm()Andreas Kling
2021-09-06Kernel/Ext2FS: Wrap calls to traverse_as_directory() in TRY()Andreas Kling
2021-09-06Kernel: Use TRY() more in Plan9FSAndreas Kling
2021-09-06Kernel: Tidy up Plan9FS construction a bitAndreas Kling
2021-09-06Kernel: Tidy up Ext2FS construction a bitAndreas Kling
2021-09-06Kernel: Tidy up SysFS constructionAndreas Kling
2021-09-06Kernel: Tidy up DevFS construction and handle OOM errorsoAndreas Kling
2021-09-06Kernel: Tidy up DevPtsFS construction and handle OOM errorsAndreas Kling
2021-09-06ThemeEditor: Make the model derived from ItemListModelKarol Kosek
2021-09-06LibGUI: Add Gfx::ColorRole to VariantKarol Kosek
2021-09-06FontEditor: Don't loop over all glyphs to find selected oneMustafa Quraish
2021-09-06Tests/LibRegex: Decrease the size of the fork chain testAli Mohammad Pur
2021-09-06LibRegex: Make infinite repetitions short-circuit on empty matchesAli Mohammad Pur
2021-09-06PixelPaint: Allow opening of files dropped onto application :^)Mustafa Quraish
2021-09-06PixelPaint: Refactor `main.cpp` into `MainWidget`Mustafa Quraish
2021-09-06LibJS: Clean up token constructor and use method instead for identifiersdavidot
2021-09-06LibJS: Fix that windows style line endings were not ignored or converteddavidot
2021-09-06Kernel: Use TRY() in sys$getrandom()Andreas Kling
2021-09-06Kernel: Tidy up TmpFS and TmpFSInode constructionAndreas Kling
2021-09-06LibWeb: Make Node.textContent more spec compliantLuke Wilde
2021-09-06LibWeb: Implement the (string) replace all operations for NodeLuke Wilde
2021-09-06LibWeb: Add [LegacyNullToEmptyString] to CharacterData.dataLuke Wilde
2021-09-06LibWeb: Add constructors for Text, DocumentFragment and CommentLuke Wilde
2021-09-06Kernel: Use TRY() more in process-specific ProcFS codeAndreas Kling
2021-09-06Kernel: Use TRY() in Graphics::VirtIOGPU::FrameBufferDeviceAndreas Kling
2021-09-06Kernel: Use TRY() in FramebufferDeviceAndreas Kling
2021-09-06Kernel: Use TRY() in ISO9660FileSystemAndreas Kling
2021-09-06Kernel: Make AddressSpace::add_region() return KResultOr<Region*>Andreas Kling
2021-09-06Kernel: Use TRY() some more in Memory::AddressSpaceAndreas Kling
2021-09-06Kernel: Make kernel region allocators return KResultOr<NOP<Region>>Andreas Kling
2021-09-06Kernel/USB: Tidy up UHCIDescriptorPool constructionAndreas Kling
2021-09-06Kernel/KCOV: Bring closer to typical SerenityOS coding styleAndreas Kling
2021-09-06Kernel/USB: Tidy up USB::Transfer constructionAndreas Kling
2021-09-06Kernel: Make VirtualRangeAllocator return KResultOr<VirtualRange>Andreas Kling
2021-09-06Kernel: Use TRY() and adopt_nonnull_ref_or_enomem() in AnonymousVMObjectAndreas Kling
2021-09-06Kernel: Actually share committed CoW pagesAndreas Kling
2021-09-06Kernel: Make MM.commit_user_physical_pages() return KResultOrAndreas Kling
2021-09-06Kernel: Use KResultOr better in ProcessGroup constructionAndreas Kling
2021-09-06Kernel: Simplify WatchDescription::create()Andreas Kling
2021-09-06Kernel: Use TRY() in PTYMultiplexer::open()Andreas Kling
2021-09-06Kernel: Use TRY() some more in USB::HubAndreas Kling
2021-09-06Kernel: Use TRY() some more in FileDescriptionAndreas Kling
2021-09-06Kernel: Use TRY() in BlockBasedFileSystemAndreas Kling
2021-09-06LibC: Expand region for global destructors when it reaches capacityAndrew Kaster
2021-09-06LibJS: Handle possible allocation failure in ArrayBuffer(size_t)Ali Mohammad Pur
2021-09-06Meta: Correct misuse of ByteBuffer::resize() as grow() in FuzziliJSAli Mohammad Pur
2021-09-06Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safeAli Mohammad Pur
2021-09-06Everywhere: Use OOM-safe ByteBuffer APIs where possibleAli Mohammad Pur