about summary refs log tree commit diff stats
path: root/src/libtools/signals.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed some nasty copypasta on EmuCallptitSeb2021-09-191-2/+2
* Small fix for Default and Ignore signal handlingptitSeb2021-08-101-2/+6
* Added handling of longjmp inside signals handler (from box86)ptitSeb2021-08-091-54/+62
* Less log for generated signalsptitSeb2021-07-171-1/+1
* Handling HLT / CLI / STI has privileged instruction (and so trigger a GPF)ptitSeb2021-07-151-5/+9
* [DYNAREC] Don't limit the retry pattern on access error signal, as it often h...ptitSeb2021-07-151-1/+1
* Fixed regression introduced with 27d79eddec (for #54)ptitSeb2021-07-141-1/+1
* Fixed and improved handling of segments and Call Far and signal (helps Wine64)ptitSeb2021-07-131-7/+7
* Improved log when encountering SIGILL (to help diagnose #44)ptitSeb2021-07-091-1/+1
* [DYNAREC] Improved the fast native call pathptitSeb2021-07-021-0/+17
* More logs on 'strange' SIGSEGV...ptitSeb2021-06-211-3/+4
* Fixed a warningptitSeb2021-06-161-2/+2
* Improved Log for emit_signalptitSeb2021-06-151-1/+10
* Some small improvments in signal handlingptitSeb2021-06-061-5/+8
* Better handling of on-purpose SIGSEGVptitSeb2021-06-051-4/+15
* [DYNAREC] Improved SMC handlingptitSeb2021-06-041-8/+10
* Added signal mask handling in setjmp/longjmp functionsptitSeb2021-05-181-3/+3
* Also handle internal mutex in my_sighandlerptitSeb2021-04-141-2/+5
* Second passrajdakin2021-04-141-1/+1
* First passrajdakin2021-04-141-0/+2
* 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