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
/
libtools
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added a new option BOX64_MMAP32 to use 32bits mapping on external MMAP (help ...
ptitSeb
2024-01-23
1
-6
/
+9
*
Make sure Stack is aligned properly... (should help #1187 and ~1188)
ptitSeb
2024-01-22
2
-2
/
+11
*
Reworked exit, unloading libs and running Fini as it should (plus a workaroun...
ptitSeb
2024-01-19
1
-1
/
+2
*
Fixes (#1207)
rajdakin
2024-01-18
2
-3
/
+3
*
Fixed an issue with a failsafe that was not working
ptitSeb
2024-01-18
1
-2
/
+2
*
Fixed xcb_connect wrapping
ptitSeb
2024-01-15
1
-3
/
+12
*
[RBTREE] Reverted memory tracking to 32 bits (#1201)
rajdakin
2024-01-13
1
-3
/
+3
*
[DYNAREC_RV64] Added CALL/RET optimization (#1183)
Yang Liu
2024-01-05
1
-19
/
+22
*
[ARM64] Improved fast path for unaligned access to device memory (for NVidia ...
ptitSeb
2024-01-01
1
-8
/
+8
*
More xcb_connection_t wrapping for vulkan
ptitSeb
2023-12-31
1
-1
/
+1
*
Fixed some (nasty sometimes) warning
ptitSeb
2023-12-31
1
-10
/
+10
*
[MEMORY] Switched from a sparse array to a red-black tree (#1180)
rajdakin
2023-12-31
1
-9
/
+9
*
More work on xcb wrapping, as xcb_connection_t needs alignment
ptitSeb
2023-12-26
1
-0
/
+185
*
[ARM64] Improved handling of unaligned access to device memory (for NVidia dr...
ptitSeb
2023-12-18
1
-14
/
+14
*
[ARM64] Added a new case of device memory unaligned write
ptitSeb
2023-12-18
1
-0
/
+14
*
[ARM64_DYNAREC] Added one ore special case of device unaligned memory access ...
ptitSeb
2023-12-15
1
-0
/
+22
*
Added lldb option to JITGDB
ptitSeb
2023-12-15
1
-1
/
+3
*
Fixed a signal handler (helps wine stuffs)
ptitSeb
2023-12-08
1
-1
/
+1
*
[DYNAREC] Small change to signal handling and unexpected segfault
ptitSeb
2023-12-07
1
-5
/
+10
*
[INTERPRETER] Added addling to divide by 0 exception
ptitSeb
2023-12-05
1
-0
/
+23
*
[ANDROID] Fix Clang Compiling (#1094)
Lily
2023-11-28
1
-0
/
+8
*
[SIGNAL] Fixed copyUCTXreg2Emu (#1086)
Yang Liu
2023-11-26
1
-1
/
+1
*
[RV64] This should fix RISCV64 build
ptitSeb
2023-11-23
1
-1
/
+1
*
Small improvement on signal handling
ptitSeb
2023-11-23
1
-26
/
+51
*
Saved defered flag status when processing signal / foreign function
ptitSeb
2023-11-17
1
-1
/
+1
*
Workaround to handle SIGMAX properly (should help #1056)
ptitSeb
2023-11-15
1
-4
/
+4
*
Fixed no DYNAREC build
ptitSeb
2023-11-13
1
-0
/
+4
*
[DYNAREC] Small improved trace on UD / INT type of opcodes
ptitSeb
2023-11-13
1
-2
/
+2
*
[DYNAREC] Cancel dynablock creation on SEGBUS too
ptitSeb
2023-11-05
1
-5
/
+6
*
[ARM64_DYNAREC] More special handling of SEGBUS on device memory (for NVidia ...
ptitSeb
2023-10-26
1
-0
/
+32
*
[ARM64_DYNAREC] More handling of SIGBUS on device memory (for Doomvk 2016 on ...
ptitSeb
2023-10-21
1
-0
/
+90
*
Some more rollback on tls destructor (more work needed on threads cleanup han...
ptitSeb
2023-10-17
1
-3
/
+2
*
Rollback to previous way of handling tls key destructors
ptitSeb
2023-10-16
1
-44
/
+28
*
Various changes on pthread cancel and tls destructor, should be easier to mai...
ptitSeb
2023-10-13
1
-119
/
+101
*
And this one can be const too
ptitSeb
2023-10-13
1
-1
/
+1
*
[ARM64] Fixed a SIGBUS handling for VSTR128 not detected correctly
ptitSeb
2023-10-10
1
-1
/
+1
*
[ARM64] Fix SIGBUS workaround for STUR
ptitSeb
2023-10-09
1
-2
/
+2
*
Another small improvment for signal when running unreadable memory
ptitSeb
2023-10-08
1
-1
/
+15
*
Improved a bit running unreadable memory
ptitSeb
2023-10-08
1
-2
/
+3
*
[ARM64] More handling of unaligned access
ptitSeb
2023-10-08
1
-7
/
+85
*
[ARM64] Some handling of unaligned write to device memory
ptitSeb
2023-10-08
1
-0
/
+32
*
Cosmetic change
ptitSeb
2023-10-01
1
-2
/
+2
*
[DYNAREC] Changed lock mecanism for memory protection
ptitSeb
2023-10-01
1
-0
/
+1
*
[ANDROID] And again another attempt to fix the build
ptitSeb
2023-09-02
2
-0
/
+16
*
[ANDROID] More change to android/dynarec build
ptitSeb
2023-09-02
1
-0
/
+4
*
[ANDROID] Try to create an Android build, porting box86 Android build
ptitSeb
2023-09-02
2
-0
/
+13
*
[DYNAREC] Do not use dynarec in signal handling unless CUSTOM_MALLOC for Dyna...
ptitSeb
2023-08-27
1
-0
/
+5
*
Improved jmpbuff handling a bit
ptitSeb
2023-08-13
1
-7
/
+7
*
[DYNAREC] Added more info when FillBlock generate a segfault
ptitSeb
2023-07-23
1
-0
/
+1
*
Better handling of int 29/2C/2d with wine ([ARM64_DYNAREC] too)
ptitSeb
2023-07-22
1
-4
/
+29
[next]