Andreas Kling
|
4027a64fc5
Kernel: VirtualConsole can use kmalloc_eternal() for permanent stuff
|
5 years ago |
Andreas Kling
|
2f37fa487d
Kernel: Keep TTY names in character buffers instead of Strings
|
5 years ago |
Andreas Kling
|
1c692e87a6
Kernel: Move kmalloc() into a Kernel/Heap/ directory
|
5 years ago |
Andreas Kling
|
73fdbba59c
AK: Rename <AK/AKString.h> to <AK/String.h>
|
5 years ago |
Conrad Pankoff
|
879bc28e14
Kernel: Disable VGA console in graphical mode
|
6 years ago |
Conrad Pankoff
|
ce8387d1ed
VirtualConsole: Only consume data from key-down events
|
6 years ago |
Conrad Pankoff
|
dffdd5545a
Kernel: Restore alt+n hijacking for virtual console switching
|
6 years ago |
Andreas Kling
|
27f699ef0c
AK: Rename the common integer typedefs to make it obvious what they are.
|
6 years ago |
Andreas Kling
|
736092a087
Kernel: Move i386.{cpp,h} => Arch/i386/CPU.{cpp,h}
|
6 years ago |
Andreas Kling
|
39d1a9ae66
Meta: Tweak .clang-format to not wrap braces after enums.
|
6 years ago |
Andreas Kling
|
bc951ca565
Kernel: Run clang-format on everything.
|
6 years ago |
Andreas Kling
|
b5b44a29bb
Replace various copies of parse_uint(String) with String::to_uint().
|
6 years ago |
Andreas Kling
|
58240fdb33
Do a pass of compiler warning fixes.
|
6 years ago |
Andreas Kling
|
ab94a6be00
AK: Add String::copy(BufferType) helper.
|
6 years ago |
Andreas Kling
|
88f03f86ff
Kernel: Have TTY subclasses cache their tty_name/pts_name.
|
6 years ago |
Andreas Kling
|
ab43658c55
Kernel: Move devices into Kernel/Devices/.
|
6 years ago |
Andreas Kling
|
9fca94269e
Kernel: Move TTY-related files into Kernel/TTY/.
|
6 years ago |