index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Syscalls
Age
Commit message (
Expand
)
Author
2021-09-08
Kernel: Add KBuffer::bytes() and use it
Andreas Kling
2021-09-08
Kernel: Rename DevFS => DevTmpFS
Liav A
2021-09-07
Kernel: Remove KBuffer::try_copy() in favor of try_create_with_bytes()
Andreas Kling
2021-09-07
Kernel: Convert KBuffer::copy() => KBuffer::try_copy()
Andreas Kling
2021-09-07
Kernel: Make KBuffer::try_create_with_bytes() return KResultOr
Andreas Kling
2021-09-07
Kernel: Use KResultOr and TRY() for FIFO
Andreas Kling
2021-09-07
Kernel: Rename file_description(fd) => open_file_description(fd)
Andreas Kling
2021-09-07
Kernel: Rename FileDescription => OpenFileDescription
Andreas Kling
2021-09-07
Kernel: Convert much of sys$execve() to using KString
Andreas Kling
2021-09-07
LibELF: Use StringView to carry temporary strings in auxiliary vector
Andreas Kling
2021-09-07
Kernel: Avoid unnecessary String allocation in sys$statvfs()
Andreas Kling
2021-09-07
Kernel: Store process names as KString
Andreas Kling
2021-09-07
Kernel: Add a comment explaining an alternate path in Process::exec()
Andreas Kling
2021-09-07
Kernel: Fix file description leak in sys$execve()
Andreas Kling
2021-09-07
Kernel: Don't seek the program executable description in sys$execve()
Andreas Kling
2021-09-07
Kernel: Hoist allocation of main program FD in sys$execve()
Andreas Kling
2021-09-07
Kernel: Reorganize ELF loading so it can use TRY()
Andreas Kling
2021-09-07
Kernel: Make copy_time_from_user() helpers use KResultOr<Time>
Andreas Kling
2021-09-06
Kernel: Use TRY() in sys$module_load() and sys$module_unload()
Andreas Kling
2021-09-06
Kernel: Make KString factories return KResultOr + use TRY() everywhere
Andreas Kling
2021-09-06
Kernel: Rename ProcessPagingScope => ScopedAddressSpaceSwitcher
Andreas Kling
2021-09-06
Kernel: Improve API names for switching address spaces
Andreas Kling
2021-09-06
Kernel: Allocate signal trampoline before committing to a sys$execve()
Andreas Kling
2021-09-06
Kernel: Use TRY() more in sys$execve()
Andreas Kling
2021-09-06
Kernel: Use TRY() in find_elf_interpreter_for_executable()
Andreas Kling
2021-09-06
Kernel: Improve find_elf_interpreter_for_executable() parameter names
Andreas Kling
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: Use TRY() in sys$alarm()
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
Kernel: Use TRY() in sys$getrandom()
Andreas Kling
2021-09-06
Kernel: Tidy up TmpFS and TmpFSInode construction
Andreas Kling
2021-09-06
Kernel: Make AddressSpace::add_region() return KResultOr<Region*>
Andreas Kling
2021-09-06
Kernel: Make kernel region allocators return KResultOr<NOP<Region>>
Andreas Kling
2021-09-06
Kernel: Make VirtualRangeAllocator return KResultOr<VirtualRange>
Andreas Kling
2021-09-06
Kernel: Use KResultOr better in ProcessGroup construction
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
[next]