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
...
*
Use box86 to launch x86 binary (if box86 is present in same folder as box64)
ptitSeb
2021-07-12
2
-0
/
+2
|
*
Handling of flag RTLD_NOW in dlopen
ptitSeb
2021-07-12
3
-5
/
+5
|
*
Splitted mmx and x87 register (from box86)
ptitSeb
2021-07-11
1
-3
/
+3
|
*
Removed mutex per bridge and use a global one (remove chance of freeze on fork)
ptitSeb
2021-07-05
1
-0
/
+1
|
*
[DYNAREC] Improved the fast native call path
ptitSeb
2021-07-02
1
-0
/
+1
|
*
Improved low memory pre-allocation and added 47bits pre-allocation for Wine64
ptitSeb
2021-07-01
2
-0
/
+4
|
*
Added getauxval wrapped function
ptitSeb
2021-06-25
1
-1
/
+1
|
*
[DYNAREC] Try to free dynablocks when no longer used
ptitSeb
2021-06-19
1
-1
/
+2
|
*
Change the way locked mutex are detected (taken from box86)
ptitSeb
2021-06-14
1
-2
/
+2
|
*
Added suport for arch_prctl syscall, and GL segment handling ([DYNAREC] too)
ptitSeb
2021-06-07
2
-1
/
+3
|
*
Improvment to a few libc wrapped functions
ptitSeb
2021-06-06
1
-0
/
+3
|
*
Added a few more wrapped function and improved getopt handling
ptitSeb
2021-06-05
1
-0
/
+3
|
*
Fixed some wrapped functions, upgraded the python script
rajdakin
2021-06-04
1
-0
/
+1
|
*
Added a wrokaround for libtinfo global variables
ptitSeb
2021-06-03
1
-0
/
+14
|
*
Reworked elfloader, handle versionned symbols now
ptitSeb
2021-05-29
8
-21
/
+60
|
*
Splited Elf Dump from LOG handling
ptitSeb
2021-05-28
1
-1
/
+5
|
*
Aligned struct epoll
ptitSeb
2021-04-26
1
-0
/
+3
|
*
Fixed nexttoward(f) wrapped functions, and improved long double handling
ptitSeb
2021-04-17
1
-0
/
+1
|
*
Second pass
rajdakin
2021-04-14
2
-10
/
+9
|
*
First pass
rajdakin
2021-04-14
5
-14
/
+12
|
*
Merge pull request #6 from rajdakin/generalImprovements
ptitSeb
2021-04-11
2
-8
/
+4
|
\
|
|
|
|
General improvements to box64 and fixed some SDL2 functions
|
*
General improvements to box64 and fixed some SDL2 functions
rajdakin
2021-04-11
2
-8
/
+4
|
|
*
|
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
|
[prev]
[next]