about summary refs log tree commit diff stats
path: root/src/include/debug.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Also use __libc_memalign instead of posix_memalignptitSeb2022-08-061-5/+8
|
* All box internal memory alloc use __libc_ internal one (except on Android, ↵ptitSeb2022-08-061-0/+18
| | | | using libc one gather from dlsym)
* Added BOX64_ROLLING_LOG=1 for a 'Just in Time LOG=2' on signalptitSeb2022-07-301-0/+1
|
* Changed various log level for libdl file open errorptitSeb2022-07-091-3/+5
|
* Various improvement and some workaround to support musl binary (for #324)ptitSeb2022-07-091-0/+1
|
* Improved BOX64_LOAD_ADDR env. var. to help having reproducible runsptitSeb2022-04-241-0/+1
|
* [DYNAREC] Added option to force x87 to use double (ported from box86)ptitSeb2022-04-131-0/+1
|
* More test17 impovements, fixed NAN for mulpd ([DYNAREC] too, introducing ↵ptitSeb2022-03-311-0/+1
| | | | BOX64_DYNAREC_FASTNAN env. var. to keep old faster behaviour selectable)
* Added BOX64_PREFER_EMULATED handling and special case for pressure-vessel to ↵ptitSeb2022-03-271-0/+1
| | | | use it
* Added an option to always show SIGSEGV messagesptitSeb2022-03-061-0/+1
|
* Improved speed of mmap changesptitSeb2022-03-061-0/+1
|
* [DYNAREC] Added an option to simulate Strong Memory Model, and auto activate ↵ptitSeb2021-11-181-0/+1
| | | | it when libmonobdgcw-2.0.so is detected (should help #110 and #158 at least)
* [DYNAREC] Changed Dynarec a bit to try stabilise program using many threads ↵ptitSeb2021-11-111-0/+1
| | | | and a JIT (help RimWorld Linux, but not enough to be 100% stable)
* [ARM64] Check if Atomics are supported (not used yet)ptitSeb2021-11-011-0/+1
|
* [DYNAREC] Added detection of available CPU ExtensionsptitSeb2021-08-281-0/+6
|
* Make library loaded with absolute path not wrapped (unless ↵ptitSeb2021-07-141-0/+1
| | | | BOX64_PREFER_WRAPPED=1 is used)
* Improved low memory pre-allocation and added 47bits pre-allocation for Wine64ptitSeb2021-07-011-0/+1
|
* Splited Elf Dump from LOG handlingptitSeb2021-05-281-1/+5
|
* Second passrajdakin2021-04-141-1/+0
|
* [TRACE] Added a new trace optionrajdakin2021-04-071-5/+8
|
* [DYNAREC] Added 0F BE/BF ocpodes, and fixed LDRSB emitterptitSeb2021-03-221-1/+1
|
* [DYNAREC] Added Basic blocks for dynarecptitSeb2021-03-141-0/+7
|
* Some work on TLS (not sure it's a good idea to separate 64 FS: prefix there)ptitSeb2021-03-061-1/+1
|
* Added some minimal set of source (now box64 compile and say hello at least)ptitSeb2021-02-281-0/+42