| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Improvement in internal mutex handling on signal, and [DYNAREC] multitasking ... | ptitSeb | 2021-04-11 | 1 | -17/+65 |
| * | Fixed memory protection that wasn't updated correctly | ptitSeb | 2021-04-08 | 1 | -4/+4 |
| * | Unlock all mutex on child process when forking | ptitSeb | 2021-04-06 | 1 | -0/+10 |
| * | More work on mmap and the MAP_32BIT flag | ptitSeb | 2021-04-04 | 1 | -5/+50 |
| * | Implemented a workaround for mmap64 with MAP_32BIT flag | ptitSeb | 2021-04-02 | 1 | -0/+35 |
| * | [DYNAREC] DynaMap is behind a strict mutex now | ptitSeb | 2021-03-29 | 1 | -15/+24 |
| * | [DYNAREC] Improved Dynablock construction, stopping when overlaping block is ... | ptitSeb | 2021-03-28 | 1 | -0/+19 |
| * | Renamed arm64_lock_helper to arm64_lock | ptitSeb | 2021-03-20 | 1 | -1/+1 |
| * | Fixed Protection handling | ptitSeb | 2021-03-18 | 1 | -35/+32 |
| * | [DYNAREC] Added Basic blocks for dynarec | ptitSeb | 2021-03-14 | 1 | -387/+482 |
| * | Added custom memory handling | ptitSeb | 2021-03-13 | 1 | -276/+274 |
| * | Added Protection handling | ptitSeb | 2021-03-02 | 1 | -30/+66 |
| * | Read elf header of launched executable | ptitSeb | 2021-03-01 | 1 | -0/+748 |