about summary refs log tree commit diff stats
path: root/src/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [DYNAREC] Added detection of available CPU ExtensionsptitSeb2021-08-281-0/+48
* Fixed minor issuesrajdakin2021-07-311-3/+6
* Make library loaded with absolute path not wrapped (unless BOX64_PREFER_WRAPP...ptitSeb2021-07-141-2/+9
* Fixed and improved handling of segments and Call Far and signal (helps Wine64)ptitSeb2021-07-131-1/+1
* Fix memory issue when launching box86 from box64 mainptitSeb2021-07-121-3/+5
* Use box86 to launch x86 binary (if box86 is present in same folder as box64)ptitSeb2021-07-121-3/+22
* Handling of flag RTLD_NOW in dlopenptitSeb2021-07-121-4/+4
* Fixed BOX64_JITGDB=2 that wasn't workingptitSeb2021-07-081-1/+1
* Added another name for wine64ptitSeb2021-07-031-1/+3
* Improved low memory pre-allocation and added 47bits pre-allocation for Wine64ptitSeb2021-07-011-4/+13
* Improved steam detection and added steam-runtime-check-requirements workaroundptitSeb2021-06-151-3/+3
* Don't launch gdb if Trace is redirected to a file (avoid empty trace when mon...ptitSeb2021-06-141-0/+2
* Added an option to use stderr for logsptitSeb2021-06-041-8/+12
* Fixed BOX64_DYNAREC_DUMP=2 env. var.ptitSeb2021-05-301-1/+1
* Reworked elfloader, handle versionned symbols nowptitSeb2021-05-291-11/+9
* Splited Elf Dump from LOG handlingptitSeb2021-05-281-25/+43
* Oops-esrajdakin2021-04-141-2/+2
* Second passrajdakin2021-04-141-1/+0
* First passrajdakin2021-04-141-27/+27
* Remove TokiTori2+ patch code, game is 32bits onlyptitSeb2021-04-131-7/+0
* General improvements to box64 and fixed some SDL2 functionsrajdakin2021-04-111-2/+2
* Fixed the libraries free orderingrajdakin2021-04-091-5/+5
* Changed missed unwanted "box86"rajdakin2021-04-091-1/+1
* [TRACE] Added a new trace optionrajdakin2021-04-071-3/+14
* Added RK3326 definitions.krishenriksen2021-04-071-1/+1
* Cleanup trace_func if still present at exitptitSeb2021-04-051-0/+5
* Fixed _start preparationptitSeb2021-04-051-6/+3
* More work around stack alignement and frame pointerptitSeb2021-04-031-1/+2
* Added libs64 as default LD_LIBRARY_PATHptitSeb2021-04-011-1/+1
* Added 'bin64' to the folder were to look for libsptitSeb2021-03-301-1/+1
* [DYNAREC] disable dynarec when all fini function of loaded libs are doneptitSeb2021-03-301-0/+4
* Small change in start en end of emulated softwareptitSeb2021-03-291-1/+2
* Improved shutdown sequenceptitSeb2021-03-251-0/+46
* [DYNAREC] Added CC 'Native call' and 0F 1F NOP opcodesptitSeb2021-03-181-1/+2
* [DYNAREC] Added Basic blocks for dynarecptitSeb2021-03-141-2/+85
* Default log level to INFO for nowptitSeb2021-03-071-2/+2
* Fixed some integrated help typo and copypastaptitSeb2021-03-071-12/+7
* Some work on TLS (not sure it's a good idea to separate 64 FS: prefix there)ptitSeb2021-03-061-1/+1
* Fixed TRACE on Init with Symbol nameptitSeb2021-03-061-1/+1
* Added 0F 1F NOP opcodeptitSeb2021-03-041-3/+7
* Not sure yet on what registers are expected thoses variablesptitSeb2021-03-041-2/+2
* Fixed trace and prepare rex decodingptitSeb2021-03-031-1/+13
* Ready to emulate main elfptitSeb2021-03-031-2/+17
* Do ElfPlt on main elfptitSeb2021-03-031-0/+4
* Added some X86_64 RelocA and a few wrapped function (wrapper still not correc...ptitSeb2021-03-031-0/+7
* Added rt and pthread wrapped libptitSeb2021-03-031-0/+6
* Preload libs if neededptitSeb2021-03-031-0/+9
* Add symbols from main elf to maplibptitSeb2021-03-031-10/+26
* More preparation on main x64emu_t structureptitSeb2021-03-021-0/+6
* Another batch of printf/scanf format errorsptitSeb2021-03-021-7/+7