Age | Commit message (Expand) | Author |
---|---|---|
2020-07-27 | UserspaceEmulator: Set the process and thread name to "(UE) Executable" | Andreas Kling |
2020-07-21 | UserspaceEmulator: Show file and line numbers in backtraces :^) | Andreas Kling |
2020-07-15 | UserspaceEmulator: Catch use-after-frees by tracking malloc/free :^) | Andreas Kling |
2020-07-15 | UserspaceEmulator: Add support for shared buffers (shbuf) | Andreas Kling |
2020-07-13 | UserspaceEmulator: Make mmap'ed memory track read/write protection | Andreas Kling |
2020-07-13 | UserspaceEmulator: Move SimpleRegion to its own files | Andreas Kling |
2020-07-09 | UserspaceEmulator: Start sketching out a SoftMMU class :^) | Andreas Kling |
2020-07-07 | UserspaceEmulator: Start building a userspace X86 emulator :^) | Andreas Kling |