Daniel Bertalan
|
8e2efe78f7
Kernel: Tighten String-related includes
|
3 anni fa |
Guilherme Goncalves
|
33b78915d3
Kernel: Propagate overflow errors from Memory::page_round_up
|
3 anni fa |
Daniel Bertalan
|
52beeebe70
Kernel: Remove the KString::try_create(String::formatted(...)) pattern
|
3 anni fa |
Andreas Kling
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 anni fa |
Andreas Kling
|
79fa9765ca
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
3 anni fa |
Brian Gianforcaro
|
9f6eabd73a
Kernel: Move TTY subsystem to use KString instead of `AK::String`
|
3 anni fa |
Brian Gianforcaro
|
71f05c70b4
Kernel: Remove duplicate constructor from TTY/VirtualConsole
|
3 anni fa |
Liav A
|
3e9dfd2e74
Kernel: Remove IO.h include from a bunch of places
|
3 anni fa |
Liav A
|
aee4786d8e
Kernel: Introduce the DeviceManagement singleton
|
3 anni fa |
Liav A
|
f5de4f24b2
Kernel/Devices: Defer creation of SysFS component after the constructor
|
3 anni fa |
Liav A
|
21b6d84ff0
Kernel/Devices: Remove required_mode and device_name methods
|
4 anni fa |
Andreas Kling
|
75564b4a5f
Kernel: Make kernel region allocators return KResultOr<NOP<Region>>
|
3 anni fa |
Brian Gianforcaro
|
668c429900
Kernel: Convert UserOrKernelBuffer callbacks to use AK::Bytes
|
3 anni fa |
Andreas Kling
|
c922a7da09
Kernel: Rename ScopedSpinlock => SpinlockLocker
|
3 anni fa |
Andreas Kling
|
55adace359
Kernel: Rename SpinLock => Spinlock
|
3 anni fa |
Andreas Kling
|
58fb38551c
Kernel/TTY: Remove redundant SpinLock from VirtualConsole
|
4 anni fa |
Andreas Kling
|
2cd8b21974
Kernel: Add convenience values to the Memory::Region::Access enum
|
4 anni fa |
Andreas Kling
|
93d98d4976
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
|
4 anni fa |
Brian Gianforcaro
|
425195e93f
Kernel: Standardize the header include style to 'include <Kernel/...>'
|
4 anni fa |
Sahan Fernando
|
b569b2df35
Kernel: Don't clear VirtualConsoles when initializing
|
4 anni fa |
Hendiadyoin1
|
62f9377656
Kernel: Move special sections into Sections.h
|
4 anni fa |
Gunnar Beutner
|
22b0cbe1fe
Kernel: Fix crash when changing screen resolution
|
4 anni fa |
Gunnar Beutner
|
bf779e182e
Kernel: Remove obsolete size_t casts
|
4 anni fa |
Gunnar Beutner
|
1c3346e3ce
Kernel: Use KResultOr<size_t> throughout the TTY subsystem
|
4 anni fa |
Daniel Bertalan
|
54a33c45bb
Kernel: Add missing BrightWhite color to VirtualConsole
|
4 anni fa |
Daniel Bertalan
|
a3c4397432
Kernel: Re-render console after echoing characters
|
4 anni fa |
Daniel Bertalan
|
ce9460de59
Kernel+LibVT: Fix selection with scrollback wrap-around
|
4 anni fa |
Daniel Bertalan
|
89843cd692
Kernel+LibVT: Implement left-right scrolling
|
4 anni fa |
Daniel Bertalan
|
7419569a2b
Kernel+LibVT: Add function for deleting a range of characters
|
4 anni fa |
Daniel Bertalan
|
8f8fd9c5a8
LibVT+Kernel: Support clearing the scrollback buffer
|
4 anni fa |