about summary refs log tree commit diff stats
path: root/src/libtools (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Replaced some tabs with spaces * Fixed some signedness warnings * Added more debug info * Fixed an improper alignment * [WRAPPEDWAYLAND] Added return statements to wrappers * [EMU] [AVX] Fixed some issues * [ARM DYNAREC] Fixed some minor warnings * [ARM DYNAREC] Removed unused macro arguments * [EMU] Fixed a noisy warning * [ARM DYNAREC] Removed "empty body" warnings * [EMU] Fixed an opcode in dynarec, non-cosim builds * [LA64 DYNAREC] Minor warning fixes * [LA64 DYNAREC] Fixed empty body warnings * [LA64 DYNAREC] Added parenthesis around assignments in if statements * [LA64 DYNAREC] Fixed missing parenthesis in macro definitions * [RV64 DYNAREC] Fixed minor warnings * [RV64 DYNAREC] Fixed wrong/missing parentheses * [WRAPPER] Fixed the WaylandClient callback signatures
* 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 ↵ptitSeb2024-05-041-1/+35
| | | | better tracking
* [DYNAREC] Re-introduce a simple HotPage handling, to speedup heavily ↵ptitSeb2024-05-031-0/+1
| | | | obfuscated program loading
* 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 ↵ptitSeb2024-03-081-0/+51
| | | | a protected page of code, and SI gets wrongly incremented (for #1347)
* [ARM64] Added 1 more special case of SIGBUS when accessing device memory ↵ptitSeb2024-03-071-0/+16
| | | | (Help Planet Coaster on NVidia)
* Some more improvment to xcb wrappingptitSeb2024-03-061-12/+45
|
* [LA64_DYNAREC] Added more opcodes and more fixes, SuperHexagon is working ↵Yang Liu2024-03-031-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#1319) * Made printer slightly better * [SIGNAL] Fixed a typo * Removed useless comma * Another typo * Keep'em in order * Added more opcodes and more fixes * A big fix of GOCOND macro * [LA64_DYNAREC] Added E8 CALL opcode * [LA64_DYNAREC] Added C6 MOV opcode * [LA64_DYNAREC] Added 39 CMP opcode * [LA64_DYNAREC] Added 0F 1F NOP opcode * BEWARE: shift instructions are NOT sign-extended! * More fixes * Try to be safe * Fixed printer * Fixed emitter & printer for B, briing superhexagon back
* [LONGAARCH] Renamed arch to LA64, as LA464 is code name for 3a5000, so that ↵ptitSeb2024-02-281-9/+9
| | | | way it's more generic (and sorry about that late minute change)
* LARCH64 dynarec (#1295)Haichen Wu2024-02-281-0/+15
| | | | | * LARCH64_DYNAREC dynarec * [LARCH64_DYNAREC] Change mapping for the registers
* Added ability to staticaly build box64 (for #1045 and #310, maybe a few ↵ptitSeb2024-02-262-0/+405
| | | | others tickets)
* 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 ↵ptitSeb2024-02-152-6/+7
| | | | cleaning need to be done, but that's a first step (should help #422, #360, #1046 and probably others)
* [ANDROID] BOX64_SHOWBT Now show Emulated BT on Android (#1258)KreitinnSoftware2024-02-101-2/+5
| | | Co-authored-by: Pablo Carlos <pablo@localhost.localdomain>
* Wrapped libraries refactor (#1257)rajdakin2024-02-101-3/+3
| | | | | | | | | | | * [MISC] Removed a warning caused by tab/space mismatch * [WRAPPED] Factored out `getMy` and `freeMy` calls * [WRAPPED] Small cleanup of the init header * [WRAPPED] Factored out `SETALT` * [WRAPPED] Factored out needed libs
* 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
|
* [DYNAREC] Narrow the cases for Strange SIGSEGV to protextion with READ & WIRTEptitSeb2024-01-281-1/+1
|
* Added a new option BOX64_MMAP32 to use 32bits mapping on external MMAP (help ↵ptitSeb2024-01-231-6/+9
| | | | Snapdragon device running Vulkan with Wine/Wow64, active by default on SD845/SD888/SD8G2 profiles)
* Make sure Stack is aligned properly... (should help #1187 and ~1188)ptitSeb2024-01-222-2/+11
|
* Reworked exit, unloading libs and running Fini as it should (plus a ↵ptitSeb2024-01-191-1/+2
| | | | workaround for nvidia driver not unloading)
* Fixes (#1207)rajdakin2024-01-182-3/+3
| | | | | | | | | | | * Fixed signed/unsigned issues and other cosmetics * [WRAPPERS] Fixed missing `return`s in `my_` functions * [EMU] More fixes * [STEAM] Forgot one cleanup * [WRAPPER] Fixed wrappedpulse callback signatures
* Fixed an issue with a failsafe that was not workingptitSeb2024-01-181-2/+2
|
* Fixed xcb_connect wrappingptitSeb2024-01-151-3/+12
|
* [RBTREE] Reverted memory tracking to 32 bits (#1201)rajdakin2024-01-131-3/+3
|
* [DYNAREC_RV64] Added CALL/RET optimization (#1183)Yang Liu2024-01-051-19/+22
| | | | | | | | | | | * [DYNAREC_RV64] Added CALL/RET optimization * More hacks on the call/ret optimization * Small fixes, but still not working * More fixes * More fixes