about summary refs log tree commit diff stats
path: root/src/custommem.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improvement in internal mutex handling on signal, and [DYNAREC] multitasking ...ptitSeb2021-04-111-17/+65
* Fixed memory protection that wasn't updated correctlyptitSeb2021-04-081-4/+4
* Unlock all mutex on child process when forkingptitSeb2021-04-061-0/+10
* More work on mmap and the MAP_32BIT flagptitSeb2021-04-041-5/+50
* Implemented a workaround for mmap64 with MAP_32BIT flagptitSeb2021-04-021-0/+35
* [DYNAREC] DynaMap is behind a strict mutex nowptitSeb2021-03-291-15/+24
* [DYNAREC] Improved Dynablock construction, stopping when overlaping block is ...ptitSeb2021-03-281-0/+19
* Renamed arm64_lock_helper to arm64_lockptitSeb2021-03-201-1/+1
* Fixed Protection handlingptitSeb2021-03-181-35/+32
* [DYNAREC] Added Basic blocks for dynarecptitSeb2021-03-141-387/+482
* Added custom memory handlingptitSeb2021-03-131-276/+274
* Added Protection handlingptitSeb2021-03-021-30/+66
* Read elf header of launched executableptitSeb2021-03-011-0/+748