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-09-06
Kernel: Don't turn I/O errors during sys$execve() into ENOEXEC
Andreas Kling
2021-09-06
Kernel: Improve arguments retrieval error propagation in sys$execve()
Andreas Kling
2021-09-06
Kernel: Use KResultOr and TRY() for {Shared,Private}InodeVMObject
Andreas Kling
2021-09-06
Kernel: Make Memory::Region::map() return KResult
Andreas Kling
2021-09-06
Kernel: Make Threads always have a name
Andreas Kling
2021-09-06
Kernel: Improvements to Custody absolute path serialization
Andreas Kling
2021-09-06
Kernel/USB: Use TRY() and adopt_nonnull_own_or_enomem() some more
Andreas Kling
2021-09-06
Kernel: Use TRY() in sys$alarm()
Andreas Kling
2021-09-06
Kernel/Ext2FS: Wrap calls to traverse_as_directory() in TRY()
Andreas Kling
2021-09-06
Kernel: Use TRY() more in Plan9FS
Andreas Kling
2021-09-06
Kernel: Tidy up Plan9FS construction a bit
Andreas Kling
2021-09-06
Kernel: Tidy up Ext2FS construction a bit
Andreas Kling
2021-09-06
Kernel: Tidy up SysFS construction
Andreas Kling
2021-09-06
Kernel: Tidy up DevFS construction and handle OOM errorso
Andreas Kling
2021-09-06
Kernel: Tidy up DevPtsFS construction and handle OOM errors
Andreas Kling
2021-09-06
ThemeEditor: Make the model derived from ItemListModel
Karol Kosek
2021-09-06
LibGUI: Add Gfx::ColorRole to Variant
Karol Kosek
2021-09-06
FontEditor: Don't loop over all glyphs to find selected one
Mustafa Quraish
2021-09-06
Tests/LibRegex: Decrease the size of the fork chain test
Ali Mohammad Pur
2021-09-06
LibRegex: Make infinite repetitions short-circuit on empty matches
Ali Mohammad Pur
2021-09-06
PixelPaint: Allow opening of files dropped onto application :^)
Mustafa Quraish
2021-09-06
PixelPaint: Refactor `main.cpp` into `MainWidget`
Mustafa Quraish
2021-09-06
LibJS: Clean up token constructor and use method instead for identifiers
davidot
2021-09-06
LibJS: Fix that windows style line endings were not ignored or converted
davidot
2021-09-06
Kernel: Use TRY() in sys$getrandom()
Andreas Kling
2021-09-06
Kernel: Tidy up TmpFS and TmpFSInode construction
Andreas Kling
2021-09-06
LibWeb: Make Node.textContent more spec compliant
Luke Wilde
2021-09-06
LibWeb: Implement the (string) replace all operations for Node
Luke Wilde
2021-09-06
LibWeb: Add [LegacyNullToEmptyString] to CharacterData.data
Luke Wilde
2021-09-06
LibWeb: Add constructors for Text, DocumentFragment and Comment
Luke Wilde
2021-09-06
Kernel: Use TRY() more in process-specific ProcFS code
Andreas Kling
2021-09-06
Kernel: Use TRY() in Graphics::VirtIOGPU::FrameBufferDevice
Andreas Kling
2021-09-06
Kernel: Use TRY() in FramebufferDevice
Andreas Kling
2021-09-06
Kernel: Use TRY() in ISO9660FileSystem
Andreas Kling
2021-09-06
Kernel: Make AddressSpace::add_region() return KResultOr<Region*>
Andreas Kling
2021-09-06
Kernel: Use TRY() some more in Memory::AddressSpace
Andreas Kling
2021-09-06
Kernel: Make kernel region allocators return KResultOr<NOP<Region>>
Andreas Kling
2021-09-06
Kernel/USB: Tidy up UHCIDescriptorPool construction
Andreas Kling
2021-09-06
Kernel/KCOV: Bring closer to typical SerenityOS coding style
Andreas Kling
2021-09-06
Kernel/USB: Tidy up USB::Transfer construction
Andreas Kling
2021-09-06
Kernel: Make VirtualRangeAllocator return KResultOr<VirtualRange>
Andreas Kling
2021-09-06
Kernel: Use TRY() and adopt_nonnull_ref_or_enomem() in AnonymousVMObject
Andreas Kling
2021-09-06
Kernel: Actually share committed CoW pages
Andreas Kling
2021-09-06
Kernel: Make MM.commit_user_physical_pages() return KResultOr
Andreas Kling
2021-09-06
Kernel: Use KResultOr better in ProcessGroup construction
Andreas Kling
2021-09-06
Kernel: Simplify WatchDescription::create()
Andreas Kling
2021-09-06
Kernel: Use TRY() in PTYMultiplexer::open()
Andreas Kling
2021-09-06
Kernel: Use TRY() some more in USB::Hub
Andreas Kling
2021-09-06
Kernel: Use TRY() some more in FileDescription
Andreas Kling
2021-09-06
Kernel: Use TRY() in BlockBasedFileSystem
Andreas Kling
[next]