ladybird/Kernel/Devices
Andreas Kling 64b0d89335 Kernel: Make Process::allocate_region*() return KResultOr<Region*>
This allows region allocation to return specific errors and we don't
have to assume every failure is an ENOMEM.
2021-01-15 19:10:30 +01:00
..
USB Kernel: Don't put gratuitous cursing in kernel log 2021-01-09 14:03:06 +01:00
AsyncDeviceRequest.cpp Everywhere: Fix more typos 2020-12-31 01:47:41 +01:00
AsyncDeviceRequest.h Kernel: Implement an asynchronous device request stack 2020-11-12 18:04:30 +01:00
BlockDevice.cpp Everywhere: Replace a bundle of dbg with dbgln. 2021-01-11 11:55:47 +01:00
BlockDevice.h Kernel: Return a correct name string of async write request 2020-12-17 19:36:56 +01:00
BXVGADevice.cpp Kernel: Make Process::allocate_region*() return KResultOr<Region*> 2021-01-15 19:10:30 +01:00
BXVGADevice.h Kernel: Add a method to determine the desired permissions of a Device 2020-12-27 23:07:44 +01:00
CharacterDevice.cpp Kernel: Move all code into the Kernel namespace 2020-02-16 01:27:42 +01:00
CharacterDevice.h Kernel: Move all code into the Kernel namespace 2020-02-16 01:27:42 +01:00
Device.cpp Kernel: Convert a bunch of String::format() => String::formatted() 2021-01-11 22:07:01 +01:00
Device.h SinglyLinkedList: Implement find in terms of AK::find 2021-01-11 19:45:05 +01:00
FullDevice.cpp Kernel: Make copy_to/from_user safe and remove unnecessary checks 2020-09-13 21:19:15 +02:00
FullDevice.h Kernel: Add a method to determine the desired permissions of a Device 2020-12-27 23:07:44 +01:00
I8042Controller.cpp Everywhere: Replace a bundle of dbg with dbgln. 2021-01-11 11:55:47 +01:00
I8042Controller.h Kernel: Add I8042Controller to detect and manage PS/2 devices 2020-11-12 18:04:16 +01:00
KeyboardDevice.cpp Everywhere: Replace a bundle of dbg with dbgln. 2021-01-11 11:55:47 +01:00
KeyboardDevice.h Kernel: Add a method to determine the desired permissions of a Device 2020-12-27 23:07:44 +01:00
MBVGADevice.cpp Kernel: Make Process::allocate_region*() return KResultOr<Region*> 2021-01-15 19:10:30 +01:00
MBVGADevice.h Kernel: Add a method to determine the desired permissions of a Device 2020-12-27 23:07:44 +01:00
NullDevice.cpp Kernel: Make copy_to/from_user safe and remove unnecessary checks 2020-09-13 21:19:15 +02:00
NullDevice.h Kernel: Add a method to determine the desired permissions of a Device 2020-12-27 23:07:44 +01:00
PCSpeaker.cpp Meta+Kernel: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
PCSpeaker.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
PS2MouseDevice.cpp Kernel: Convert a bunch of String::format() => String::formatted() 2021-01-11 22:07:01 +01:00
PS2MouseDevice.h Kernel: Add a method to determine the desired permissions of a Device 2020-12-27 23:07:44 +01:00
RandomDevice.cpp Kernel: Make copy_to/from_user safe and remove unnecessary checks 2020-09-13 21:19:15 +02:00
RandomDevice.h Kernel: Add a method to determine the desired permissions of a Device 2020-12-27 23:07:44 +01:00
SB16.cpp AK: Simplify constructors and conversions from nullptr_t 2021-01-12 09:11:45 +01:00
SB16.h Kernel: Add a method to determine the desired permissions of a Device 2020-12-27 23:07:44 +01:00
SerialDevice.cpp Kernel: Make copy_to/from_user safe and remove unnecessary checks 2020-09-13 21:19:15 +02:00
SerialDevice.h Kernel: Add a method to determine the desired permissions of a Device 2020-12-27 23:07:44 +01:00
VMWareBackdoor.cpp Meta+Kernel: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
VMWareBackdoor.h Kernel: Switch singletons to use new Singleton class 2020-08-25 09:48:48 +02:00
ZeroDevice.cpp Kernel: Make copy_to/from_user safe and remove unnecessary checks 2020-09-13 21:19:15 +02:00
ZeroDevice.h Kernel: Add a method to determine the desired permissions of a Device 2020-12-27 23:07:44 +01:00