ladybird/Kernel/Bus
Andreas Kling a098266ff5 Kernel: Simplify Process factory functions
- Instead of taking the first new thread as an out-parameter, we now
  bundle the process and its first thread in a struct and use that
  as the return value.

- Make all Process factory functions return ErrorOr. Use this to convert
  some places to more TRY().

- Drop the "try_" prefix on Process factory functions.
2023-04-04 10:33:42 +02:00
..
PCI Kernel: Add support for SD host controllers on the PCI bus 2023-04-02 12:43:17 -06:00
USB Kernel: Simplify Process factory functions 2023-04-04 10:33:42 +02:00
VirtIO Kernel/VirtIO: Ignore the VIRTIO_PCI_CAP_PCI_CFG configuration type 2023-03-19 00:19:06 +00:00