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
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Improvement in internal mutex handling on signal, and [DYNAREC] multitasking ↵
ptitSeb
2021-04-11
3
-0
/
+12
|
|
|
|
changes to the JmpTable
*
Fixed the libraries free ordering
rajdakin
2021-04-09
3
-4
/
+6
|
*
Changed missed unwanted "box86"
rajdakin
2021-04-09
3
-6
/
+6
|
*
[TRACE] Added a new trace option
rajdakin
2021-04-07
1
-5
/
+8
|
*
Added RK3326 definitions.
krishenriksen
2021-04-07
1
-1
/
+1
|
*
More work on mmap and the MAP_32BIT flag
ptitSeb
2021-04-04
1
-3
/
+6
|
*
More work around stack alignement and frame pointer
ptitSeb
2021-04-03
1
-0
/
+1
|
*
Added wrapped swscanf
ptitSeb
2021-04-02
1
-0
/
+1
|
*
Implemented a workaround for mmap64 with MAP_32BIT flag
ptitSeb
2021-04-02
1
-0
/
+3
|
*
Added more libc and pthreads wrapped functions
ptitSeb
2021-03-28
1
-0
/
+18
|
*
[DYNAREC] Improved Dynablock construction, stopping when overlaping block is ↵
ptitSeb
2021-03-28
1
-0
/
+1
|
|
|
|
detected
*
Added wrapped libfontconfig and libfreetype, plus some elfloader/tls bugfix
ptitSeb
2021-03-25
1
-1
/
+1
|
*
Fixed to ElfLoader and TLS, Syscall, mmap & co functions signature and a few ↵
ptitSeb
2021-03-25
1
-0
/
+3
|
|
|
|
libc wrapped functions
*
Improved shutdown sequence
ptitSeb
2021-03-25
2
-2
/
+2
|
*
[DYNAREC] Added 0F BE/BF ocpodes, and fixed LDRSB emitter
ptitSeb
2021-03-22
1
-1
/
+1
|
*
[DYNAREC] Various bugfixes (and now the 4 tests games works again)
ptitSeb
2021-03-20
1
-0
/
+1
|
*
[DYNAREC] Added D3 opcodes, and fixed sl32/shl32c/shr32/shr32c emitter
ptitSeb
2021-03-20
1
-9
/
+9
|
*
Excplicit handling of bit size for defered flags
ptitSeb
2021-03-17
1
-1
/
+2
|
*
[DYNAREC] Added 70..7F opcodes (and fixed ORR/AND bitmask coding/decoding, ↵
ptitSeb
2021-03-16
1
-1
/
+2
|
|
|
|
that's some convoluted encoding here)
*
[DYNAREC] Beggining of emitter and dynarec infrastructure (untested yet)
ptitSeb
2021-03-15
1
-2
/
+10
|
*
[DYNAREC] Added Basic blocks for dynarec
ptitSeb
2021-03-14
5
-4
/
+53
|
*
Added custom memory handling
ptitSeb
2021-03-13
1
-27
/
+27
|
*
Added many wrapped function, and fixed a few one too
ptitSeb
2021-03-13
1
-0
/
+1
|
*
Better functions name resolving when using TRACE, and fixed some printf ↵
ptitSeb
2021-03-10
1
-2
/
+9
|
|
|
|
stuff again
*
Alignement of struct stat / stat64
ptitSeb
2021-03-09
1
-0
/
+2
|
*
Switched emu flags to 64bits
ptitSeb
2021-03-08
1
-1
/
+2
|
*
Fixed va_list conversion for aarch64
ptitSeb
2021-03-08
1
-5
/
+5
|
*
Attempts at conversion of va_list
ptitSeb
2021-03-08
1
-2
/
+33
|
*
Added wrapped libSDL1.2, libSDL2.0, libGL, libGLU and libopenal
ptitSeb
2021-03-07
2
-0
/
+52
|
*
Reworked FPU/MMX regs, added Context and Signal handling (and test13 works)
ptitSeb
2021-03-07
2
-14
/
+44
|
*
Some work on TLS (not sure it's a good idea to separate 64 FS: prefix there)
ptitSeb
2021-03-06
2
-2
/
+2
|
*
Added 0F A2 cpuid opcode
ptitSeb
2021-03-06
2
-0
/
+102
|
*
Somes fixes to float/double/long double handling in va_list
ptitSeb
2021-03-05
1
-0
/
+1
|
*
Fixed va_list handling on aarch64
ptitSeb
2021-03-05
1
-3
/
+3
|
*
A bit more work on va_list handling
ptitSeb
2021-03-05
1
-3
/
+22
|
*
Added printf wrapped function and some VA_ARG work
ptitSeb
2021-03-05
1
-0
/
+43
|
*
Preparing defered flags handling
ptitSeb
2021-03-04
1
-4
/
+25
|
*
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
10
-44
/
+273
|
*
Added bridge handling
ptitSeb
2021-03-02
2
-0
/
+32
|
*
More preparation on main x64emu_t structure
ptitSeb
2021-03-02
1
-2
/
+2
|
*
Added basic thread infrastructure
ptitSeb
2021-03-02
2
-0
/
+28
|
*
Added Zydis lib support for Trace enabled build
ptitSeb
2021-03-02
2
-2
/
+21
|
*
More x64emu preparation
ptitSeb
2021-03-02
1
-6
/
+8
|
*
Initializing x64emu structure
ptitSeb
2021-03-02
2
-6
/
+9
|
*
Added some x86_64 regs and emu infrastructure
ptitSeb
2021-03-02
4
-0
/
+374
|
*
Preparing auxval handling
ptitSeb
2021-03-02
1
-0
/
+13
|
*
More elf loader and parsing and stack preparing
ptitSeb
2021-03-02
2
-2
/
+19
|
*
Detecting tcmalloc now
ptitSeb
2021-03-02
1
-1
/
+1
|
*
Load elf in memory
ptitSeb
2021-03-01
1
-2
/
+2
|
[next]