1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 05:08:13 +00:00
serenity/Kernel/Bus/VirtIO
Idan Horowitz 664ca58746 Kernel: Use u64 instead of size_t for File::can_write offset
This ensures offsets will not be truncated on large files on i686.
2022-01-25 22:41:17 +02:00
..
Console.cpp Kernel: Make Memory::RingBuffer construction fallible 2022-01-21 16:27:21 +01:00
Console.h Kernel: Use operator ""sv in all class_name() implementations 2021-10-03 13:36:10 +02:00
ConsolePort.cpp Kernel: Use u64 instead of size_t for File::can_write offset 2022-01-25 22:41:17 +02:00
ConsolePort.h Kernel: Use u64 instead of size_t for File::can_write offset 2022-01-25 22:41:17 +02:00
Device.cpp Kernel: Make VirtIO::Queue construction fallible 2022-01-21 16:27:21 +01:00
Device.h Kernel: Some clang-tidy fixes in Bus/VirtIO 2021-12-09 22:53:42 -08:00
Queue.cpp Kernel: Make VirtIO::Queue construction fallible 2022-01-21 16:27:21 +01:00
Queue.h Kernel: Make VirtIO::Queue construction fallible 2022-01-21 16:27:21 +01:00
RNG.cpp Kernel/PCI: Propagate usage of DeviceIdentifier everywhere 2021-09-29 11:24:33 +02:00
RNG.h Kernel: Fix copy paste in VirtIO::RNG::class_name() 2021-10-03 13:36:10 +02:00