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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reset Segment cache when changing TLS address
ptitSeb
2022-12-17
2
-0
/
+2
*
Check if symbol comes from a Lib already init'd, and init it if not
ptitSeb
2022-12-17
1
-26
/
+16
*
Added 1 gnutls wrapped function
ptitSeb
2022-12-17
1
-0
/
+1
*
More work on malloc override and tbbmalloc wrapping
ptitSeb
2022-12-17
12
-61
/
+345
*
Added more wrapped function to libgnutls (helps Wine)
ptitSeb
2022-12-14
2
-8
/
+38
*
Added 1 wrapped function to libgnutls (helps Wine)
ptitSeb
2022-12-13
1
-1
/
+1
*
[DYNAREC] Small refactoring to make things more readable
ptitSeb
2022-12-12
1
-1
/
+5
*
Use print_cycle_log here
ptitSeb
2022-12-12
1
-7
/
+1
*
[DYNAREC] Small fix on unwinding of the x64 address when a signal occurs just...
ptitSeb
2022-12-11
1
-6
/
+8
*
[TRACE] Small improvments to function call trace
ptitSeb
2022-12-11
1
-55
/
+57
*
[DYNAREC] Fixed F0 80 opcodes (helps #210, but is not enough)
ptitSeb
2022-12-11
1
-7
/
+7
*
[RCFILE] Fixed BOX64_NODYNAREC handling
ptitSeb
2022-12-11
1
-1
/
+2
*
Some small fixes for pagesize != 4096
ptitSeb
2022-12-08
3
-7
/
+7
*
Fixed wrapping of lzma_stream_decoder (for #360)
ptitSeb
2022-12-06
6
-1
/
+37
*
Added wrapped libxcb-xkb.so (helps #468)
ptitSeb
2022-12-06
9
-0
/
+584
*
Added wrapped libxcb-xinerama.so (helps #468)
ptitSeb
2022-12-06
7
-0
/
+87
*
Added wrapped libxcb-sync.so (helps #468)
ptitSeb
2022-12-06
9
-0
/
+158
*
Added wrapped libxcb-render.so (helps #468)
ptitSeb
2022-12-06
9
-0
/
+311
*
Added wrapped libxcb-render-util.so (helps #468)
ptitSeb
2022-12-06
7
-0
/
+77
*
Added wrapped (empty) libxcb-util.so (helps #468)
ptitSeb
2022-12-06
7
-0
/
+88
*
Added wrapped libxcb-icccm.so (helps #468)
ptitSeb
2022-12-06
9
-0
/
+149
*
Added some wrapped function to mostly xcb libs (for #468)
ptitSeb
2022-12-06
6
-10
/
+19
*
Added 1 more libX11 wrapped function (for #449)
ptitSeb
2022-12-06
1
-1
/
+1
*
[DYNAREC] Fixed 66 0F 5B opcode (fixed 3dSen)
ptitSeb
2022-12-04
1
-3
/
+2
*
Don't init main elf in PltReleader
ptitSeb
2022-12-04
1
-1
/
+1
*
Improved RunElfInitPltResolver function
ptitSeb
2022-12-04
1
-2
/
+6
*
Check if Symbol Elf is inited in PltResolver (helps #422 and #360)
ptitSeb
2022-12-04
1
-7
/
+55
*
[TRACE] Print function name from on push rbp, instead of function name here
ptitSeb
2022-12-04
1
-2
/
+1
*
Cosmetic change
ptitSeb
2022-12-04
1
-1
/
+1
*
[TRACE] Fixed BOX64_TRACE_INIT
ptitSeb
2022-12-04
1
-2
/
+5
*
[RCFILE] Fixed handling of BOX64_TRACE_FILE
ptitSeb
2022-12-04
1
-2
/
+2
*
[TRACE] Add stack top trace for endbr64 opcode
ptitSeb
2022-12-04
1
-0
/
+2
*
[DYNAREC] Added F0 F6 opcode
ptitSeb
2022-12-04
1
-0
/
+35
*
Added experimental (undocumented) BOX64_SSE_FLUSHTO0 env. var. (not sure it's...
ptitSeb
2022-12-04
12
-47
/
+113
*
Added wrapped libXpresent.so.1
ptitSeb
2022-12-04
10
-1
/
+79
*
Better rounding for some SSE opcodes (Help NuclearBlaze main menu, but doesn'...
ptitSeb
2022-12-03
3
-60
/
+15
*
Optimized __tls_get_addr wrapped function a bit
ptitSeb
2022-12-03
2
-3
/
+3
*
[RCFILE] Fixed String reading
ptitSeb
2022-12-03
1
-1
/
+1
*
Wrapped GstAllocator and GstObject structures
ptitSeb
2022-12-03
3
-3
/
+96
*
Use DynaCall instead of EmuCall for pthread_once callback (speedup some init ...
ptitSeb
2022-12-03
1
-1
/
+1
*
[DYNAREC] Reworked dynarec memory allocator, and a bit of protection tracking...
ptitSeb
2022-12-03
5
-97
/
+227
*
[DYNAREC] Protect memory even if MAP_FIXED_NOREPLACE flags was not respected
ptitSeb
2022-12-03
1
-2
/
+2
*
Fixed handing of BOX86_ROLLING_LOG in rcfile
ptitSeb
2022-12-02
1
-1
/
+9
*
[DYNAREC] Small changes on pagesize and hotpage
ptitSeb
2022-12-02
4
-8
/
+7
*
[DYNAREC] Added BOX64_DYNAREC_BLEEDING_EDGE to control detection of MonoBleed...
ptitSeb
2022-12-01
4
-4
/
+17
*
[DYNAREC] More control over HotPage handling with BOX64_DYNARC_HOTPAGE
ptitSeb
2022-12-01
6
-13
/
+29
*
Added yet another function in wrapped libpng16
ptitSeb
2022-12-01
1
-1
/
+1
*
Added another function in wrapped libpng16
ptitSeb
2022-11-30
1
-0
/
+2
*
Added 1 function in wrapped libpng16
ptitSeb
2022-11-30
1
-0
/
+1
*
[DYNAREC] Added BOX64_DYNAREC_CALLRET option, in rcfile too (faster handling ...
ptitSeb
2022-11-29
10
-15
/
+107
[next]