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/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
2021-09-06
LibC: Expand region for global destructors when it reaches capacity
Andrew Kaster
2021-09-06
LibJS: Handle possible allocation failure in ArrayBuffer(size_t)
Ali Mohammad Pur
2021-09-06
Meta: Correct misuse of ByteBuffer::resize() as grow() in FuzziliJS
Ali Mohammad Pur
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-09-06
Everywhere: Use OOM-safe ByteBuffer APIs where possible
Ali Mohammad Pur
2021-09-06
AK: Add OOM-safe ByteBuffer::try_{resize,append,ensure_capacity}() APIs
Ali Mohammad Pur
2021-09-05
LibJS: Use different stack space limit values for with and without ASAN
Linus Groh
2021-09-05
LibJS: Prevent stack overflow if Proxy handler's __proto__ is the Proxy
Linus Groh
2021-09-05
LibJS: Add ErrorType::CallStackSizeExceeded
Linus Groh
2021-09-05
Tests: Reduce the execution time of the LibC TestQSort test
Brian Gianforcaro
2021-09-05
Kernel: Make all Spinlocks use u8 for storage, remove template
Brian Gianforcaro
2021-09-05
RequestServer: Exit early to avoid executing protocol destructors
Brian Gianforcaro
2021-09-05
Documentation: Add Patterns.md
Brian Gianforcaro
2021-09-05
Userland: Switch static_assert of type sizes to AK::AssertSize
Brian Gianforcaro
2021-09-05
Kernel: Switch static_asserts of a type size to AK::AssertSize
Brian Gianforcaro
2021-09-05
AK: Add AssertSize utility template to provide rich type size assertions
Brian Gianforcaro
2021-09-05
Kernel: Use TRY() in DevFSLinkInode::write_bytes()
Andreas Kling
2021-09-05
Kernel: Use TRY() in ProcFS
Andreas Kling
2021-09-05
Kernel: Make FileSystem::get_inode() return KResultOr<NRP<Inode>>
Andreas Kling
2021-09-05
Kernel: Use TRY() in sys$waitid()
Andreas Kling
2021-09-05
Kernel: Simplify sys$inode_watcher_remove_watch() a little bit
Andreas Kling
2021-09-05
Kernel: Use TRY() in sys$create_inode_watcher() and friends
Andreas Kling
2021-09-05
Kernel: Make file description lookup return KResultOr
Andreas Kling
2021-09-05
Kernel: Use TRY() in sys$sethostname()
Andreas Kling
2021-09-05
Kernel: Use TRY() in sys$mount()
Andreas Kling
2021-09-05
Kernel: Use TRY() in sys$umount()
Andreas Kling
2021-09-05
Kernel: Use TRY() in sys$set_process_name()
Andreas Kling
2021-09-05
Kernel: Use TRY() in sys$set_coredump_metadata()
Andreas Kling
2021-09-05
Kernel: Use TRY() in sys$create_thread()
Andreas Kling
2021-09-05
Kernel: Use TRY() in sys$set_thread_name()
Andreas Kling
2021-09-05
Kernel: Use TRY() in sys$write()
Andreas Kling
2021-09-05
Kernel: Use TRY() in sys$perf_register_string()
Andreas Kling
2021-09-05
Kernel: Use TRY() in sys$recvfd()
Andreas Kling
2021-09-05
Kernel: Use TRY() in sys$pledge()
Andreas Kling
2021-09-05
Kernel: Use TRY() even more in sys$mmap() and friends :^)
Andreas Kling
2021-09-05
Kernel: Use TRY() in sys$dbgputstr()
Andreas Kling
2021-09-05
Kernel: Use TRY() in sys$map_time_page()
Andreas Kling
2021-09-05
Kernel: Use TRY() in sys$setkeymap()
Andreas Kling
[next]