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-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
2021-11-05
Kernel: Return ENOTIMPL when trying to read from SysFS inodes
Liav A
2021-11-04
Kernel: Process available VMWare mouse events immediately
Jelle Raaijmakers
2021-11-04
Kernel: Clean up VMWareMouseDevice and VMWareBackdoor
Jelle Raaijmakers
2021-11-03
Revert "Kernel: Prevent VMWareMouseDevice from handling invalid mouse packets"
Andreas Kling
2021-11-02
Kernel: Move TTY subsystem to use KString instead of `AK::String`
Brian Gianforcaro
2021-11-02
Kernel: Remove duplicate constructor from TTY/VirtualConsole
Brian Gianforcaro
2021-11-02
Kernel: Switch BIOSSysFSComponent constructor to AK::StringView
Brian Gianforcaro
2021-10-31
Kernel: Do not try opening the same file when dumping perfcore
SeekingBlues
2021-10-31
Kernel: Don't crash on writes to ProcFS
Ben Wiederhake
2021-10-31
Kernel: Draw picture on screen when booting Raspberry Pi
Marcin Undak
2021-10-31
Kernel: Add very simple PPM parser for Aarch64
Marcin Undak
2021-10-31
Kernel: Add Framebuffer class for Raspberry Pi
Marcin Undak
2021-10-31
Kernel: Refactor Aarch64 MailBox class
Marcin Undak
2021-10-31
Kernel: Add temporary debug printing utilities for Aarch64
Marcin Undak
2021-10-31
Kernel: Remove misleading FIXME in DevTmpFS
Ben Wiederhake
2021-10-31
Kernel: Clarify ambiguous {File,Description}::absolute_path
Ben Wiederhake
2021-10-31
Kernel: Enable early-returns from VFS::for_each_mount
Ben Wiederhake
2021-10-31
Kernel: Avoid OpenFileDescription::absolute_path
Ben Wiederhake
2021-10-30
Kernel: Fix common misuse of KString in debug messages
Ben Wiederhake
2021-10-28
LibC: Include sys/uio.h in sys/socket.h for struct iovec
Idan Horowitz
2021-10-28
Kernel: Add the IFF_* SIOCGIFFLAGS flag macros
Idan Horowitz
2021-10-28
Kernel+LibC: Add support for the IPv4 TOS field via the IP_TOS sockopt
Idan Horowitz
2021-10-28
Kernel: Fix accidental memory over-read in getsockopt(IP_TTL)
Idan Horowitz
2021-10-28
LibC: Add IPPROTO_ICMPV6 macro
Idan Horowitz
2021-10-27
Everywhere: Rename back-click to backward-click
Filiph Sandström
2021-10-27
Kernel + WindowServer: Re-define the interface to framebuffer devices
Liav A
2021-10-27
Kernel/Graphics: Rename GraphicsDevice => GenericGraphicsAdapter
Liav A
[next]