about summary refs log tree commit diff stats
path: root/src/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added BOX64_SHOWBT env. var. to have a backtrace on segfaultptitSeb2022-10-271-3/+10
* Improved handling of execve and posix_spawn, especialy with arv[0] is not the...ptitSeb2022-10-271-11/+13
* More flexibility for BOX64_ROLLING_LOGptitSeb2022-10-261-5/+8
* [DYNAREC] Added BIGBLOCK=3 levelptitSeb2022-10-251-2/+2
* Refactored, again, elfloader symbol fetching (ported from box86)ptitSeb2022-10-221-5/+5
* [DYNAREC] Added BOX64_DYNAREC_SAFEFLAGSptitSeb2022-10-221-0/+12
* Improved usage of x86_64 bash with BOX64_BASH env varptitSeb2022-09-151-15/+41
* When running x86_64 bash, using x86_64 bash to run script automaticaly (for #...ptitSeb2022-09-081-0/+10
* All box internal memory alloc use __libc_ internal one (except on Android, us...ptitSeb2022-08-061-32/+35
* Added BOX64_ROLLING_LOG=1 for a 'Just in Time LOG=2' on signalptitSeb2022-07-301-0/+14
* Disabling steamwebhelper again, it was eanbled by mystakeptitSeb2022-07-231-1/+1
* Fixed a typoptitSeb2022-07-171-1/+1
* Added '+' in FILE_TRACE_NAME to append traceptitSeb2022-07-171-6/+17
* Fixed BOX86_ENVx handling (for #347)ptitSeb2022-07-141-1/+1
* Added BOX64_ENV to create env. var. at load time (for #347)ptitSeb2022-07-111-0/+35
* Various improvement and some workaround to support musl binary (for #324)ptitSeb2022-07-091-0/+21
* Restored workaround for Linux GOG installer on SBCsptitSeb2022-07-071-7/+7
* [DYNAREC] Fixed a typo when turning off DynarecptitSeb2022-06-251-1/+1
* Change process name (hidding box64, helps mesa find the correct hack for some...ptitSeb2022-06-191-0/+23
* Update main.cJai A P2022-06-191-1/+1
* Better handling of LD_PRELOAD librariesptitSeb2022-06-191-3/+4
* Fixed some issue with TLS data not beeing updated correctly after ElfInit (fi...ptitSeb2022-06-061-0/+2
* Fixed the workaround for gog installer on PI & RK3399 SBC beeing slow to startptitSeb2022-05-211-1/+1
* Added fake libunwind wrappingptitSeb2022-04-301-0/+1
* Improved BOX64_LOAD_ADDR env. var. to help having reproducible runsptitSeb2022-04-241-0/+8
* Some more NAN bordercase handling ([DYNAREC] too, but made FASTNAN default)ptitSeb2022-04-161-3/+3
* [DYNAREC] Added option to force x87 to use double (ported from box86)ptitSeb2022-04-131-0/+10
* [DYNAREC] Refactored dynarec, using box86 refactorptitSeb2022-04-091-2/+5
* More test17 impovements, fixed NAN for mulpd ([DYNAREC] too, introducing BOX6...ptitSeb2022-03-311-0/+10
* Added BOX64_PREFER_EMULATED handling and special case for pressure-vessel to ...ptitSeb2022-03-271-1/+15
* More work around steam and proton/SteamPlay (working, but need also latest bo...ptitSeb2022-03-261-7/+10
* Fixed a warningptitSeb2022-03-081-1/+1
* Better handling of environ and envp in execveptitSeb2022-03-081-5/+5
* Added an option to always show SIGSEGV messagesptitSeb2022-03-061-0/+11
* Removed a debugging leftoverptitSeb2022-03-061-1/+1
* Improved speed of mmap changesptitSeb2022-03-061-1/+2
* Change on mmap to help some stagging version of wineptitSeb2022-03-061-0/+3
* Some work to have steam streaming working (for #247)ptitSeb2022-03-051-1/+7
* Include pthread.h when used (should help #249)ptitSeb2022-03-051-0/+1
* Various changes and improvement centered around steam (but still not good eno...ptitSeb2022-03-041-0/+1
* Removed a debug traceptitSeb2022-03-031-2/+2
* More work on readlinkat and clone syscallptitSeb2022-03-011-7/+22
* Some work on glib, gobject and steamptitSeb2022-03-011-0/+4
* [DYNAREC] still working on multiarchptitSeb2022-02-281-0/+5
* Improved wine detectionptitSeb2022-01-171-1/+3
* [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