Files
ladybird/Kernel/Syscalls
Andreas Kling b300f9aa2f Kernel: Convert KBuffer::copy() => KBuffer::try_copy()
This was a weird KBuffer API that assumed failure was impossible.
This patch converts it to a modern KResultOr<NonnullOwnPtr<KBuffer>> API
and updates the two clients to the new style.
2021-09-07 15:36:39 +02:00
..
2021-09-05 16:25:40 +02:00
2021-09-06 13:06:05 +02:00
2021-09-05 18:15:05 +02:00
2021-09-05 16:25:40 +02:00
2021-09-05 18:15:05 +02:00
2021-09-05 17:53:59 +02:00
2021-09-05 17:54:33 +02:00
2021-09-05 17:56:40 +02:00
2021-09-05 17:53:28 +02:00
2021-09-05 18:42:32 +02:00