Age | Commit message (Expand) | Author |
---|---|---|
2021-09-30 | Kernel: Exclude userspace heap memory from coredumps by default | Andreas Kling |
2021-09-09 | Kernel: Use KString all the way in sys$execve() | Andreas Kling |
2021-09-07 | Kernel: Make it possible for KBufferBuilder creation to fail | Andreas Kling |
2021-09-07 | Kernel: Rename FileDescription => OpenFileDescription | Andreas Kling |
2021-09-06 | Kernel: Don't allocate so much when generating coredumps | Andreas Kling |
2021-09-06 | Kernel: Tidy up Coredump construction | Andreas Kling |
2021-09-06 | Kernel: Use TRY() in Coredump | Andreas Kling |
2021-09-06 | Kernel: Rename ProcessPagingScope => ScopedAddressSpaceSwitcher | Andreas Kling |
2021-09-06 | Everywhere: Use OOM-safe ByteBuffer APIs where possible | Ali Mohammad Pur |
2021-08-23 | Everywhere: Core dump => Coredump | Andreas Kling |