about summary refs log tree commit diff stats
path: root/src/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* [TRACE] Fixes some crash when setting a trace in a lib load laterptitSeb2023-11-271-2/+2
* [DYNAREC_RV64] Fixed BTS BTR BTC for zbs extension (#1084)Yang Liu2023-11-261-1/+1
* Added full support for the SHA cpu extensionptitSeb2023-11-211-0/+14
* Added BOX64_FUTEX_WAITV, on by default expect for BAD_SIGNAL buildptitSeb2023-11-101-0/+19
* Added BOX64_INPROCESSGPU setting (helps Heroic 2.10 at least)ptitSeb2023-11-051-0/+14
* Some fixes to the BOX64_TRACE_FILE settingptitSeb2023-11-051-6/+9
* [ELFLOADER] Changed how memory is managed in elfloaderptitSeb2023-10-311-16/+5
* [INTERP] Fix fpu_round (#1030)Yang Liu2023-10-251-0/+7
* [ARM64] More unaligned improvmentsptitSeb2023-10-221-2/+2
* [ARM64_DYNAREC] ifdef'd the new HW_CAP tests, to be able to build on older sy...ptitSeb2023-10-191-0/+8
* [ARM64_DYNAREC] One more extension detected (not used yet)ptitSeb2023-10-181-0/+7