serenity/Kernel
Timothy Flynn 02fae575ca LibWeb: Define a helper constant for the platform ctrl-ish key
For all intents and purposes, the cmd (super) key on macOS should be
treated as the ctrl key.

(cherry picked from commit 71b25e3e5a70937f1e2031b94541c04a68d28efa;
amended to fix minor conflict)
2024-11-26 16:03:32 -05:00
..
API LibWeb: Define a helper constant for the platform ctrl-ish key 2024-11-26 16:03:32 -05:00
Arch Kernel/aarch64: Don't use u32 for PageDirectory.h definitions 2024-11-24 23:34:53 +01:00
Boot Kernel: Move boot info variables into a shared struct 2024-10-30 18:51:35 -04:00
Bus Kernel/USB: Let register_driver work before USBManagement initialization 2024-11-02 13:53:10 -04:00
Devices Kernel/x86: Set the WC PAT memory type for MemoryType::NonCacheable 2024-11-23 19:29:50 +01:00
FileSystem Kernel/MM: Replace Region::Cacheable with a more generic MemoryType enum 2024-11-23 19:29:50 +01:00
Firmware Kernel/EFI: Add header for the RISC-V EFI boot protocol 2024-11-15 01:18:04 +01:00
Heap
Interrupts Kernel: Remove passing of register state to IRQ handlers 2024-09-01 21:00:18 +02:00
Library Kernel: Share __assertion_failed() implementation between architectures 2024-10-30 18:42:21 -04:00
Locking
Memory Kernel/MM: Only return true in is_initialized if completely initialized 2024-11-23 19:29:50 +01:00
Net E1000NetworkAdapter: Fix incorrect cast of RX buffer descriptor pointer 2024-10-16 16:02:19 -04:00
Prekernel Prekernel/CMake: Remove a stale BYPRODUCTS entry 2024-11-23 23:50:17 -05:00
Security Kernel: Move boot info variables into a shared struct 2024-10-30 18:51:35 -04:00
Syscalls Kernel/Syscalls: Require inet promise for AF_INET6 domain 2024-10-05 12:52:10 -04:00
Tasks Kernel: Move boot info variables into a shared struct 2024-10-30 18:51:35 -04:00
Time Kernel/aarch64: Make RPi::Timer a DeviceTree::Driver 2024-11-02 13:53:10 -04:00
CMakeLists.txt LibC: Symlink headers into the sysroot at configure-time 2024-11-23 23:50:17 -05:00
Debug.h.in Net/Kernel: Add basic ICMPv6 support 2024-10-04 12:04:17 +02:00
embedmap.sh
Forward.h Kernel: Introduce the HostnameContext class 2024-07-21 11:44:23 +02:00
generate-version-file.sh
kprintf.cpp Kernel/Devices: Remove the DeviceManagement singleton 2024-10-05 12:26:48 +02:00
kstdio.h
KSyms.cpp Kernel: Move boot info variables into a shared struct 2024-10-30 18:51:35 -04:00
KSyms.h
mkmap.sh
SanCov.cpp
Sections.h Kernel: Move boot info variables into a shared struct 2024-10-30 18:51:35 -04:00
UnixTypes.h