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
/
main.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DYNAREC] Added detection of available CPU Extensions
ptitSeb
2021-08-28
1
-0
/
+48
*
Fixed minor issues
rajdakin
2021-07-31
1
-3
/
+6
*
Make library loaded with absolute path not wrapped (unless BOX64_PREFER_WRAPP...
ptitSeb
2021-07-14
1
-2
/
+9
*
Fixed and improved handling of segments and Call Far and signal (helps Wine64)
ptitSeb
2021-07-13
1
-1
/
+1
*
Fix memory issue when launching box86 from box64 main
ptitSeb
2021-07-12
1
-3
/
+5
*
Use box86 to launch x86 binary (if box86 is present in same folder as box64)
ptitSeb
2021-07-12
1
-3
/
+22
*
Handling of flag RTLD_NOW in dlopen
ptitSeb
2021-07-12
1
-4
/
+4
*
Fixed BOX64_JITGDB=2 that wasn't working
ptitSeb
2021-07-08
1
-1
/
+1
*
Added another name for wine64
ptitSeb
2021-07-03
1
-1
/
+3
*
Improved low memory pre-allocation and added 47bits pre-allocation for Wine64
ptitSeb
2021-07-01
1
-4
/
+13
*
Improved steam detection and added steam-runtime-check-requirements workaround
ptitSeb
2021-06-15
1
-3
/
+3
*
Don't launch gdb if Trace is redirected to a file (avoid empty trace when mon...
ptitSeb
2021-06-14
1
-0
/
+2
*
Added an option to use stderr for logs
ptitSeb
2021-06-04
1
-8
/
+12
*
Fixed BOX64_DYNAREC_DUMP=2 env. var.
ptitSeb
2021-05-30
1
-1
/
+1
*
Reworked elfloader, handle versionned symbols now
ptitSeb
2021-05-29
1
-11
/
+9
*
Splited Elf Dump from LOG handling
ptitSeb
2021-05-28
1
-25
/
+43
*
Oops-es
rajdakin
2021-04-14
1
-2
/
+2
*
Second pass
rajdakin
2021-04-14
1
-1
/
+0
*
First pass
rajdakin
2021-04-14
1
-27
/
+27
*
Remove TokiTori2+ patch code, game is 32bits only
ptitSeb
2021-04-13
1
-7
/
+0
*
General improvements to box64 and fixed some SDL2 functions
rajdakin
2021-04-11
1
-2
/
+2
*
Fixed the libraries free ordering
rajdakin
2021-04-09
1
-5
/
+5
*
Changed missed unwanted "box86"
rajdakin
2021-04-09
1
-1
/
+1
*
[TRACE] Added a new trace option
rajdakin
2021-04-07
1
-3
/
+14
*
Added RK3326 definitions.
krishenriksen
2021-04-07
1
-1
/
+1
*
Cleanup trace_func if still present at exit
ptitSeb
2021-04-05
1
-0
/
+5
*
Fixed _start preparation
ptitSeb
2021-04-05
1
-6
/
+3
*
More work around stack alignement and frame pointer
ptitSeb
2021-04-03
1
-1
/
+2
*
Added libs64 as default LD_LIBRARY_PATH
ptitSeb
2021-04-01
1
-1
/
+1
*
Added 'bin64' to the folder were to look for libs
ptitSeb
2021-03-30
1
-1
/
+1
*
[DYNAREC] disable dynarec when all fini function of loaded libs are done
ptitSeb
2021-03-30
1
-0
/
+4
*
Small change in start en end of emulated software
ptitSeb
2021-03-29
1
-1
/
+2
*
Improved shutdown sequence
ptitSeb
2021-03-25
1
-0
/
+46
*
[DYNAREC] Added CC 'Native call' and 0F 1F NOP opcodes
ptitSeb
2021-03-18
1
-1
/
+2
*
[DYNAREC] Added Basic blocks for dynarec
ptitSeb
2021-03-14
1
-2
/
+85
*
Default log level to INFO for now
ptitSeb
2021-03-07
1
-2
/
+2
*
Fixed some integrated help typo and copypasta
ptitSeb
2021-03-07
1
-12
/
+7
*
Some work on TLS (not sure it's a good idea to separate 64 FS: prefix there)
ptitSeb
2021-03-06
1
-1
/
+1
*
Fixed TRACE on Init with Symbol name
ptitSeb
2021-03-06
1
-1
/
+1
*
Added 0F 1F NOP opcode
ptitSeb
2021-03-04
1
-3
/
+7
*
Not sure yet on what registers are expected thoses variables
ptitSeb
2021-03-04
1
-2
/
+2
*
Fixed trace and prepare rex decoding
ptitSeb
2021-03-03
1
-1
/
+13
*
Ready to emulate main elf
ptitSeb
2021-03-03
1
-2
/
+17
*
Do ElfPlt on main elf
ptitSeb
2021-03-03
1
-0
/
+4
*
Added some X86_64 RelocA and a few wrapped function (wrapper still not correc...
ptitSeb
2021-03-03
1
-0
/
+7
*
Added rt and pthread wrapped lib
ptitSeb
2021-03-03
1
-0
/
+6
*
Preload libs if needed
ptitSeb
2021-03-03
1
-0
/
+9
*
Add symbols from main elf to maplib
ptitSeb
2021-03-03
1
-10
/
+26
*
More preparation on main x64emu_t structure
ptitSeb
2021-03-02
1
-0
/
+6
*
Another batch of printf/scanf format errors
ptitSeb
2021-03-02
1
-7
/
+7
[next]