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-05
Kernel: Use TRY() in sys$access()
Andreas Kling
2021-09-05
Kernel: Use TRY() in FIFO
Andreas Kling
2021-09-05
Kernel: Use TRY() in InodeFile
Andreas Kling
2021-09-05
Kernel/USB: Use TRY() in the various USB classes
Andreas Kling
2021-09-05
Kernel: Use TRY() in sys$socket() and friends
Andreas Kling
2021-09-05
Kernel: Use TRY() in TCPSocket
Andreas Kling
2021-09-05
Emoji: Add various Emoji/Arrows
FrHun
2021-09-05
Kernel: Unbreak x86_64 build (PageDirectory)
Andreas Kling
2021-09-05
Kernel/Ext2FS: Use TRY() in the Ext2FS
Andreas Kling
2021-09-05
Kernel: Tidy up Memory::AddressSpace construction
Andreas Kling
2021-09-05
Kernel: Use TRY() even more in VirtualFileSystem
Andreas Kling
2021-09-05
Kernel: Make KResult usable with TRY() as well
Andreas Kling
2021-09-05
Kernel: Tidy up VirtualFileSystem::mount_root() a little bit
Andreas Kling
2021-09-05
Kernel: Use TRY() in FileDescription
Andreas Kling
2021-09-05
Kernel: Use TRY() in sys$chdir()
Andreas Kling
2021-09-05
Kernel: Use TRY() in Memory::AddressSpace
Andreas Kling
2021-09-05
Kernel: Use TRY() in sys$link() and sys$symlink()
Andreas Kling
2021-09-05
Kernel: Use TRY() in sys$anon_create()
Andreas Kling
2021-09-05
Kernel: Tidy up AnonymousFile construction a bit
Andreas Kling
2021-09-05
Kernel: Use TRY() in sys$unveil()
Andreas Kling
2021-09-05
Kernel: Use try in sys$mmap() and friends :^)
Andreas Kling
2021-09-05
Kernel: Use TRY() in sys$execve()
Andreas Kling
2021-09-05
Kernel: Use TRY() in IPv4Socket
Andreas Kling
2021-09-05
Kernel: Use TRY() in Thread
Andreas Kling
2021-09-05
Kernel: Use TRY() when creating first thread in a new process
Andreas Kling
2021-09-05
Kernel: Simplify Process::get_syscall_path_argument()
Andreas Kling
2021-09-05
Kernel: Use TRY() in some Process functions
Andreas Kling
2021-09-05
Kernel: Use TRY() in LocalSocket
Andreas Kling
2021-09-05
Kernel: Use TRY() in VirtualFileSystem
Andreas Kling
2021-09-05
Kernel: Make KResult pull in the TRY macro
Andreas Kling
2021-09-05
AK: Add a TRY(expression) macro to simplify the unwrap-or-return pattern
Andreas Kling
2021-09-05
Kernel: Add KResultOr::release_error()
Andreas Kling
2021-09-05
LibWeb+LibWasm: Implement the WebAssembly.Table object
Ali Mohammad Pur
2021-09-05
LibWasm: Move the vector size limit to Constants.h and increase it a bit
Ali Mohammad Pur
2021-09-05
AK+Kernel: Move KResult.h to Kernel/API for userspace access
sin-ack
2021-09-05
LibJS: Declare type aliases with "using" instead of "typedef"
Brian Gianforcaro
2021-09-05
Kernel: Declare syscall handlers with "using" instead of "typedef"
Brian Gianforcaro
2021-09-05
Kernel: Declare type aliases with "using" instead of "typedef"
Brian Gianforcaro
2021-09-05
Kernel: Improve names in the ARP table thread blocker
Andreas Kling
2021-09-05
Kernel: Rename FileBlocker::unblock() => unblock_if_conditions_are_met()
Andreas Kling
2021-09-05
Kernel: Tidy up InodeWatcher construction
Andreas Kling
2021-09-05
Kernel: Remove UserOrKernelBuffer::copy_into_string()
Andreas Kling
2021-09-05
Kernel/Plan9FS: Use KString instead of String in one place
Andreas Kling
2021-09-05
Kernel/Ext2FS: Remove a String allocation in debug logging
Andreas Kling
2021-09-05
Utilities: Modernize output and comparison in the sort utility
Ralf Donau
2021-09-04
Kernel: Tidy up UDPSocket creation a bit
Andreas Kling
2021-09-04
Kernel: Tidy up TCPSocket creation a bit
Andreas Kling
2021-09-04
Kernel: Handle ProcessGroup allocation failures better
Andreas Kling
2021-09-04
Meta: Add Karol Kosek to the contributors list :^)
Andreas Kling
2021-09-04
Kernel: Make Process::try_create() propagate errors better
Andreas Kling
[next]