about summary refs log tree commit diff stats
path: root/src/libtools (follow)
Commit message (Expand)AuthorAgeFilesLines
* [BOX32] Fixed gethostbyname 32bits wrapped function (for #1780 but still cras...ptitSeb2024-09-131-6/+9
* [STATIC] Forgot this definitionptitSeb2024-09-121-0/+1
* Fixed a typoptitSeb2024-09-122-2/+2
* [STATIC] Try to fix static buildptitSeb2024-09-121-0/+10
* [BOX32] Simplified 32bits old pthread cond functionsptitSeb2024-09-121-13/+36
* [WRAPPER] Added handling of old pthread cond functionsptitSeb2024-09-121-0/+75
* [BOX32][WRAPPER] Added support for old pthread_kill (fixing hanging steamcmd)ptitSeb2024-09-111-3/+20
* [WRAPPER] Small fixes for x86_64 build when using old pthread_killptitSeb2024-09-111-0/+2
* [BOX32] Put back pthread_t behind hash, but ease hash range to have more nati...ptitSeb2024-09-102-0/+8
* [BOX32] Fix and simplified 32bits threads handlingptitSeb2024-09-102-26/+8
* Fixed alignement of thread funcitons (fixed regression for #1810)ptitSeb2024-09-101-1/+0
* [RCFILE] Slightly changed how BOX64_ARGS behave, and added BOX64_INSERT_ARGSptitSeb2024-09-091-2/+2
* When showing opcode on SEGFAULT/SIGBUS, show if it's x86 or x64ptitSeb2024-09-091-1/+1
* [DYNAREC] Simplified a bit getX64Address utility functionptitSeb2024-09-091-7/+4
* Show x86opcode at segfault if segfault address is not pcptitSeb2024-09-081-1/+1
* Added a small fix in signe handler ucntx constructionptitSeb2024-09-071-0/+1
* [BOX32] Small improvments on memory managementptitSeb2024-09-041-2/+6
* [BOX32] Fixes and hacks to get steamcmd shows the promptptitSeb2024-09-011-4/+4
* [BOX32] More wrapped function and a few fixes for steamclient.so (still crash...ptitSeb2024-09-012-20/+236
* [BOX32] Another batch of 32bits wrapped function, for libvstdlib_s.so this timeptitSeb2024-08-311-3/+103
* [BOX32] Another batch of 32bits wrapped function, for libtier0_s.soptitSeb2024-08-311-1/+54
* [BOX32] More 32bits wrapped functionsptitSeb2024-08-311-0/+79
* [BOX32] Added more 32bits wrapped function and fixesptitSeb2024-08-301-0/+9
* [BOX32] Define native_statvfs to avoid build errorsptitSeb2024-08-301-1/+20
* [BOX32] More 32bits wrapped functions and fixesptitSeb2024-08-302-7/+55
* [BOX32] More wrapped 32bits functions, and some fixes tooptitSeb2024-08-282-0/+113
* [BOX32] Adding some more 32bits wrapped functionsptitSeb2024-08-281-6/+4
* Added preliminary Box32 support (#1760)ptitSeb2024-08-266-10/+2775
* Improved exception/int 3 handlingptitSeb2024-07-211-4/+5
* Better X11 callback in list handlingptitSeb2024-07-211-0/+8
* Changed how TRAPNO 12 is triggeredptitSeb2024-07-161-4/+5
* Fix signal stack handling on reentrant signal when using SigAltStackptitSeb2024-07-131-3/+1
* [TRACE] Fixed some issue with function name printingptitSeb2024-07-131-12/+12
* Removed debug leftoverptitSeb2024-07-121-2/+2
* Fixed flaky signal handler on 32bits code (mainly for Wine with new Wow64)ptitSeb2024-07-121-4/+17
* [STATICBUILD] removed Android staticbuildptitSeb2024-07-101-0/+1
* [STATICBUILD] Go green nowptitSeb2024-07-101-1/+0
* [STATICBUILD] This is getting old already, turn to green now!ptitSeb2024-07-101-0/+1
* [STATICBUILD] Yet another attempt to fix CI buildptitSeb2024-07-101-1/+8
* [STATICBUILD] Another attempt to fix CI buildptitSeb2024-07-101-4/+4
* [STATICBUILD] Attempt to fix CI buildptitSeb2024-07-101-18/+18
* [STATICBUILD] Fixed some more errorsptitSeb2024-07-101-3/+3
* [STATICBUILD] Try to fix staticbuild and add it to the CI (for #1377)ptitSeb2024-07-102-7/+13
* fix some spelling (#1668)josch2024-07-101-1/+1
* Fixes (#1659)rajdakin2024-07-094-13/+13
* Wrapped pthread_cond_signal with aligned cond like others (#1608)Yang Liu2024-06-211-0/+6
* [INTERPRETER] my first avx opcodeptitSeb2024-05-261-6/+7
* [ARM64] Add 1 more case of unaligned device memory access handling, plus bett...ptitSeb2024-05-041-1/+35
* [DYNAREC] Re-introduce a simple HotPage handling, to speedup heavily obfuscat...ptitSeb2024-05-031-0/+1
* Fixed my_prepare_thread in dynarec build (#1474)Yang Liu2024-04-271-2/+4