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
*
Added 2 more wrapped function to libm (help Surviving Mars)
ptitSeb
2022-07-14
4
-2
/
+8
*
Added a bunch of vulkan functions wrappers
ptitSeb
2022-07-14
6
-1
/
+447
*
Changed a bit how wrapped libc clone works
ptitSeb
2022-07-14
1
-8
/
+4
*
Use a bigger TLSData by default with forcing emulated gtk
ptitSeb
2022-07-14
1
-1
/
+2
*
Added a couple of wrapped freetype functions (for Hacknet)
ptitSeb
2022-07-14
4
-7
/
+117
*
A few more fontconfig and freetype wrapped functions
ptitSeb
2022-07-14
5
-4
/
+41
*
Don't prefer emulated libs for 64bits process on pressure_vessel for now (lik...
ptitSeb
2022-07-14
1
-1
/
+1
*
Fixed BOX86_ENVx handling (for #347)
ptitSeb
2022-07-14
1
-1
/
+1
*
Added __fwprintf_chk wrapped function (for KSP)
ptitSeb
2022-07-11
4
-3
/
+9
*
Added a workaround for missing __gxx_personality_v0 function (for #349)
ptitSeb
2022-07-11
1
-3
/
+7
*
Added __wcsncat_chk wrapped function
ptitSeb
2022-07-11
1
-1
/
+1
*
Added a few NV vulkan extensions (for #348)
ptitSeb
2022-07-11
1
-1
/
+18
*
Added BOX64_ENV to create env. var. at load time (for #347)
ptitSeb
2022-07-11
1
-0
/
+35
*
Double the min size of TLS data to 8k (help Keep Talking and Nobody Explode, ...
ptitSeb
2022-07-10
1
-1
/
+2
*
[DYNAREC] More color for DYNAREC_DUMP=2
ptitSeb
2022-07-10
1
-4
/
+4
*
More previous bytes on Unimplemented Opcode message
ptitSeb
2022-07-10
1
-2
/
+3
*
Small change in one of dlsym_error log
ptitSeb
2022-07-10
1
-1
/
+1
*
Added one more wrapped function to vulkan
ptitSeb
2022-07-09
1
-0
/
+1
*
Added more gstreamer wrapped functions
ptitSeb
2022-07-09
7
-38
/
+72
*
Added (empty) wrapped libgcrypt.so.20
ptitSeb
2022-07-09
7
-0
/
+273
*
Fixed potential issue with new loaded lib comparison
ptitSeb
2022-07-09
1
-1
/
+1
*
Changed various log level for libdl file open error
ptitSeb
2022-07-09
6
-142
/
+65
*
[DYNAREC] Fixed some x87 issues (fixing issues with ut2004)
ptitSeb
2022-07-09
1
-5
/
+5
*
Various improvement and some workaround to support musl binary (for #324)
ptitSeb
2022-07-09
22
-49
/
+301
*
Restored workaround for Linux GOG installer on SBCs
ptitSeb
2022-07-07
1
-7
/
+7
*
Added __wcscat_chk wrapped function (for #343)
ptitSeb
2022-07-04
1
-1
/
+1
*
Fixed 64 F2 0F 10 and 64 66 0F 2E opcodes (for #298)
ptitSeb
2022-07-04
2
-26
/
+24
*
Fixed a warning
ptitSeb
2022-07-04
1
-1
/
+1
*
Added a workaround if pthread_cond_clockwait is not supported (for #342)
ptitSeb
2022-07-04
1
-1
/
+6
*
Added a workaround if pthread_cond_clockwait is not supported (for #342)
ptitSeb
2022-07-04
1
-0
/
+3
*
[DYNAREC] Disable 64 66 0F 2E opcode, something is wrong and it SIGILL (for #...
ptitSeb
2022-07-03
2
-4
/
+4
*
Added bit29 of EDX for CPUID 0x80000001 leaf (for Xonotic v0.8.5)
ptitSeb
2022-07-03
1
-1
/
+1
*
Added 66 F0 0F C1 opcode ([DYNAREC] too) (for FRAMED Collection on Steam)
ptitSeb
2022-07-03
2
-0
/
+79
*
Added support for R_X86_64_IRELATIVE reloc, along with a test for it (for #303)
ptitSeb
2022-07-03
1
-0
/
+8
*
Added wrapped pthread_cond_clockwait (for #303)
ptitSeb
2022-07-03
4
-0
/
+10
*
Added 64 66 0F 2E/2F ocodes ([DYNAREC] too) (for #298)
ptitSeb
2022-07-03
3
-4
/
+51
*
[DYNAREC] Added most 67 00-3C opcodes
ptitSeb
2022-07-03
2
-1
/
+438
*
Added 67 38-3D opcodes (for #323)
ptitSeb
2022-07-03
1
-0
/
+39
*
Added syscall 324 (for #327)
ptitSeb
2022-07-03
1
-0
/
+1
*
Fixed a warning
ptitSeb
2022-07-03
1
-1
/
+1
*
Merge pull request #294 from stiltr/misc-fixes
ptitSeb
2022-07-03
2
-5
/
+5
|
\
|
*
Merge branch 'main' into misc-fixes
Trevor Stiles
2022-05-01
14
-3
/
+131
|
|
\
|
*
|
Add wrapped functions needed for 'ls -l'.
Trevor Stiles
2022-04-28
2
-5
/
+5
*
|
|
[DYNAREC] Add a mecanism to remember fixed address accessed with LOCK, so MOV...
ptitSeb
2022-07-03
21
-267
/
+335
*
|
|
Reworked TLS to limit resizing, as it tends to break Unity3D games
ptitSeb
2022-07-03
4
-33
/
+68
*
|
|
Show some value around RSP when a Signal is dumped
ptitSeb
2022-07-03
1
-0
/
+4
*
|
|
[DYNAREC] Fixed an issue with unwinding x86 address from signal
ptitSeb
2022-07-02
1
-1
/
+2
*
|
|
Added syscall 231 (for #333)
ptitSeb
2022-07-01
1
-0
/
+1
*
|
|
Align address when call mprotect
wannacu
2022-07-01
1
-2
/
+3
*
|
|
Fixed a regression preventing wine-preloader to work correctly
ptitSeb
2022-06-30
1
-1
/
+1
[next]