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
/
LLVMprivateGenerator
/
main.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-07-03
Reworked TLS to limit resizing, as it tends to break Unity3D games
ptitSeb
4
-33
/
+68
2022-07-03
Show some value around RSP when a Signal is dumped
ptitSeb
1
-0
/
+4
2022-07-02
[DYNAREC] Fixed an issue with unwinding x86 address from signal
ptitSeb
1
-1
/
+2
2022-07-01
Added syscall 231 (for #333)
ptitSeb
1
-0
/
+1
2022-07-01
Align address when call mprotect
wannacu
1
-2
/
+3
2022-06-30
Fixed a regression preventing wine-preloader to work correctly
ptitSeb
1
-1
/
+1
2022-06-30
Added syscall 270 (for #333)
ptitSeb
1
-0
/
+1
2022-06-30
Added syscall 27 (for #333)
ptitSeb
1
-0
/
+1
2022-06-30
Enable 64k page size eg Ampere A1.
Martin Reed
2
-1
/
+9
2022-06-29
Added one libssl wrapped functions (for #331)
ptitSeb
1
-1
/
+1
2022-06-29
Added 2 libssl wrapped functions (for #331)
ptitSeb
1
-2
/
+2
2022-06-28
Fixed printf_log for __cx_pure_virtual function
ptitSeb
1
-1
/
+1
2022-06-28
Added one libssl wrapped functions with reverse callback (for #331)
ptitSeb
4
-1
/
+21
2022-06-28
Added one more libssl wrapped functions (for #331)
ptitSeb
1
-1
/
+1
2022-06-28
Added one libssl wrapped functions (for #331)
ptitSeb
1
-0
/
+1
2022-06-28
Added one libcrypto wrapped functions (for #331)
ptitSeb
1
-1
/
+1
2022-06-28
Added one libssl wrapped functions (for #331)
ptitSeb
4
-0
/
+6
2022-06-28
Added a few more libssl wrapped functions (for #331)
ptitSeb
1
-0
/
+3
2022-06-26
Fixed some potential issue for eroneous execv call (fixes some infinite loopi...
ptitSeb
1
-2
/
+2
2022-06-26
Removed blockempty call in freeProtection, as the call is slow, at the expans...
ptitSeb
1
-5
/
+10
2022-06-26
Also changed the other wrapped __Xstat(64) function to accept a NULL buffer
ptitSeb
1
-11
/
+15
2022-06-26
Fixed wrapped __xtsat call with NULL buffer (helps Surviving Mars)
ptitSeb
1
-2
/
+3
2022-06-26
Improved a bit HotPage handling (might help Terraria and RimWorld, maybe other)
ptitSeb
1
-3
/
+37
2022-06-26
Added one more FAudio wrapped function (for Terraria)
ptitSeb
1
-1
/
+1
2022-06-26
Added SDL_LoadFile wrapped function (helps Terraria)
ptitSeb
1
-0
/
+1
2022-06-25
Added a couple of wrapped function to libssl and libcrypto (for #330)
ptitSeb
2
-1
/
+2
2022-06-25
[DYNAREC] Remove assert, the test is not relevent anymore
ptitSeb
1
-1
/
+0
2022-06-25
[DYNAREC] Fixed an issue with fillPredecessor that would undersize the predec...
ptitSeb
1
-3
/
+3
2022-06-25
[DYNAREC] Added CPU Dump on Signal to help debugging (only if signal inside a...
ptitSeb
1
-0
/
+10
2022-06-25
[DYNAREC] Fixed a typo when turning off Dynarec
ptitSeb
1
-1
/
+1
2022-06-25
[DYNAREC] Added BRK emitter, to help debugging
ptitSeb
1
-0
/
+4
2022-06-21
Rollback the signal/return address change limit
ptitSeb
1
-8
/
+5
2022-06-19
[DYNAREC] Fixed some complex x87 opcode, like FSINCOS (fixed bad camera in Un...
ptitSeb
1
-1
/
+14
2022-06-19
Various small debugging improvments
ptitSeb
5
-20
/
+26
2022-06-19
Do not prefer emulated on 32bits pressure vessels for now (helps winegstreame...
ptitSeb
1
-1
/
+1
2022-06-19
Change process name (hidding box64, helps mesa find the correct hack for some...
ptitSeb
1
-0
/
+23
2022-06-19
Update main.c
Jai A P
1
-1
/
+1
2022-06-19
Better handling of LD_PRELOAD libraries
ptitSeb
1
-3
/
+4
2022-06-11
More work on libfuse (some AppImage now runs)
ptitSeb
6
-68
/
+372
2022-06-11
[DYNAREC] added 67 8B opcode
ptitSeb
1
-0
/
+12
2022-06-11
Added 67 83 opcode ([DYNAREC] too) (for #323)
ptitSeb
2
-0
/
+125
2022-06-11
[DYNAREC] Fixed (or least avoid SIGILL) for DD /1 opcode
ptitSeb
1
-0
/
+5
2022-06-11
Fixed a potential crash with previous commit
ptitSeb
1
-1
/
+1
2022-06-11
Added support to load different libs with same name from different folders (f...
ptitSeb
1
-4
/
+9
2022-06-11
Added 67 C7 opcode ([DYNAREC] too) (for #323)
ptitSeb
2
-1
/
+29
2022-06-11
Added __cxa_pure_virtual wrapped function (for #299)
ptitSeb
4
-0
/
+11
2022-06-11
Added wrapped __wprintf_chk and wprintf (for #311)
ptitSeb
6
-2
/
+24
2022-06-08
Fix typos and arch type string
Pierce Andjelkovic
2
-5
/
+5
2022-06-06
Fixed some issue with TLS data not beeing updated correctly after ElfInit (fi...
ptitSeb
3
-14
/
+23
2022-06-06
Added one more GL extension
ptitSeb
4
-0
/
+11
[next]