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: Make KBuffer::try_create_with_bytes() return KResultOr
Andreas Kling
2021-09-07
Kernel: Make KBuffer::try_create_with_size() return KResultOr
Andreas Kling
2021-09-07
Kernel: TCPSocket always has a scratch buffer
Andreas Kling
2021-09-07
Kernel/Net: Add a special SOCKET_TRY() and use it in socket code
Andreas Kling
2021-09-07
Kernel: Use TRY() some more in Socket
Andreas Kling
2021-09-07
Kernel: Use KResultOr and TRY() for ThreadTracer
Andreas Kling
2021-09-07
Kernel: Make TCPSocket client construction use KResultOr and TRY()
Andreas Kling
2021-09-07
Kernel: Use KResultOr and TRY() for FIFO
Andreas Kling
2021-09-07
Kernel: Use KResultOr and TRY() for MasterPTY
Andreas Kling
2021-09-07
Kernel: Make DoubleBuffer::try() return KResultOr
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: Add FileDescription::try_serialize_absolute_path()
Andreas Kling
2021-09-07
Kernel: Avoid unnecessary String allocation in sys$statvfs()
Andreas Kling
2021-09-07
Everywhere: Behaviour => Behavior
Andreas Kling
2021-09-07
Kernel: Store process names as KString
Andreas Kling
2021-09-07
Kernel: Tidy up ProcessProcFSTraits construction a bit more
Andreas Kling
2021-09-07
Kernel: Make UserOrKernelBuffer return KResult from read/write/memset
Andreas Kling
2021-09-07
Kernel/PCI: Turn on memory access by default
Liav A
2021-09-07
Kernel/PCI: Simplify the entire subsystem
Liav A
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
[next]