about summary refs log tree commit diff stats
path: root/src/libtools/signals.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [32BITS] Some work on signal handling from 32bits code (not enough yet)ptitSeb2023-06-181-6/+11
* Added some support for 32bits code (doesn't seems enough for wow64 yet)ptitSeb2023-06-181-2/+6
* Added support for creating 32bits selector (no 32bits execution yet)ptitSeb2023-06-171-0/+7
* Handle chained sigaction (for #829)ptitSeb2023-06-101-5/+9
* Fixed some potential issues when signal occurs with a (near) bad rspptitSeb2023-05-251-2/+2
* Added partial support for TF flags (should help with eroneous debugger detect...ptitSeb2023-05-241-0/+4
* Optimized Exit bridge managmentptitSeb2023-05-101-1/+1
* Some small changes to thread and fork and cloning x64emu_t structptitSeb2023-05-081-2/+2
* [DYNAREC] Use Dynarec on Signal function when possibleptitSeb2023-05-071-6/+14
* [DYNAREC] Disabled custom mutex for nowptitSeb2023-05-071-14/+28
* [DYNAREC] Made FASTPAGE more agressiveptitSeb2023-05-061-1/+1
* [ARM64_DYNAREC] Small improvment for signal handlingptitSeb2023-05-041-2/+4
* [DYNAREC] Improve handling of running block getting dirty while executingptitSeb2023-05-041-2/+3
* Do less stuff in signal if it will not be printed outptitSeb2023-04-171-47/+49
* Do not compute name and other info if they are not shown on signalptitSeb2023-04-161-5/+7
* [DYNAREC] General fixes and improvment for multithread and jit program. Helps...ptitSeb2023-04-161-4/+9
* [DYNAREC] More improvement to TEST_DYNARECptitSeb2023-03-311-0/+1
* [DYNAREC] Improved TEST_INTERPRETER with inter-block testingptitSeb2023-03-281-0/+9
* 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-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-171-71/+134
* [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
* [DYNAREC] Use custom mutex, improved Signal while FillBlocks64 and atomic han...ptitSeb2023-02-121-20/+24
* Refactored (again) lib init/fini mecanismptitSeb2023-01-011-4/+14
* [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
* [DYNAREC] Reworked dynarec memory allocator, and a bit of protection tracking...ptitSeb2022-12-031-0/+21
* 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
* 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 signal handlingptitSeb2022-09-291-1/+1
* Improved signal handling and x87 flags (with tests backported from box86)ptitSeb2022-09-291-2/+7
* Small fix to protection tracking on signal handlingptitSeb2022-09-191-1/+1
* Try to improve syscall rt_sigaction handlingptitSeb2022-09-121-3/+7
* [DYNAREC] Improve memory protection tracking (help #361)ptitSeb2022-09-041-1/+1