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
/
box64context.c
(
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
-1
/
+1
|
*
Improved initial stack build
ptitSeb
2022-04-24
1
-3
/
+3
|
*
Include pthread.h when used (should help #249)
ptitSeb
2022-03-05
1
-0
/
+1
|
*
More work on readlinkat and clone syscall
ptitSeb
2022-03-01
1
-0
/
+3
|
*
Small change on unload of box64
ptitSeb
2021-11-19
1
-7
/
+7
|
*
[DYNAREC] some fixes to alternate handling and vsyscall support
ptitSeb
2021-09-12
1
-3
/
+3
|
*
Add some support vor VSyscall
ptitSeb
2021-09-02
1
-1
/
+10
|
*
Removed mutex per bridge and use a global one (remove chance of freeze on fork)
ptitSeb
2021-07-05
1
-0
/
+4
|
*
Change the way locked mutex are detected (taken from box86)
ptitSeb
2021-06-14
1
-2
/
+1
|
*
Small adjustment to tls record
ptitSeb
2021-06-07
1
-1
/
+1
|
*
Some adjustements to elfloader needed libs loading
ptitSeb
2021-05-31
1
-0
/
+6
|
*
Reworked elfloader, handle versionned symbols now
ptitSeb
2021-05-29
1
-0
/
+2
|
*
Improvement in internal mutex handling on signal, and [DYNAREC] multitasking ↵
ptitSeb
2021-04-11
1
-10
/
+74
|
|
|
|
changes to the JmpTable
*
Fixed the libraries free ordering
rajdakin
2021-04-09
1
-0
/
+22
|
*
Better Stack handling (backported from box86)
ptitSeb
2021-03-28
1
-2
/
+0
|
*
Improved shutdown sequence
ptitSeb
2021-03-25
1
-5
/
+5
|
*
Better functions name resolving when using TRACE, and fixed some printf ↵
ptitSeb
2021-03-10
1
-2
/
+3
|
|
|
|
stuff again
*
Added wrapped libSDL1.2, libSDL2.0, libGL, libGLU and libopenal
ptitSeb
2021-03-07
1
-2
/
+2
|
*
Reworked FPU/MMX regs, added Context and Signal handling (and test13 works)
ptitSeb
2021-03-07
1
-2
/
+3
|
*
Some work on TLS (not sure it's a good idea to separate 64 FS: prefix there)
ptitSeb
2021-03-06
1
-2
/
+2
|
*
More infrastructure added to elf and x64 emu
ptitSeb
2021-03-03
1
-7
/
+61
|
*
Added bridge handling
ptitSeb
2021-03-02
1
-5
/
+8
|
*
Added basic thread infrastructure
ptitSeb
2021-03-02
1
-6
/
+13
|
*
Future custommem helper init'd and fini'd
ptitSeb
2021-03-01
1
-2
/
+3
|
*
Added main elf to context
ptitSeb
2021-03-01
1
-2
/
+3
|
*
Added some minimal set of source (now box64 compile and say hello at least)
ptitSeb
2021-02-28
1
-0
/
+200