Andreas Kling
|
60eea6940f
|
Kernel: Tidy up Coredump construction
- Use KResultOr and TRY to propagate errors
- Return more specific errors now that they have a path out from here
|
2021-09-06 18:56:51 +02:00 |
|
Andreas Kling
|
c11c0fe453
|
Kernel: Use TRY() in Coredump
|
2021-09-06 18:56:51 +02:00 |
|
Andreas Kling
|
f16b9a691f
|
Kernel: Rename ProcessPagingScope => ScopedAddressSpaceSwitcher
|
2021-09-06 18:56:51 +02:00 |
|
Ali Mohammad Pur
|
3a9f00c59b
|
Everywhere: Use OOM-safe ByteBuffer APIs where possible
If we can easily communicate failure, let's avoid asserting and report
failure instead.
|
2021-09-06 01:53:26 +02:00 |
|
Andreas Kling
|
bcd2025311
|
Everywhere: Core dump => Coredump
We all know what a coredump is, and it feels more natural to refer to
it as a coredump (most code already does), so let's be consistent.
|
2021-08-23 00:02:09 +02:00 |
|