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-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
2021-10-27
Kernel/Graphics: Re-order parameters in VirtIO GraphicsAdapter methods
Liav A
2021-10-27
Kernel/Graphics: Merge VirtIO GraphicsAdapter and VirtIO GPU code
Liav A
2021-10-27
Kernel/Graphics: Convert type method => bool vga compatible method
Liav A
2021-10-27
Kernel/Graphics: Force VirtIO Framebuffer to inherit FramebufferDevice
Liav A
2021-10-27
Kernel/Graphics: Rename VirtIO FrameBufferDevice => FramebufferDevice
Liav A
2021-10-26
Kernel: Make WorkQueue::WorkItem slab allocated
Andreas Kling
2021-10-26
Kernel: Use SpinlockProtected<T> in WorkQueue
Andreas Kling
2021-10-26
Kernel: Use a larger kmalloc chunk size on 64-bit platforms
Andreas Kling
2021-10-26
Kernel: Take VMObject lock once in Region::remap_vmobject_page()
Andreas Kling
2021-10-26
Kernel: Add TimeManagement::is_initialized()
Andreas Kling
2021-10-25
Kernel: Avoid allocation when checking for vmmouse
Ben Wiederhake
2021-10-25
Kernel+SystemServer: Change bootmode to system_mode
Ben Wiederhake
2021-10-25
Kernel: Separate panic behavior from bootmode
Ben Wiederhake
2021-10-25
Kernel: Separate framebuffers from bootmode
Ben Wiederhake
2021-10-25
Kernel+LibC: Default to 8-bit characters in TTY
Daniel Bertalan
2021-10-24
Kernel: Prevent VMWareMouseDevice from handling invalid mouse packets
Jelle Raaijmakers
2021-10-24
Kernel: Do not detect mouse or keyboard when handling IRQ for I8042
Jelle Raaijmakers
2021-10-24
Kernel: Enumify all magic constants for I8042 devices
Jelle Raaijmakers
2021-10-24
Kernel: Properly align stack for signal handlers
Daniel Bertalan
2021-10-23
Kernel/PCI: Remove InterruptDisabler usage
Liav A
2021-10-23
Kernel/PCI: Ensure m_domains is not empty if scanning with memory access
Liav A
2021-10-23
Kernel/PCI: Split Access::rescan_hardware method
Liav A
2021-10-23
Kernel/PCI: Rename Access::scan_pci_domains method
Liav A
2021-10-23
Kernel/PCI: Simplify detect_optimal_access_type function
Liav A
2021-10-22
Kernel: Fix restrictions in is_allowed_to_mmap_to_userspace function
Liav A
2021-10-22
Kernel: Make FrameBufferDevice::try_to_set_resolution() return KResult
Andreas Kling
2021-10-22
Kernel: Remove unused InodeIdentifier::to_string()
Andreas Kling
2021-10-21
Kernel: Make Ext2FS::free_inode() return KResult, and use TRY() more
Andreas Kling
2021-10-21
Kernel: Make Ext2FS::write_ext2_inode() return KResult
Andreas Kling
2021-10-21
Kernel: Make Inode::flush_metadata() return a KResult
Andreas Kling
[next]