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 copy_typed_from_user<T> for fetching syscall parameters
Andreas Kling
2021-09-05
Kernel: Add copy_typed_from_userspace<T>(Userspace<T const*>)
Andreas Kling
2021-09-05
Kernel: Make copy_{from,to}_user() return KResult and use TRY()
Andreas Kling
2021-09-05
Kernel: Use TRY() in sys$read() and sys$readv()
Andreas Kling
2021-09-05
Kernel: Reorder sys$pipe() to fail more nicely
Andreas Kling
2021-09-05
Kernel: Use TRY() in sys$open()
Andreas Kling
2021-09-05
Kernel: Use TRY() in sys$mknod()
Andreas Kling
2021-09-05
Kernel: Use TRY() in sys$mkdir()
Andreas Kling
2021-09-05
Kernel: Use TRY() in sys$lseek()
Andreas Kling
2021-09-05
Kernel: Use TRY() in sys$fork()
Andreas Kling
2021-09-05
Kernel: Use is_error() in sys$fcntl()
Andreas Kling
2021-09-05
Kernel: Use TRY() in sys$chown()
Andreas Kling
2021-09-05
Kernel: Use TRY() in sys$chmod()
Andreas Kling
2021-09-05
Kernel: Use TRY() in AnonymousVMObject
Andreas Kling
2021-09-05
Kernel: Use TRY() in FileDescription::attach()
Andreas Kling
2021-09-05
Kernel: Use TRY() in sys$ptrace()
Andreas Kling
2021-09-05
Kernel: Use TRY() in Inode
Andreas Kling
2021-09-05
Kernel: Use TRY() in Region
Andreas Kling
2021-09-05
Kernel: Use TRY() in the SoundBlaster16 driver
Andreas Kling
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
[next]