about summary refs log tree commit diff stats
path: root/src/libtools (follow)
Commit message (Expand)AuthorAgeFilesLines
* [DYNAREC] More improvement to TEST_DYNARECptitSeb2023-03-311-0/+1
* [DYNAREC] Improved TEST_INTERPRETER with inter-block testingptitSeb2023-03-281-0/+9
* fix some spelling mistakes (#640)josch2023-03-261-4/+4
* Added some wrapped functions in pthreadptitSeb2023-03-251-0/+16
* Added support for running native SDL2_mixer (and image/ttf too) with emulated...ptitSeb2023-03-251-0/+27
* Cleanup mutex wrappingptitSeb2023-03-121-35/+0
* Rv64 dynarec (#550)ptitSeb2023-03-121-0/+75
* [RISCV] Get pc from ucontext_t for RV64Yang Liu2023-03-061-0/+2
* Made the Signal workaround more generic, so it can be used by Termux userptitSeb2023-03-051-1/+1
* [RK3588] Made Workaround also working on non-dynarec build (just in case...)ptitSeb2023-02-261-6/+6
* Made the Signal workaround specific to RK3588ptitSeb2023-02-261-0/+3
* Try to improved the Workaround, to make it more genericptitSeb2023-02-251-1/+6
* [STEAM] Added a workaround for issue with steamwebhelper running on Armbian (...ptitSeb2023-02-251-1/+1
* Merge branch 'main' into steam_chromeptitSeb2023-02-211-184/+28
|\
| * Simply handling of pthread_mutex_t structure (for #522)ptitSeb2023-02-211-184/+28
* | Merge branch 'main' into steam_chromeptitSeb2023-02-201-1/+4
|\|
| * [DYNAREC] Directly run program Segfault handler for Access Error with PROT_DY...ptitSeb2023-02-201-1/+4
* | Merge branch 'main' into steam_chromeptitSeb2023-02-191-5/+5
|\|
| * Simplified dynablock handling (reduced memory consuption)ptitSeb2023-02-191-5/+5
* | Preliminary work to get steamwebhelper workingptitSeb2023-02-181-3/+2
|/
* Fix non-Dynarec buildsptitSeb2023-02-181-0/+2
* Force show Backtrace when SIGABRT is trapped (still depending on SHOWSEGV/LOG...ptitSeb2023-02-181-1/+2
* Various improvment to backtrace, protection tracking, and SHOWBT. Also SIGABR...ptitSeb2023-02-172-74/+140
* [DYNAREC] Don't forget to Cancel the block itself before bailling out of a fa...ptitSeb2023-02-141-0/+1
* Fix non-dynarec buildsptitSeb2023-02-121-0/+6
* Small improvment for emu thread trackingptitSeb2023-02-121-13/+5
* [DYNAREC] Use custom mutex, improved Signal while FillBlocks64 and atomic han...ptitSeb2023-02-122-36/+46
* Changes for Alpine (#508)RainbowC02023-02-051-1/+1
* Don't wrap struct obstack, alignment should be the same (for #504)ptitSeb2023-02-021-2/+32
* Refactored (again) lib init/fini mecanismptitSeb2023-01-011-4/+14
* Reset Segment cache when changing TLS addressptitSeb2022-12-171-0/+1
* [DYNAREC] Small fix on unwinding of the x64 address when a signal occurs just...ptitSeb2022-12-111-6/+8
* Some small fixes for pagesize != 4096ptitSeb2022-12-081-2/+2
* Use DynaCall instead of EmuCall for pthread_once callback (speedup some init ...ptitSeb2022-12-031-1/+1
* [DYNAREC] Reworked dynarec memory allocator, and a bit of protection tracking...ptitSeb2022-12-031-0/+21
* Simplified alignment of stat64 structureptitSeb2022-11-221-10/+4
* Improve stack management on signal handlerptitSeb2022-11-221-15/+8
* Small fixes and improvement to memory protection handlingptitSeb2022-11-141-2/+9
* Improved ROLLING_LOG and improved getcontext/setcontext handling of floating ...ptitSeb2022-11-131-10/+6
* Remove dynablocklist (#438)ptitSeb2022-10-311-4/+2
* Optimized custom pthread_onceptitSeb2022-10-291-0/+3
* Small imrpovment to custom phtread_onceptitSeb2022-10-291-2/+1
* Added BOX64_SHOWBT env. var. to have a backtrace on segfaultptitSeb2022-10-271-0/+24
* More flexibility for BOX64_ROLLING_LOGptitSeb2022-10-261-3/+3
* Fixed non-dynarec buildptitSeb2022-10-261-2/+2
* Fix non-dynarec buildptitSeb2022-10-261-2/+2
* Made a custom implementation of pthread_onceptitSeb2022-10-261-15/+15
* Small fixes with unaligned pthread_cond_tptitSeb2022-10-241-3/+3
* Forgot a bunch of other box_ malloc/realloc/calloc/free useptitSeb2022-10-231-1/+1
* Small refactor and simplification of library_t structure and box64context_tptitSeb2022-10-191-6/+6