Files
ladybird/Kernel
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
..
2023-03-25 21:27:03 +01:00
2023-03-25 16:50:36 +00:00
2022-12-28 11:53:41 +01:00
2022-12-03 23:52:23 +00:00
2022-04-01 21:24:45 +01:00
2022-03-04 20:07:05 +01:00
2022-04-01 21:24:45 +01:00