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
/
libtools
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Back ported simplified pthread_once callback handling from box86
ptitSeb
2021-03-24
1
-23
/
+19
*
[DYNAREC] Added 70..7F opcodes (and fixed ORR/AND bitmask coding/decoding, th...
ptitSeb
2021-03-16
1
-2
/
+2
*
[DYNAREC] Added Basic blocks for dynarec
ptitSeb
2021-03-14
2
-44
/
+67
*
Fixed a few minor leaks
ptitSeb
2021-03-13
2
-5
/
+19
*
Added many wrapped function, and fixed a few one too
ptitSeb
2021-03-13
1
-0
/
+93
*
Fixed pthread_attr_setstacksize to avoid setting too small stack on some plat...
ptitSeb
2021-03-12
1
-0
/
+8
*
Added alignment for 'long double' handling in '...'
ptitSeb
2021-03-11
1
-0
/
+4
*
Better functions name resolving when using TRACE, and fixed some printf stuff...
ptitSeb
2021-03-10
2
-2
/
+2
*
Alignement of struct stat / stat64
ptitSeb
2021-03-09
1
-0
/
+45
*
pthread_mutex_t is larger on ARM64 than on x86_64, that's unfortunate, but al...
ptitSeb
2021-03-09
1
-4
/
+0
*
Attempts at conversion of va_list
ptitSeb
2021-03-08
1
-0
/
+1
*
Added wrapped libSDL1.2, libSDL2.0, libGL, libGLU and libopenal
ptitSeb
2021-03-07
2
-0
/
+367
*
Some cosmetic refinement to signal handling
ptitSeb
2021-03-07
1
-5
/
+5
*
Small adjustment to cancel thread handling
ptitSeb
2021-03-07
1
-4
/
+4
*
Added longjmp and pthread_cancel handling (and test14 works)
ptitSeb
2021-03-07
1
-168
/
+135
*
Fixed ARM64 build
ptitSeb
2021-03-07
1
-1
/
+1
*
Reworked FPU/MMX regs, added Context and Signal handling (and test13 works)
ptitSeb
2021-03-07
1
-0
/
+1156
*
Fixed myalign handling for long double on ARM64
ptitSeb
2021-03-05
1
-1
/
+3
*
Somes fixes to float/double/long double handling in va_list
ptitSeb
2021-03-05
1
-3
/
+6
*
Added some phtread functions
ptitSeb
2021-03-05
1
-68
/
+70
*
Added printf wrapped function and some VA_ARG work
ptitSeb
2021-03-05
1
-0
/
+427
*
More infrastructure added to elf and x64 emu
ptitSeb
2021-03-03
1
-20
/
+20
*
Added basic thread infrastructure
ptitSeb
2021-03-02
1
-0
/
+808
*
Preparing auxval handling
ptitSeb
2021-03-02
1
-0
/
+59