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-08
Kernel: Use an IntrusiveRedBlackTree for storing the cr3 mappings
Idan Horowitz
2021-09-08
Kernel: Fix a typo in LockRank::Process's comment
Idan Horowitz
2021-09-08
Kernel/VirtIO: Determine names without PCI access in IRQ context
Liav A
2021-09-08
Kernel/ACPI: Return Optional container after table search
Liav A
2021-09-08
Kernel: Don't link Prekernel against libsupc++
Nico Weber
2021-09-08
Kernel/Storage: Implement basic AHCI hotplug support
Liav A
2021-09-08
Kernel+SystemServer: Simplify the DevTmpFS design
Liav A
2021-09-08
Kernel: Rename DevFS => DevTmpFS
Liav A
2021-09-08
Kernel/DevFS: Add the ability to remove device nodes
Liav A
2021-09-08
Kernel: Expose device presence in /sys/dev/char and /sys/dev/block
Liav A
2021-09-08
Kernel/Devices: Ensure appropriate locking on the Device map singleton
Liav A
2021-09-08
Kernel/Devices: Remove required_mode and device_name methods
Liav A
2021-09-08
Kernel/VFS: Silence mknod debug spam
Liav A
2021-09-08
Kernel+SystemServer: Defer creation of device nodes to userspace
Liav A
2021-09-08
Kernel/DevFS: Simplify nodes insertion and lookup
Liav A
2021-09-07
Kernel: Stop leaking TmpFS inodes
Andreas Kling
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
[next]