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
*
Change process name (hidding box64, helps mesa find the correct hack for some...
ptitSeb
2022-06-19
1
-0
/
+23
*
Update main.c
Jai A P
2022-06-19
1
-1
/
+1
*
Better handling of LD_PRELOAD libraries
ptitSeb
2022-06-19
1
-3
/
+4
*
More work on libfuse (some AppImage now runs)
ptitSeb
2022-06-11
6
-68
/
+372
*
[DYNAREC] added 67 8B opcode
ptitSeb
2022-06-11
1
-0
/
+12
*
Added 67 83 opcode ([DYNAREC] too) (for #323)
ptitSeb
2022-06-11
2
-0
/
+125
*
[DYNAREC] Fixed (or least avoid SIGILL) for DD /1 opcode
ptitSeb
2022-06-11
1
-0
/
+5
*
Fixed a potential crash with previous commit
ptitSeb
2022-06-11
1
-1
/
+1
*
Added support to load different libs with same name from different folders (f...
ptitSeb
2022-06-11
1
-4
/
+9
*
Added 67 C7 opcode ([DYNAREC] too) (for #323)
ptitSeb
2022-06-11
2
-1
/
+29
*
Added __cxa_pure_virtual wrapped function (for #299)
ptitSeb
2022-06-11
4
-0
/
+11
*
Added wrapped __wprintf_chk and wprintf (for #311)
ptitSeb
2022-06-11
6
-2
/
+24
*
Fixed some issue with TLS data not beeing updated correctly after ElfInit (fi...
ptitSeb
2022-06-06
3
-14
/
+23
*
Added one more GL extension
ptitSeb
2022-06-06
4
-0
/
+11
*
Fixed an issue with GetNoSelfSymbolStartEnd function that would find in self...
ptitSeb
2022-06-05
1
-10
/
+11
*
Added syscall 317
ptitSeb
2022-06-05
1
-0
/
+1
*
Added some GLES wrapped functions
ptitSeb
2022-06-05
1
-1
/
+9
*
Added 1 more wrapped function to libfontconfig
ptitSeb
2022-06-05
1
-1
/
+1
*
Added some failsafe on unwind
ptitSeb
2022-06-05
3
-2
/
+6
*
Added preliminary support for wrapped libEGL
ptitSeb
2022-06-05
11
-1
/
+271
*
Fixed a regression with last dynarec refactor (for #318)
ptitSeb
2022-06-05
1
-0
/
+2
*
Run elf init if __libc_start_main init param is NULL (for #315)
ptitSeb
2022-05-30
1
-0
/
+2
*
Better version of F2/F3 0F 1E opcode
ptitSeb
2022-05-30
2
-5
/
+10
*
More work on FAudio (Salt And Sanctuary seems to work fine now)
ptitSeb
2022-05-28
5
-63
/
+140
*
[DYNAREC] Fixed a rare case of crash when crrent block is invalid
ptitSeb
2022-05-28
1
-1
/
+1
*
[DYNAREC] Fixed regression on 66 C1 /7 opcode
ptitSeb
2022-05-28
1
-1
/
+1
*
[DYNAREC] Various small fixes and improvments to a few opcodes
ptitSeb
2022-05-26
5
-52
/
+47
*
[DYNAREC] Fix an issue with LOCK ADD Ew, Iw opcode
ptitSeb
2022-05-26
1
-3
/
+3
*
Added XGetTextProperty wrapped function
ptitSeb
2022-05-26
1
-1
/
+1
*
Fixed XRenderComposite wrapped function signature
ptitSeb
2022-05-26
4
-2
/
+11
*
Added wrapped fstat64 (for #309)
ptitSeb
2022-05-21
4
-0
/
+4
*
Fixed the workaround for gog installer on PI & RK3399 SBC beeing slow to start
ptitSeb
2022-05-21
1
-1
/
+1
*
Fixed wrapped lib dependancies not loading
ptitSeb
2022-05-10
1
-1
/
+1
*
Small change to avoid wlib_t declaration in wrappedlibs.h (from box86)
ptitSeb
2022-05-09
40
-44
/
+45
*
Some refactor on wrapped lib handling, to limit calloc/free used and get more...
ptitSeb
2022-05-09
94
-3433
/
+503
*
Small fixes to the symbol name to avoid overriding by libs
ptitSeb
2022-05-09
1
-2
/
+2
*
Added and fixed opcodes 66 0F 38 38..3F ([DYNAREC] too) (for #299)
ptitSeb
2022-05-03
2
-3
/
+83
*
Removed some debug leftover
ptitSeb
2022-05-01
1
-3
/
+3
*
Fixed fstat, fstatat and lstat wrapper signature (for #295)
ptitSeb
2022-05-01
4
-3
/
+7
*
Added fake libunwind wrapping
ptitSeb
2022-04-30
8
-0
/
+102
*
Added a few wrapped functions to libc
ptitSeb
2022-04-30
4
-0
/
+22
*
Added wrapped stat (for #293)
ptitSeb
2022-04-27
3
-0
/
+3
*
Added some libfuse wrapping (AppImage is not working yet)
ptitSeb
2022-04-26
3
-12
/
+12
*
[DYNAREC] Fixed some issue with XMM cache and Native calls (fixed Zoom title ...
ptitSeb
2022-04-25
1
-8
/
+8
*
Small fixes for a few sse opcodes
ptitSeb
2022-04-25
3
-11
/
+11
*
[DYNAREC] A small optim of FCOMI macro when OF, AF or SF are needed
ptitSeb
2022-04-25
1
-11
/
+12
*
Improved BOX64_LOAD_ADDR env. var. to help having reproducible runs
ptitSeb
2022-04-24
3
-9
/
+19
*
Improved initial stack build
ptitSeb
2022-04-24
2
-3
/
+7
*
Fixed a potential issue with stack overwritten on sigaction call
ptitSeb
2022-04-24
1
-1
/
+1
*
[DYNAREC] Ignore 26 Prefix (for #290)
ptitSeb
2022-04-23
1
-2
/
+2
[next]