This website requires JavaScript.
Explore
Help
Sign in
dmaax
/
ladybird
Watch
1
Star
0
Fork
You've already forked ladybird
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
fc8dd0bf68
ladybird
/
Kernel
/
Bus
/
VirtIO
History
Idan Horowitz
618f123463
Kernel: Use StringView instead of String in RingBuffer's constructor
...
This String was being copied into a KString internally anyways.
2022-01-13 00:20:08 -08:00
..
Console.cpp
Kernel: Use StringView instead of String in RingBuffer's constructor
2022-01-13 00:20:08 -08:00
Console.h
Kernel: Use
operator ""sv
in all class_name() implementations
2021-10-03 13:36:10 +02:00
ConsolePort.cpp
Kernel: Use StringView instead of String in RingBuffer's constructor
2022-01-13 00:20:08 -08:00
ConsolePort.h
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
2021-11-08 01:10:53 +01:00
Device.cpp
Kernel: Propagate overflow errors from Memory::page_round_up
2021-12-28 23:08:50 +01:00
Device.h
Kernel: Some clang-tidy fixes in Bus/VirtIO
2021-12-09 22:53:42 -08:00
Queue.cpp
Kernel: Propagate overflow errors from Memory::page_round_up
2021-12-28 23:08:50 +01:00
Queue.h
Kernel: Some clang-tidy fixes in Bus/VirtIO
2021-12-09 22:53:42 -08: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