Age | Commit message (Expand) | Author |
---|---|---|
2020-07-21 | UserspaceEmulator: Mark mmap and shbuf regions as initialized up front | Andreas Kling |
2020-07-21 | UserspaceEmulator+LibX86: Start tracking uninitialized memory :^) | Andreas Kling |
2020-07-15 | UserspaceEmulator: Catch use-after-frees by tracking malloc/free :^) | Andreas Kling |
2020-07-13 | UserspaceEmulator: Add basic support for memory-mapped files | Andreas Kling |
2020-07-13 | UserspaceEmulator: Make mmap'ed memory track read/write protection | Andreas Kling |