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
Age
Commit message (
Expand
)
Author
2021-09-07
Kernel: Avoid string creation for simple string comparison
Brian Gianforcaro
2021-09-07
Kernel: Specify a lock rank for s_mm_lock
Brian Gianforcaro
2021-09-07
Kernel: Specify a lock rank for Thread::m_lock
Brian Gianforcaro
2021-09-07
Kernel/Locking: Add lock rank tracking to Spinlock/RecursiveSpinlock
Brian Gianforcaro
2021-09-07
Kernel/Locking: Add lock rank tracking per thread to find deadlocks
Brian Gianforcaro
2021-09-07
Kernel: Track when a thread is in the middle of crashing
Brian Gianforcaro
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: Remove redundant [[nodiscard]] on KResult return values
Andreas Kling
2021-09-07
Kernel: Make copy_time_from_user() helpers use KResultOr<Time>
Andreas Kling
2021-09-06
Kernel: Let aarch64 port call into C++
Nico Weber
2021-09-06
Kernel: Don't try to allocate ProcessProcFSTraits in Process constructor
Andreas Kling
2021-09-06
Kernel: Use TRY() in ProcessProcFSTraits::to_inode()
Andreas Kling
2021-09-06
Kernel: Use TRY() in MemoryDevice::mmap()
Andreas Kling
2021-09-06
Kernel/KCOV: Use TRY() in KCOVInstance::buffer_allocate()
Andreas Kling
2021-09-06
Kernel: Wrap two VirtualFileSystem directory traversals in TRY()
Andreas Kling
2021-09-06
Kernel: Wrap ISO9660FS directory traversal in TRY()
Andreas Kling
2021-09-06
Kernel: Use TRY() once more in LocalSocket::try_create_connected_pair()
Andreas Kling
2021-09-06
Kernel: Use TRY() in TmpFSInode::write_bytes()
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: Don't allocate so much when generating coredumps
Andreas Kling
2021-09-06
Kernel: Make SysFS and ProcFS generator functions return KResult
Andreas Kling
2021-09-06
Kernel: Make KBufferBuilder::append() & friends return KResult
Andreas Kling
2021-09-06
Kernel: Tidy up Coredump construction
Andreas Kling
2021-09-06
Kernel: Use TRY() in Coredump
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/USB: Use TRY() and adopt_nonnull_own_or_enomem() some more
Andreas Kling
2021-09-06
Kernel: Use TRY() in sys$alarm()
Andreas Kling
2021-09-06
Kernel/Ext2FS: Wrap calls to traverse_as_directory() in TRY()
Andreas Kling
2021-09-06
Kernel: Use TRY() more in Plan9FS
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
[next]