about summary refs log tree commit diff stats
path: root/src/libtools/signals.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improvement in internal mutex handling on signal, and [DYNAREC] multitasking ...ptitSeb2021-04-111-6/+20
* Changed missed unwanted "box86"rajdakin2021-04-091-2/+2
* [TRACE] Added a new trace optionrajdakin2021-04-071-1/+7
* More work on mmap and the MAP_32BIT flagptitSeb2021-04-041-1/+3
* Try to improve a bit signal handlingptitSeb2021-03-301-11/+34
* Removed x64emu_t structure dedicated to signal handling, using main thread on...ptitSeb2021-03-291-58/+66
* Better Stack handling (backported from box86)ptitSeb2021-03-281-4/+12
* Added some more libc wrapped functionsptitSeb2021-03-261-1/+1
* [DYNAREC] Added 70..7F opcodes (and fixed ORR/AND bitmask coding/decoding, th...ptitSeb2021-03-161-2/+2
* [DYNAREC] Added Basic blocks for dynarecptitSeb2021-03-141-43/+66
* Fixed a few minor leaksptitSeb2021-03-131-1/+1
* Some cosmetic refinement to signal handlingptitSeb2021-03-071-5/+5
* Fixed ARM64 buildptitSeb2021-03-071-1/+1
* Reworked FPU/MMX regs, added Context and Signal handling (and test13 works)ptitSeb2021-03-071-0/+1156