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/TmpFS: Stop leaking directory entry metadata
Andreas Kling
2021-09-07
Kernel: Remove a bunch of unused TimerQueue functions
Andreas Kling
2021-09-07
Kernel: Make PerformanceEventBuffer::to_json() return a KResult
Andreas Kling
2021-09-07
Kernel: Add const variant of Process::perf_events()
Andreas Kling
2021-09-07
Kernel: Use OOM-safe absolute path serialization in InodeFile::mmap()
Andreas Kling
2021-09-07
Kernel: Build MiniStdLib.cpp in aarch64 builds
Nico Weber
2021-09-07
Kernel: Build UBSanitizer.cpp in aarch64 builds
Nico Weber
2021-09-07
Kernel: Remove two unused includes from Prekernel/UBSanitizer.cpp
Nico Weber
2021-09-07
Kernel: Make Device request creation return KResultOr
Andreas Kling
2021-09-07
Kernel: Remove KBuffer::try_copy() in favor of try_create_with_bytes()
Andreas Kling
2021-09-07
Kernel: Simplify KBuffer by removing KBufferImpl
Andreas Kling
2021-09-07
Kernel: Remove more unused KBuffer API
Andreas Kling
2021-09-07
Kernel: Remove KBuffer::is_null() and bogus call sites :^)
Andreas Kling
2021-09-07
Kernel: Enforce the fact that KBuffer always has internal storage
Andreas Kling
2021-09-07
Kernel: Remove some unused KBuffer functions
Andreas Kling
2021-09-07
Kernel: Make it possible for KBufferBuilder creation to fail
Andreas Kling
2021-09-07
Kernel: Remove unused KBufferImpl::expand()
Andreas Kling
2021-09-07
Kernel: Make KBufferBuilder use KBuffer instead of KBufferImpl
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: 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
[prev]
[next]