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-11-20
Kernel+LibC: Fix ptrace for 64-bit
Itamar
2021-11-18
Kernel: Use DistinctNumeric for filesystem ID's
Andreas Kling
2021-11-18
Kernel: Make VirtualRangeAllocator setup functions propagate errors
Andreas Kling
2021-11-18
AK: Make RedBlackTree::try_insert() return ErrorOr<void> instead of bool
Andreas Kling
2021-11-18
Kernel: Propagate Vector append failures from Inode::apply_flock()
Andreas Kling
2021-11-17
Kernel: Automatically sync shared file mappings when unmapped
Andreas Kling
2021-11-17
Kernel: Allow mmap() with PROT_WRITE+MAP_SHARED
Andreas Kling
2021-11-17
Kernel+LibC: Add msync() system call
Andreas Kling
2021-11-17
Kernel: Add MemoryManager::copy_physical_page()
Andreas Kling
2021-11-17
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
Andreas Kling
2021-11-17
Kernel: Reject writable shared file mappings
Daniel Bertalan
2021-11-16
AK+Kernel: Remove implicit conversion from Userspace<T*> to FlatPtr
Andrew Kaster
2021-11-16
Kernel: Use static_ptr_cast to convert between Userspace<T*> types
Andrew Kaster
2021-11-16
Kernel: Remove unnecessary StringBuilder from sys$create_thread()
Andrew Kaster
2021-11-14
Kernel: Avoid redundant bool comparisons in Kernel::Thread
Andrew Kaster
2021-11-14
Kernel: Remove unused forward declaration of Syscall::StringArgument
Andrew Kaster
2021-11-14
Kernel: Avoid else after return in Process and ThreadSafeRefCounted
Andrew Kaster
2021-11-14
Kernel: Convert Process-related const member functions to static
Andrew Kaster
2021-11-14
Kernel: Make OpenFileDescriptions::max_open() static and constexpr
Andrew Kaster
2021-11-14
Kernel: Suppress clang-tidy warning on declaration of s_mm_lock
Andrew Kaster
2021-11-14
Kernel: Mark private members of SharedCommittedCowPages as private
Andrew Kaster
2021-11-14
Kernel: Remove redundant return statement from Spinlock::lock()
Andrew Kaster
2021-11-14
Kernel: Stop truncating PageTableEntry::raw(), and make set_bit private
Andrew Kaster
2021-11-14
Kernel: Resolve clang-tidy readability-qualified-auto warning
Andrew Kaster
2021-11-14
Kernel: Resolve clang-tidy readability-make-member-function-const
Andrew Kaster
2021-11-14
Kernel: Resolve clang-tidy readability-implicit-bool-conversion warnings
Andrew Kaster
2021-11-14
AK+Kernel: Suppress clang-tidy warnings from the cert-* category
Andrew Kaster
2021-11-13
Kernel/AHCI: Simplify wait and timeout pattern significantly
Liav A
2021-11-13
Kernel/AHCI: Remove unnecessary AHCIPort class member
Liav A
2021-11-13
Kernel/Storage: Don't use interrupts when resetting SATA AHCI devices
Liav A
2021-11-13
Kernel/Storage: Don't use interrupts when identifying AHCI devices
Liav A
2021-11-13
Kernel/Storage: Move all ATA related code to a new subdirectory
Liav A
2021-11-13
Kernel+LibC: Pass off_t to pread() via a pointer
Daniel Bertalan
2021-11-12
Kernel: Drain I8042 PS/2 keyboard output after enabling
Jelle Raaijmakers
2021-11-11
Everywhere: Pass AK::ReadonlyBytes by value
Andreas Kling
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-11
Kernel/Ext2FS: Propagate HashMap errors instead of panicking
Andreas Kling
2021-11-11
AK: Make HashTable and HashMap try_* functions return ErrorOr<T>
Andreas Kling
2021-11-10
Kernel/Ext2FS: Propagate errors from block list computation functions
Andreas Kling
2021-11-10
Kernel: Propagate Vector append errors in two places in Ext2FS
Andreas Kling
2021-11-10
Kernel: Make Inode::traverse_as_directory() callback return ErrorOr
Andreas Kling
2021-11-10
AK: Make Vector::try_* functions return ErrorOr<void>
Andreas Kling
2021-11-10
AK+Everywhere: Stop including Vector.h from StringView.h
Andreas Kling
2021-11-10
Kernel: Make (f)statvfs report filesystem ID correctly
Ben Wiederhake
2021-11-10
Kernel: Fix TOCTOU in fstatvfs
Ben Wiederhake
2021-11-10
AK+Kernel: Make BitmapView read-only
Ben Wiederhake
2021-11-10
Everywhere: Remove unused AK/Bitmap includes
Ben Wiederhake
2021-11-08
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
Andreas Kling
2021-11-08
Kernel: Expose inode information in /proc/pid/fds
Ben Wiederhake
2021-11-06
Kernel: Initialize regs.fs in Processor::init_context
AMACB
[next]