Linus Groh
|
ee41d6e154
Base: Rename some keymaps to use xx-xx format where appropriate
|
4 years ago |
Ben Wiederhake
|
272df54a3e
Kernel+LibKeyboard: Define the default keymap only in one place
|
4 years ago |
Ben Wiederhake
|
dd4e670f72
LibKeyboard+keymap: Support querying the keymap via commandline
|
4 years ago |
asynts
|
7cf0c7cc0d
Meta: Split debug defines into multiple headers.
|
4 years ago |
asynts
|
eea72b9b5c
Everywhere: Hook up remaining debug macros to Debug.h.
|
4 years ago |
asynts
|
acdcf59a33
Everywhere: Remove unnecessary debug comments.
|
4 years ago |
Andreas Kling
|
19d3f8cab7
Kernel+LibC: Turn errno codes into a strongly typed enum
|
4 years ago |
asynts
|
872f2a3b90
Everywhere: Replace a bundle of dbg with dbgln.
|
4 years ago |
asynts
|
938e5c7719
Everywhere: Replace a bundle of dbg with dbgln.
|
4 years ago |
Andreas Kling
|
cb2c8f71f4
AK: Remove custom %b format string specifier
|
4 years ago |
Tom
|
046d6855f5
Kernel: Move block condition evaluation out of the Scheduler
|
4 years ago |
Tom
|
91db31880f
Kernel: Add I8042Controller to detect and manage PS/2 devices
|
4 years ago |
Tom
|
c8d9f1b9c9
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
4 years ago |
Tom
|
d89582880e
Kernel: Switch singletons to use new Singleton class
|
4 years ago |
Andreas Kling
|
2fd9e72264
Revert "Kernel: Switch singletons to use new Singleton class"
|
5 years ago |
Andreas Kling
|
8925ad3fa0
Revert "Kernel: Move Singleton class to AK"
|
5 years ago |
Andreas Kling
|
68580d5a8d
Revert "AK: Get rid of make_singleton function"
|
5 years ago |
Tom
|
5a98e329d1
AK: Get rid of make_singleton function
|
5 years ago |
Tom
|
f0906250a1
Kernel: Move Singleton class to AK
|
5 years ago |
Tom
|
f48feae0b2
Kernel: Switch singletons to use new Singleton class
|
5 years ago |
Valtteri Koskivuori
|
00a0e525e6
Kernel+LibKeyboard: Store the keymap name when setting system keymap
|
5 years ago |
Andreas Kling
|
7a3ab6c517
Kernel: Make File::write() and File::read() return KResultOr<size_t>
|
5 years ago |
Florian Angermeier
|
c969b8390d
Kernel: Make all 6 VirtualConsoles available via shortcut
|
5 years ago |
Peter Elliott
|
af0b2d1d86
Kernel: Harvest randomness from various drivers
|
5 years ago |
Hüseyin ASLITÜRK
|
174987f930
Kernel: Replace char and u8 data types to u32 for code point
|
5 years ago |
Hüseyin ASLITÜRK
|
b4577ffcf3
Kernel: KeyboardDevice, remove char mapping logic
|
5 years ago |
Hüseyin ASLITÜRK
|
46b92fa173
Kernel: Add scancode value to KeyEvent
|
5 years ago |
Andreas Kling
|
21d5f4ada1
Kernel: Absorb LibBareMetal back into the kernel
|
5 years ago |
Conrad Pankoff
|
a3edeb5868
Kernel: Add explicit offset parameter to File::read etc
|
5 years ago |
Andreas Kling
|
7d862dd5fc
AK: Reduce header dependency graph of String.h
|
5 years ago |