Valtteri Koskivuori
|
00a0e525e6
Kernel+LibKeyboard: Store the keymap name when setting system keymap
|
5 년 전 |
Andreas Kling
|
7a3ab6c517
Kernel: Make File::write() and File::read() return KResultOr<size_t>
|
5 년 전 |
Florian Angermeier
|
c969b8390d
Kernel: Make all 6 VirtualConsoles available via shortcut
|
5 년 전 |
Peter Elliott
|
af0b2d1d86
Kernel: Harvest randomness from various drivers
|
5 년 전 |
Hüseyin ASLITÜRK
|
174987f930
Kernel: Replace char and u8 data types to u32 for code point
|
5 년 전 |
Hüseyin ASLITÜRK
|
b4577ffcf3
Kernel: KeyboardDevice, remove char mapping logic
|
5 년 전 |
Hüseyin ASLITÜRK
|
46b92fa173
Kernel: Add scancode value to KeyEvent
|
5 년 전 |
Andreas Kling
|
21d5f4ada1
Kernel: Absorb LibBareMetal back into the kernel
|
5 년 전 |
Conrad Pankoff
|
a3edeb5868
Kernel: Add explicit offset parameter to File::read etc
|
5 년 전 |
Andreas Kling
|
7d862dd5fc
AK: Reduce header dependency graph of String.h
|
5 년 전 |
Liav A
|
e880fe0765
Kernel: Use a const reference to RegisterState in IRQ handling
|
5 년 전 |
Liav A
|
bb9fba1fdd
KeyboardDevice: Use dbg() instead of dbgprintf()
|
5 년 전 |
Liav A
|
740534cd67
Kernel: Update system components to use the new IRQHandler class
|
5 년 전 |
Andreas Kling
|
e28809a996
Kernel: Add forward declaration header
|
5 년 전 |
Andreas Kling
|
a356e48150
Kernel: Move all code into the Kernel namespace
|
5 년 전 |
Liav A
|
e559af2008
Kernel: Apply changes to use LibBareMetal definitions
|
5 년 전 |
Andreas Kling
|
e64c335e5a
Revert "Kernel: Replace IRQHandler with the new InterruptHandler class"
|
5 년 전 |
Liav A
|
6c72736b26
Kernel: Replace IRQHandler with the new InterruptHandler class
|
5 년 전 |
Liav A
|
2a160faf98
Kernel: Run clang-format on KeyboardDevice.cpp
|
5 년 전 |
Andreas Kling
|
94ca55cefd
Meta: Add license header to source files
|
5 년 전 |
Andreas Kling
|
673d789c39
Kernel: Make some static keyboard data const
|
5 년 전 |
Tibor Nagy
|
624116a8b1
Kernel: Implement AltGr key support
|
5 년 전 |
Hüseyin ASLITÜRK
|
794ca16cca
Kernel: Implement the setkeymap() syscall.
|
5 년 전 |
Andreas Kling
|
1b2ef8582c
Kernel: Make File's can_read/can_write take a const FileDescription&
|
5 년 전 |
Nufflee
|
7b6aba4284
KeyboardDevice: Rename 0xe0 flag for clarity.
|
5 년 전 |
Nufflee
|
0979f372a6
KeyboardDevice: Support whole numpad and Num Lock.
|
5 년 전 |
Nufflee
|
9d5792b73d
KeyboardDevice: Implement Caps Lock handling.
|
5 년 전 |
Conrad Pankoff
|
e4826276d1
Kernel: Don't forward hijacked keypresses in keyboard driver
|
6 년 전 |
Andreas Kling
|
a4548a150f
Kernel: Hack the default keymap to support UK pipe/backslash
|
6 년 전 |
Andreas Kling
|
9fdcede491
Kernel: Move PIC.cpp into Arch/i386/
|
6 년 전 |