about summary refs log tree commit diff stats
path: root/src/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [ARM64] Added some doc about the different hwcap constantsptitSeb2022-01-031-0/+110
* Added some workaround for program that calls 'uname -m' to get the architectu...ptitSeb2022-01-011-6/+14
* Cleaned up some special case detection from box86 that are 32bits onlyptitSeb2021-12-311-10/+0
* [DYNAREC] Reduce performance impact of StrongMem, and added old Strongmem met...ptitSeb2021-11-191-2/+2
* [DYNAREC] Added an option to simulate Strong Memory Model, and auto activate ...ptitSeb2021-11-181-0/+10
* [DYNAREC] Removed special case for RimWorldLinux and generalized it for all p...ptitSeb2021-11-181-7/+0
* Change ResolvePath behaviour in sync with box86ptitSeb2021-11-141-8/+2
* [DYNAREC] Changed Dynarec a bit to try stabilise program using many threads a...ptitSeb2021-11-111-0/+17
* [DEBUG] Don't overwrite trace if %pid is usedptitSeb2021-11-011-8/+15
* [ARM64] Check if Atomics are supported (not used yet)ptitSeb2021-11-011-0/+5
* Detect steamwebhelper and don't load it for now (until it's actually fixed)ptitSeb2021-10-241-0/+5
* [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