Andreas Kling
19d3f8cab7
Kernel+LibC: Turn errno codes into a strongly typed enum
...
..and allow implicit creation of KResult and KResultOr from ErrnoCode.
This means that kernel functions that return those types can finally
do "return EINVAL;" and it will just work.
There's a handful of functions that still deal with signed integers
that should be converted to return KResults.
2021-01-20 23:20:02 +01:00
..
2021-01-09 14:03:06 +01:00
2020-12-31 01:47:41 +01:00
2020-11-12 18:04:30 +01:00
2021-01-11 11:55:47 +01:00
2020-12-17 19:36:56 +01:00
2021-01-20 23:20:02 +01:00
2020-12-27 23:07:44 +01:00
2020-02-16 01:27:42 +01:00
2020-02-16 01:27:42 +01:00
2021-01-11 22:07:01 +01:00
2021-01-11 19:45:05 +01:00
2021-01-20 23:20:02 +01:00
2020-12-27 23:07:44 +01:00
2021-01-11 11:55:47 +01:00
2020-11-12 18:04:16 +01:00
2021-01-20 23:20:02 +01:00
2020-12-27 23:07:44 +01:00
2021-01-20 23:20:02 +01:00
2020-12-27 23:07:44 +01:00
2020-09-13 21:19:15 +02:00
2020-12-27 23:07:44 +01:00
2020-09-25 21:18:17 +02:00
2020-01-18 09:45:54 +01:00
2021-01-20 23:20:02 +01:00
2020-12-27 23:07:44 +01:00
2021-01-20 23:20:02 +01:00
2020-12-27 23:07:44 +01:00
2021-01-20 23:20:02 +01:00
2020-12-27 23:07:44 +01:00
2021-01-20 23:20:02 +01:00
2020-12-27 23:07:44 +01:00
2020-09-25 21:18:17 +02:00
2020-08-25 09:48:48 +02:00
2021-01-20 23:20:02 +01:00
2020-12-27 23:07:44 +01:00