about summary refs log tree commit diff stats
path: root/src/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* [DYNAREC] Added BOX64_DYNAREC_WAIT env. var. (Default to 1)ptitSeb2023-02-161-0/+1
* Refactored trace to file system, to be more resiliantptitSeb2023-02-141-5/+5
* Also needed a RunFunctionWindows, following the Windows Calling Convention (a...ptitSeb2023-02-121-0/+3
* [DYNAREC] Use custom mutex, improved Signal while FillBlocks64 and atomic han...ptitSeb2023-02-122-5/+25
* Fixed some isse with last lib init/fini refactor (fixed ut2004, maybe pokewil...ptitSeb2023-01-281-1/+1
* Try to improve precision of SSE Rounding to int conversion ([DYNAREC] too, in...ptitSeb2023-01-281-0/+1
* use sighandler_t instead of __sighandler_t so it compiles for musl (#500)Steven Vanden Branden2023-01-201-3/+3
* Added more command to rcfiles, and a default one when system version is not f...ptitSeb2023-01-051-0/+1
* Refactored (again) lib init/fini mecanismptitSeb2023-01-014-6/+12
* Added experimental (undocumented) BOX64_SSE_FLUSHTO0 env. var. (not sure it's...ptitSeb2022-12-042-25/+48
* Wrapped GstAllocator and GstObject structuresptitSeb2022-12-031-0/+16
* [DYNAREC] Small changes on pagesize and hotpageptitSeb2022-12-021-1/+1
* [DYNAREC] Added BOX64_DYNAREC_BLEEDING_EDGE to control detection of MonoBleed...ptitSeb2022-12-011-0/+1
* [DYNAREC] More control over HotPage handling with BOX64_DYNARC_HOTPAGEptitSeb2022-12-011-0/+1
* [DYNAREC] Added BOX64_DYNAREC_CALLRET option, in rcfile too (faster handling ...ptitSeb2022-11-291-0/+1
* Changed how mmap with MAP_32BITS flag is handled (help deadcells, maybe some ...ptitSeb2022-11-281-1/+1
* Added box64rc configuration file handlingptitSeb2022-11-273-0/+17
* Better handling of rolling logsptitSeb2022-11-152-1/+5
* Small fixes and improvement to memory protection handlingptitSeb2022-11-141-0/+1
* Added BOX64_CRASHHANDLER env. var.ptitSeb2022-11-141-0/+1
* Improved ROLLING_LOG and improved getcontext/setcontext handling of floating ...ptitSeb2022-11-131-0/+1
* Also use size when selecting symbol for R_X86_64_COPY and R_X86_64_GLOB_DAT r...ptitSeb2022-11-134-5/+6
* [ANDROID] Build fixptitSeb2022-11-011-1/+1
* Detect when program is linked with glibc 2.34+ to workaround the default libc...ptitSeb2022-11-012-0/+2
* Remove dynablocklist (#438)ptitSeb2022-10-314-23/+14
* Malloc override (#437)ptitSeb2022-10-293-1/+6
* Wrapping of GtkTextView and GtkContainer classes for Gtk3ptitSeb2022-10-271-0/+48
* Added BOX64_SHOWBT env. var. to have a backtrace on segfaultptitSeb2022-10-271-0/+1
* More flexibility for BOX64_ROLLING_LOGptitSeb2022-10-261-4/+2
* Made a custom implementation of pthread_onceptitSeb2022-10-261-2/+0
* Forgot a bunch of other box_ malloc/realloc/calloc/free useptitSeb2022-10-232-6/+6
* Refactored, again, elfloader symbol fetching (ported from box86)ptitSeb2022-10-226-21/+28
* [DYNAREC] Added BOX64_DYNAREC_SAFEFLAGSptitSeb2022-10-221-0/+1
* Small refactor and simplification of library_t structure and box64context_tptitSeb2022-10-193-19/+14
* Improved signal handling and x87 flags (with tests backported from box86)ptitSeb2022-09-291-0/+17
* Improved handling of CF flags in dec/inc opcodes ([DYNAREC] too) (helps Xonot...ptitSeb2022-09-261-2/+10
* More fixes and improvment to bash handling (helps #360)ptitSeb2022-09-181-0/+3
* Improved usage of x86_64 bash with BOX64_BASH env varptitSeb2022-09-152-1/+1
* Some more wrapping on AtkUtilsptitSeb2022-09-111-0/+14
* When running x86_64 bash, using x86_64 bash to run script automaticaly (for #...ptitSeb2022-09-082-0/+2
* [DYNAREC] Improve memory protection tracking (help #361)ptitSeb2022-09-041-2/+3
* Add SW64 base support (#382)wannacu2022-08-111-0/+37
* Also use __libc_memalign instead of posix_memalignptitSeb2022-08-061-5/+8
* All box internal memory alloc use __libc_ internal one (except on Android, us...ptitSeb2022-08-061-0/+18
* Small improvment to BOX64_ROLLING_LOG=1ptitSeb2022-07-301-1/+1
* Added wrapping of GtkTextViewClass in gtk2ptitSeb2022-07-301-0/+25
* Added BOX64_ROLLING_LOG=1 for a 'Just in Time LOG=2' on signalptitSeb2022-07-302-0/+8
* Improved wrapping of libatkptitSeb2022-07-271-0/+34
* Some work around chromium / libcef / electron / nw (still not ok)ptitSeb2022-07-231-1/+1
* Added wrapped gtk3 and gdk3 (from box86)ptitSeb2022-07-151-87/+204