about summary refs log tree commit diff stats
path: root/src/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [REFACTOR] Refactor main.c (#1362)howard972024-03-251-2156/+5
* Changed, again, RDTSC and Hardware counter, introducing auto calibration when...ptitSeb2024-03-141-25/+40
* [RCFILE] Fixed some issues with wine program detectionptitSeb2024-03-121-2/+3
* [RCFILE] Added 2 new rcfile only option, and try to apply wine program parame...ptitSeb2024-03-121-23/+29
* Improved unload of libs (help wine when dlopen / dlclose is supposed to unloa...ptitSeb2024-03-091-44/+11
* Added back full handling of winepreloader prereserve memoryptitSeb2024-03-061-3/+4
* [LA64] Detect the existence of LBT extension (#1325)Yang Liu2024-03-041-4/+7
* Added a warning on interpreter only build when DynaRec is available (#1316)Yang Liu2024-03-031-3/+8
* [LA64_DYNAREC] Added basic LBT support, setup xMASK (#1302)Yang Liu2024-02-291-1/+9
* [LONGAARCH] Renamed arch to LA64, as LA464 is code name for 3a5000, so that w...ptitSeb2024-02-281-1/+1
* [RV64_INTERP] Added TSC freq support (#1293)Yang Liu2024-02-281-1/+1
* Added ability to staticaly build box64 (for #1045 and #310, maybe a few other...ptitSeb2024-02-261-1/+9
* Added some hack to rename wine binary process too (help mesa pick up the corr...ptitSeb2024-02-241-0/+2
* Fixed a warningptitSeb2024-02-241-1/+1
* Small memory leak fixed with PRELOAD libraryptitSeb2024-02-241-1/+1
* Better handling of Hardware counter for rdtsc emulation (ARM64 only for now),...ptitSeb2024-02-231-0/+26
* Show box64 version inside trace fileptitSeb2024-02-161-0/+1
* Fixe builds (non trace and android/termux)ptitSeb2024-02-151-0/+2
* [ELFLOADER] Huge refactor of elfloader and symbol resolution. Some more clean...ptitSeb2024-02-151-8/+60
* Added support for RTLD_DEEPBIND flag on dlopenptitSeb2024-02-111-4/+4
* Prefer emulated version tbbmalloc.so.2 if presentptitSeb2024-02-091-0/+1
* Hack to add some paramter when launching steam under wine to easy memory and ...ptitSeb2024-02-081-20/+40
* More work on libcurl and friends (and set to used emulated version of curl if...ptitSeb2024-02-081-1/+2
* TEGRAX1 config also have BOX64_MMAP32 activated by defaultptitSeb2024-02-071-1/+1
* Disabling WINEFSYNC for now, that seems to be not working fineptitSeb2024-02-071-0/+4
* [ARM64_DYNAREC] Reworked, again, strongmem emulationptitSeb2024-02-061-2/+2
* Reworked, again, exit processptitSeb2024-02-061-0/+2
* [ARM64_DYNAREC] Added BOX64_DYNAREC_DIV0 option to check/trigger Divide by 0 ...ptitSeb2024-02-051-0/+11
* [DYNAREC_TEST] Force enabled x87double when using DYNAREC_TEST to limit false...ptitSeb2024-02-031-0/+1
* [DYNAREC] Improved trace a bitptitSeb2024-02-011-0/+1
* When BOX64_VERSION is set, just print the version and exit (#1238)josch2024-01-311-0/+5
* Made PageSize detection / Handling dynamic. nd fixed elfloading for pagesize ...ptitSeb2024-01-311-5/+1
* Fixed SnapDragon buildsptitSeb2024-01-271-1/+1
* Added BOX64_IGNOREINT3 env. var. to ignore INT3 in the code ([RCFILE] too)ptitSeb2024-01-271-0/+10
* Add 'BOX64_MMAP32' to help info (#1220)KreitinnSoftware2024-01-261-0/+1
* Added a new option BOX64_MMAP32 to use 32bits mapping on external MMAP (help ...ptitSeb2024-01-231-0/+16
* Reworked exit, unloading libs and running Fini as it should (plus a workaroun...ptitSeb2024-01-191-2/+6
* [ARM64_DYNAREC] Re-enable Atomics, seems stable nowptitSeb2024-01-121-2/+2
* [DYNAREC] Switched back CALLRET to 0 by Default, many things like GoG Wine In...ptitSeb2024-01-021-1/+1
* [MEMORY] Switched from a sparse array to a red-black tree (#1180)rajdakin2023-12-311-23/+0
* Added 2 more wrapped gtk3 functionsptitSeb2023-12-261-4/+0
* Apply parameters when binary is behind a symlinkptitSeb2023-12-231-0/+2
* Introduce new BOX64_MAXCPU to cap the number of cpu core exposed, and created...ptitSeb2023-12-211-0/+14
* Added lldb option to JITGDBptitSeb2023-12-151-2/+2
* [DYNAREC] Made callret default, improved callret efficiency, and dynarec spee...ptitSeb2023-12-131-1/+3
* Fix for non-dynarec buildptitSeb2023-12-061-1/+1
* Changes to be committed: (#1110)Creeper-xie2023-12-041-4/+8
* [ARM64] Documented most HWCAP flagsptitSeb2023-12-031-28/+29
* [ARM64_DYNAREC] Restaured Memory Barrier on LOCK operation, and disable the u...ptitSeb2023-12-021-2/+2
* [TERMUX] Added faked wrapped termux-exec and simplified output (#1103)Lily2023-12-021-41/+58