about summary refs log tree commit diff stats
path: root/src/libtools (follow)
Commit message (Expand)AuthorAgeFilesLines
* [BOX32][WRAPPER] Added a arge batch of 32bits wrapped function to X11 and fri...ptitSeb2024-12-134-9/+396
* [BOX32][WRAPPER] Added 3 more 32bits wrapped function to libcairoptitSeb2024-12-132-0/+46
* [BOX32][WRAPPER] Added 1 more libc 32bits wrapped funciton, and fixed an exis...ptitSeb2024-12-131-0/+35
* [BOX32][WRAPPER] Added 32bits wrapped libcairoptitSeb2024-12-121-0/+12
* [RV64_DYNAREC] New register mapping (#2139)Yang Liu2024-12-122-43/+43
* [BOX32][WRAPPER] Added more libc and libresolv 32bits wrapped functionsptitSeb2024-12-121-0/+70
* [BOX32][WRAPER] Improved pthread_mutex handling, and better trace for mutex w...ptitSeb2024-12-101-8/+23
* [BOX32] Improved mutex handling, againptitSeb2024-12-081-3/+18
* [NON4KPAGE] Some more adjustments for non-4Kpagesize system (should help #2110)ptitSeb2024-12-051-4/+4
* [BOX32] Upped max number of x11 display slot from 4 to 16ptitSeb2024-12-041-1/+1
* [BOX32] Some fixes to a few file related 32bits wrapped function (now windows...ptitSeb2024-12-041-15/+15
* [BOX32][WRAPER] Fixed Xcursor wrappingptitSeb2024-12-032-0/+34
* Fix X64 buildptitSeb2024-12-032-0/+2
* Improved signal handling ([BOX32] Too)ptitSeb2024-12-033-33/+412
* Android Long Double handling (#2101)ptitSeb2024-12-021-0/+58
* [BOX32][WRAPPER] Improved networks functionsptitSeb2024-12-011-1/+132
* Added a new memExist helper function and use it instead of getMmapped were it...ptitSeb2024-11-302-3/+3
* [BOX32][WRAPPED] Added one more obstack wrapped functionptitSeb2024-11-291-0/+6
* [BOX32][WRAPPER] Added obstack_vprintf wrapped symbolptitSeb2024-11-291-0/+12
* [TRACE] Show backtrace on emit_signal too if askedptitSeb2024-11-291-0/+30
* [BOX32] Removed a debug leftoverptitSeb2024-11-231-1/+1
* Removed another debug leftoverptitSeb2024-11-201-1/+1
* Removed a debug leftoverptitSeb2024-11-201-1/+1
* Improved Signal handling ([ARM4_DYNAREC] too)ptitSeb2024-11-182-20/+95
* [BOX32] Fixed previous commitptitSeb2024-11-181-0/+1
* [BOX32] Fixed long double handling on printf like functionsptitSeb2024-11-181-2/+9
* [WRAPPER][BOX32] Fixed a few wrapped functions (for hl2)ptitSeb2024-11-161-0/+2
* Removed a debug leftoverptitSeb2024-11-161-1/+1
* Smal adjustment in singal handling for no-execution errorptitSeb2024-11-162-6/+7
* [WRAPPER] Fixed myStackAlignGVariantNew and refined the test too (#2038)Yang Liu2024-11-151-49/+31
* [TRACE] More info on signalptitSeb2024-11-151-3/+4
* [LA64] Implement convert x64_va_list_t to sysv_varargs for float (#2025) (#2031)Leslie Zhai2024-11-141-0/+60
* [DYNAREC] Small chnage o hotpage detection to make it less sensitiveptitSeb2024-11-091-2/+4
* Improved getcontext/setcontext ([BOX32] too)ptitSeb2024-11-082-7/+9
* Removed a debug leftoverptitSeb2024-11-071-1/+0
* [BOX32] Improve errno handling, and added a few more libc wrapped functionsptitSeb2024-11-072-0/+2
* Added a few wrapped function and fixed some other (for Steam)ptitSeb2024-11-061-11/+17
* A bit more trace for emited signalsptitSeb2024-11-061-0/+2
* Silenced a signal messageptitSeb2024-11-051-1/+1
* Disabling memory bit test when pagesize is not 4KptitSeb2024-11-051-0/+2
* Improve handling of memory protection, and excution bitptitSeb2024-11-042-30/+100
* Improved clone wrapped function compatibilityptitSeb2024-10-301-1/+4
* [Box64] Fix compilation issues (#1938) (#1952)Chi-Kuan Chiu2024-10-221-2/+4
* [BOX32][WRAPPER] Added a few more SDL2 32bits wrapped functionsptitSeb2024-10-191-0/+10
* [BOX32] Fixed to a couple of wrapped libc functionsptitSeb2024-10-191-5/+5
* [BOX32][WRAPPER] Added 32bits wrapped regex libc functionsptitSeb2024-10-191-0/+30
* [BOX32] A few more fixes to libX11 wrappingptitSeb2024-10-182-3/+3
* [BOX32] A few more X11 wrapped functions and fixesptitSeb2024-10-182-0/+14
* [BOX32] Allow internal memory to be in 32bits space if neededptitSeb2024-10-132-4/+4
* [BOX32] Reworked alignment for 32bits stacksptitSeb2024-10-131-0/+1