1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-09 15:27:16 +00:00
serenity/Kernel/Devices/Generic
Dan Klishch 5ed7cd6e32 Everywhere: Use east const in more places
These changes are compatible with clang-format 16 and will be mandatory
when we eventually bump clang-format version. So, since there are no
real downsides, let's commit them now.
2024-04-19 06:31:19 -04:00
..
ConsoleDevice.cpp Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
ConsoleDevice.h
DeviceControlDevice.cpp Kernel/Devices: Introduce the LoopDevice device 2024-03-13 15:33:47 -06:00
DeviceControlDevice.h
FullDevice.cpp
FullDevice.h
MemoryDevice.cpp
MemoryDevice.h Kernel: Move {Virtual,Physical}Address classes to the Memory directory 2023-06-04 21:32:34 +02:00
NullDevice.cpp
NullDevice.h
PCSpeakerDevice.cpp Kernel+Userland: Add option for duration of /dev/beep producing sound 2023-11-03 15:19:33 +01:00
PCSpeakerDevice.h Kernel+Userland: Replace the beep syscall with the new /dev/beep device 2023-11-03 15:19:33 +01:00
RandomDevice.cpp
RandomDevice.h
SelfTTYDevice.cpp Kernel: Move TTY-related code to a new subdirectory under Devices 2023-09-09 12:08:59 -06:00
SelfTTYDevice.h
ZeroDevice.cpp
ZeroDevice.h