ladybird/Kernel/Bus
Andreas Kling 300402cc14 Kernel: Make it possible for KBufferBuilder creation to fail
This patch adds KBufferBuilder::try_create() and treats it like anything
else that can fail. And so, failure to allocate the initial internal
buffer of the builder will now propagate an ENOMEM to the caller. :^)
2021-09-07 15:54:23 +02:00
..
PCI Kernel: Make KBuffer::try_create_with_bytes() return KResultOr 2021-09-07 15:22:24 +02:00
USB Kernel: Make it possible for KBufferBuilder creation to fail 2021-09-07 15:54:23 +02:00
VirtIO Kernel: Rename FileDescription => OpenFileDescription 2021-09-07 13:53:14 +02:00