about summary refs log tree commit diff stats
path: root/src/libtools (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improved handling of TF flagptitSeb2025-08-272-5/+1
|
* [BOX32] Sligtly safer handling of 32bits signalsptitSeb2025-08-241-2/+2
|
* [BOX32] Enlarge xcb connects size for Linux Steam (#2910)Yang Liu2025-08-071-1/+1
|
* [WRAPPED] Wrapped more functions for libc (#2870)Yang Liu2025-08-011-0/+2
| | | | | * [WRAPPED] Wrapped more functions for libc * review
* [ARM64_DYNAREC] Improved adjust for REP MOVSx opcode on signalptitSeb2025-07-281-26/+25
|
* Some handling of case where signal numbers differs between native and x64 ↵ptitSeb2025-07-233-58/+84
| | | | archs (not complete, missing sigset conversions)
* [DYNAREC] Another fix for RV64 and LA64 buildsptitSeb2025-07-211-3/+3
|
* [DYNAREC] This should fix build on RV64 and LA64ptitSeb2025-07-212-24/+16
|
* [DYNAREC] Consolidate access to native register in signal and register ↵ptitSeb2025-07-212-192/+65
| | | | mapping acrross all 3 supported dynarec archs
* [WRAPPER] Improved myStackAlignGVariantNew(Va) helper functions, for [RV64] ↵ptitSeb2025-07-191-53/+361
| | | | and [LA64] (backported from box86)
* [ANDROID] This should fix the buildptitSeb2025-07-121-1/+1
|
* [WRAPPER] Added 1 more wrapped function to libpthreads (for #2808)ptitSeb2025-07-122-0/+15
|
* Default x64emu_t structure for thread now point to a valid IP, just in caseptitSeb2025-07-101-1/+1
|
* [WRAPPER] Wrapper XCreateWindow when Display's resource_alloc is x64 entry ↵Leslie Zhai2025-07-031-1/+0
| | | | | | | | | | | | | | (#2788) (#2789) * [WRAPPER] Wrapper XCreateWindow when Display's resource_alloc is x64 entry (#2788) * [WRAPPER] Use RunFunctionFmt to call x64 resource_alloc entry * [WRAPPER] Remove useless include header and DBGetBlock * [WRAPPER] Use FindElfAddress to check the function is from x64 space * [WRAPPER] Use find_XXX_Fct mechanism
* [DYNAREC] Refactor hotpage detection and dynarec_dirty 1 & 2. Also adjust ↵ptitSeb2025-06-301-1/+1
| | | | some launcher/games flags
* [ARM64_DYNAREC] Use Unaligned sepcial handling to handle rare case of 32bits ↵ptitSeb2025-06-281-4/+21
| | | | access out of 32bits bounds (for tasty platnet 2 on steam)
* [DYNACACHE] Added support for unaligned addressesptitSeb2025-06-231-0/+26
|
* [DYNACACHE] Introduced DynaCache for ARM64 (disabled by default)ptitSeb2025-06-191-0/+4
|
* [BIONIC] Fixed some compilation warnings (#2756)Yang Liu2025-06-181-3/+1
|
* [TERMUX] Better handling of non-exists pthread functions (#2748)Yang Liu2025-06-151-8/+22
|
* Realigned some codeptitSeb2025-06-021-1/+1
|
* [ARM64_DYNAREC] Try to optimise Windows INT n version on 64bits (TODO: ↵ptitSeb2025-05-302-225/+234
| | | | Interp and 32bits and wowbox64)
* [WRAPPER] Implement myStackAlignGVariantNew for g_variant_new (#2687)Leslie Zhai2025-05-301-1/+43
|
* [TRACE] Reduce the noise when using SHOWSEGV=1 on Winde programsptitSeb2025-05-151-1/+1
|
* [BOX32] Fixed an issue with *printf format handling missing # (help ↵ptitSeb2025-05-111-0/+1
| | | | Borderlands 2 / PreSequel Linux version, probably other too)
* [GDBJIT] Added a new option to register debuginfo only after trapped into ↵Yang Liu2025-05-091-0/+4
| | | | signalhandler (#2614)
* [SIGNAL] Better signal logging when trace enabled (#2572)Yang Liu2025-04-241-2/+11
| | | | | * [SIGNAL] Better signal logging when trace enabled * fix
* [TRACE] Fixed an issue with a trace on dynablock exiting executionptitSeb2025-04-211-1/+1
|
* [TRACE] Better trace, using maplile name if available, and better write on a ↵ptitSeb2025-04-201-1/+1
| | | | dynablock memory log
* Another fix for non-dynarec buildptitSeb2025-04-181-0/+2
|
* This should fix non-dynarec buildptitSeb2025-04-181-0/+2
|
* Also preserve flags stuffs on signal handling when neededptitSeb2025-04-181-1/+29
|
* [DYNAREC] Small improvment to callret=2 handling of path to regen a blockptitSeb2025-04-181-2/+3
|
* Motsly commetic change in internal SIGILL handlingptitSeb2025-04-161-4/+6
|
* [WOW64] More tweaks for PE build (#2528)Yang Liu2025-04-142-52/+0
|
* [BOX32][WRAPPER] Fixed 32bits wrapping for XRenderQueryFilters functionptitSeb2025-04-124-0/+49
|
* [ANDROID] Adjusted some signals structure for Android/BionicptitSeb2025-04-111-1/+7
|
* [DYNAREC] Speedup a bit DYNAREC_DIRTY=1ptitSeb2025-04-101-3/+3
|
* [BOX32] Fix a potential build issueptitSeb2025-04-101-0/+1
|
* [WOW64] More tweaks towards PE build (#2519)Yang Liu2025-04-102-0/+48
|
* [WOW64] More work on the PE wow64 build (#2518)Yang Liu2025-04-102-8/+0
| | | | | * [WOW64] More work on the PE wow64 build * added a TODO
* [DYNAREC] Better handling of self-loop and added CALLRET=2 settings (ARM64 ↵ptitSeb2025-04-091-1/+78
| | | | only, RV64 and LA64 todo)
* Moved emit functions to seperate files from signals.h (#2516)Yang Liu2025-04-091-125/+0
|
* Added backtrace.h for holding backtrace-related functions (#2515)Yang Liu2025-04-091-31/+3
|
* [WOW64] Add wow64 PE build scaffolding (#2513)Yang Liu2025-04-081-6/+6
|
* Introduced box64cpu.h for exported interpreter and dynarec functions (#2490)Yang Liu2025-04-016-10/+7
|
* Added os.h for future usage (#2488)Yang Liu2025-04-014-0/+4
|
* [TRACE] Do not print opcode at SIGBUS if x64pc or pc is not readableptitSeb2025-03-311-1/+1
|
* [BOX32] Small changes in pthread_cond_timedwait wrapping to handle malformed ↵ptitSeb2025-03-291-2/+12
| | | | timespec
* [BOX32] Small change on memory managment againptitSeb2025-03-181-2/+7
|