summaryrefslogtreecommitdiff
path: root/Kernel
AgeCommit message (Expand)Author
2021-09-05Kernel: Make FileSystem::get_inode() return KResultOr<NRP<Inode>>Andreas Kling
2021-09-05Kernel: Use TRY() in sys$waitid()Andreas Kling
2021-09-05Kernel: Simplify sys$inode_watcher_remove_watch() a little bitAndreas Kling
2021-09-05Kernel: Use TRY() in sys$create_inode_watcher() and friendsAndreas Kling
2021-09-05Kernel: Make file description lookup return KResultOrAndreas Kling
2021-09-05Kernel: Use TRY() in sys$sethostname()Andreas Kling
2021-09-05Kernel: Use TRY() in sys$mount()Andreas Kling
2021-09-05Kernel: Use TRY() in sys$umount()Andreas Kling
2021-09-05Kernel: Use TRY() in sys$set_process_name()Andreas Kling
2021-09-05Kernel: Use TRY() in sys$set_coredump_metadata()Andreas Kling
2021-09-05Kernel: Use TRY() in sys$create_thread()Andreas Kling
2021-09-05Kernel: Use TRY() in sys$set_thread_name()Andreas Kling
2021-09-05Kernel: Use TRY() in sys$write()Andreas Kling
2021-09-05Kernel: Use TRY() in sys$perf_register_string()Andreas Kling
2021-09-05Kernel: Use TRY() in sys$recvfd()Andreas Kling
2021-09-05Kernel: Use TRY() in sys$pledge()Andreas Kling
2021-09-05Kernel: Use TRY() even more in sys$mmap() and friends :^)Andreas Kling
2021-09-05Kernel: Use TRY() in sys$dbgputstr()Andreas Kling
2021-09-05Kernel: Use TRY() in sys$map_time_page()Andreas Kling
2021-09-05Kernel: Use TRY() in sys$setkeymap()Andreas Kling
2021-09-05Kernel: Use TRY() in sys$realpath()Andreas Kling
2021-09-05Kernel: Use TRY() in sys$statvfs()Andreas Kling
2021-09-05Kernel: Use TRY() in sys$stat()Andreas Kling
2021-09-05Kernel: Use TRY() in sys$unlink()Andreas Kling
2021-09-05Kernel: Use TRY() in sys$readlink()Andreas Kling
2021-09-05Kernel: Use TRY() in sys$rmdir()Andreas Kling
2021-09-05Kernel: Use TRY() in sys$rename()Andreas Kling
2021-09-05Kernel: Use TRY() in sys$utime()Andreas Kling
2021-09-05Kernel: Use copy_typed_from_user<T> for fetching syscall parametersAndreas Kling
2021-09-05Kernel: Add copy_typed_from_userspace<T>(Userspace<T const*>)Andreas Kling
2021-09-05Kernel: Make copy_{from,to}_user() return KResult and use TRY()Andreas Kling
2021-09-05Kernel: Use TRY() in sys$read() and sys$readv()Andreas Kling
2021-09-05Kernel: Reorder sys$pipe() to fail more nicelyAndreas Kling
2021-09-05Kernel: Use TRY() in sys$open()Andreas Kling
2021-09-05Kernel: Use TRY() in sys$mknod()Andreas Kling
2021-09-05Kernel: Use TRY() in sys$mkdir()Andreas Kling
2021-09-05Kernel: Use TRY() in sys$lseek()Andreas Kling
2021-09-05Kernel: Use TRY() in sys$fork()Andreas Kling
2021-09-05Kernel: Use is_error() in sys$fcntl()Andreas Kling
2021-09-05Kernel: Use TRY() in sys$chown()Andreas Kling
2021-09-05Kernel: Use TRY() in sys$chmod()Andreas Kling
2021-09-05Kernel: Use TRY() in AnonymousVMObjectAndreas Kling
2021-09-05Kernel: Use TRY() in FileDescription::attach()Andreas Kling
2021-09-05Kernel: Use TRY() in sys$ptrace()Andreas Kling
2021-09-05Kernel: Use TRY() in InodeAndreas Kling
2021-09-05Kernel: Use TRY() in RegionAndreas Kling
2021-09-05Kernel: Use TRY() in the SoundBlaster16 driverAndreas Kling
2021-09-05Kernel: Use TRY() in sys$access()Andreas Kling
2021-09-05Kernel: Use TRY() in FIFOAndreas Kling
2021-09-05Kernel: Use TRY() in InodeFileAndreas Kling