index
:
box64
this commit
fix/trace
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
custommem.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DYNAREC] Fixed a potential deadlock (for #64, thx again)
ptitSeb
2021-07-16
1
-1
/
+3
*
Fixed some issue with memory protection tracking
ptitSeb
2021-07-10
1
-5
/
+6
*
Fixed nextFree memory search function (fixing regression with RaceTheSun and ...
ptitSeb
2021-07-02
1
-1
/
+1
*
Improved low memory pre-allocation and added 47bits pre-allocation for Wine64
ptitSeb
2021-07-01
1
-32
/
+137
*
Various change to try improve stability on JIT'd program (like mono for Terra...
ptitSeb
2021-06-21
1
-29
/
+12
*
[DYNAREC] Try to free dynablocks when no longer used
ptitSeb
2021-06-19
1
-3
/
+26
*
Optimized memory protection tracking
ptitSeb
2021-06-17
1
-14
/
+47
*
Change the way locked mutex are detected (taken from box86)
ptitSeb
2021-06-14
1
-2
/
+1
*
Another small change to custommem MaxFreeblock handling
ptitSeb
2021-04-20
1
-4
/
+2
*
Fixed a small issue with Custom Mem handler and MexFreeBlock calculation
ptitSeb
2021-04-19
1
-1
/
+3
*
Some improvement to custommem handling
ptitSeb
2021-04-16
1
-4
/
+4
*
Second pass
rajdakin
2021-04-14
1
-29
/
+30
*
First pass
rajdakin
2021-04-14
1
-19
/
+25
*
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