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
/
include
/
box64context.h
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Reworked TLS to limit resizing, as it tends to break Unity3D games
ptitSeb
2022-07-03
1
-2
/
+4
|
*
Some refactor on wrapped lib handling, to limit calloc/free used and get ↵
ptitSeb
2022-05-09
1
-8
/
+0
|
|
|
|
more straight forward usage of native wrapped functions (ported from box86)
*
Various changes and improvement centered around steam (but still not good ↵
ptitSeb
2022-03-04
1
-0
/
+2
|
|
|
|
enough)
*
More work on readlinkat and clone syscall
ptitSeb
2022-03-01
1
-0
/
+2
|
*
Wrapped Vulkan libraries
ptitSeb
2021-11-21
1
-0
/
+4
|
*
Add some support vor VSyscall
ptitSeb
2021-09-02
1
-0
/
+1
|
*
Use box86 to launch x86 binary (if box86 is present in same folder as box64)
ptitSeb
2021-07-12
1
-0
/
+1
|
*
Removed mutex per bridge and use a global one (remove chance of freeze on fork)
ptitSeb
2021-07-05
1
-0
/
+1
|
*
Added suport for arch_prctl syscall, and GL segment handling ([DYNAREC] too)
ptitSeb
2021-06-07
1
-1
/
+1
|
*
Fixed some wrapped functions, upgraded the python script
rajdakin
2021-06-04
1
-0
/
+1
|
*
Reworked elfloader, handle versionned symbols now
ptitSeb
2021-05-29
1
-0
/
+2
|
*
First pass
rajdakin
2021-04-14
1
-3
/
+3
|
*
Merge pull request #6 from rajdakin/generalImprovements
ptitSeb
2021-04-11
1
-4
/
+0
|
\
|
|
|
|
General improvements to box64 and fixed some SDL2 functions
|
*
General improvements to box64 and fixed some SDL2 functions
rajdakin
2021-04-11
1
-4
/
+0
|
|
*
|
Improvement in internal mutex handling on signal, and [DYNAREC] multitasking ↵
ptitSeb
2021-04-11
1
-0
/
+5
|
/
|
|
|
changes to the JmpTable
*
Fixed the libraries free ordering
rajdakin
2021-04-09
1
-0
/
+2
|
*
Changed missed unwanted "box86"
rajdakin
2021-04-09
1
-3
/
+3
|
*
[DYNAREC] Added Basic blocks for dynarec
ptitSeb
2021-03-14
1
-0
/
+2
|
*
Some work on TLS (not sure it's a good idea to separate 64 FS: prefix there)
ptitSeb
2021-03-06
1
-1
/
+1
|
*
Add symbols from main elf to maplib
ptitSeb
2021-03-03
1
-1
/
+1
|
*
More infrastructure added to elf and x64 emu
ptitSeb
2021-03-03
1
-2
/
+90
|
*
Added bridge handling
ptitSeb
2021-03-02
1
-0
/
+7
|
*
More preparation on main x64emu_t structure
ptitSeb
2021-03-02
1
-2
/
+2
|
*
Added basic thread infrastructure
ptitSeb
2021-03-02
1
-0
/
+5
|
*
Added Zydis lib support for Trace enabled build
ptitSeb
2021-03-02
1
-2
/
+4
|
*
Initializing x64emu structure
ptitSeb
2021-03-02
1
-1
/
+4
|
*
Added some x86_64 regs and emu infrastructure
ptitSeb
2021-03-02
1
-0
/
+7
|
*
Added main elf to context
ptitSeb
2021-03-01
1
-0
/
+7
|
*
Read elf header of launched executable
ptitSeb
2021-03-01
1
-0
/
+6
|
*
Added some minimal set of source (now box64 compile and say hello at least)
ptitSeb
2021-02-28
1
-0
/
+74