about summary refs log tree commit diff stats
path: root/src/libtools (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Fixed a few warning here and there...ptitSeb2024-04-132-4/+5
* [TRACE] Slighlty better log when emiting SIGILLptitSeb2024-03-101-0/+5
* Put back 8 slots for xcb_connection_t wrappingptitSeb2024-03-091-1/+1
* [ARM64_DYNAREC][RV64_DYNAREC] Fixed some case where MOVS/B/W/D/Q is used on a...ptitSeb2024-03-081-0/+51
* [ARM64] Added 1 more special case of SIGBUS when accessing device memory (Hel...ptitSeb2024-03-071-0/+16
* Some more improvment to xcb wrappingptitSeb2024-03-061-12/+45
* [LA64_DYNAREC] Added more opcodes and more fixes, SuperHexagon is working (#1...Yang Liu2024-03-031-4/+4
* [LONGAARCH] Renamed arch to LA64, as LA464 is code name for 3a5000, so that w...ptitSeb2024-02-281-9/+9
* LARCH64 dynarec (#1295)Haichen Wu2024-02-281-0/+15
* Added ability to staticaly build box64 (for #1045 and #310, maybe a few other...ptitSeb2024-02-262-0/+405
* Small changes in signal safe function handlingptitSeb2024-02-241-2/+2
* Hardened the my_sigaltstack wrapped functionptitSeb2024-02-221-10/+23
* [LIBTOOL] Fixed my_pthread_attr_init (#1274)Yang Liu2024-02-211-3/+4
* [TRACE] Slightly better trace for dynarec block writing on own pageptitSeb2024-02-201-1/+1
* [ELFLOADER] Huge refactor of elfloader and symbol resolution. Some more clean...ptitSeb2024-02-152-6/+7
* [ANDROID] BOX64_SHOWBT Now show Emulated BT on Android (#1258)KreitinnSoftware2024-02-101-2/+5
* Wrapped libraries refactor (#1257)rajdakin2024-02-101-3/+3
* Simplified (and improved?) handling of phtread_attr_tptitSeb2024-02-091-67/+86
* Fixed a warningptitSeb2024-02-071-1/+1
* [DYNAREC] Reworked a bit the Strange SEGSIGV handlingptitSeb2024-02-031-2/+8
* [TRACE] Slightly better trace for some dynarec runtime issuesptitSeb2024-01-291-2/+2