index
:
box64
this commit
fix/trace
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libtools
/
signals.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Show some value around RSP when a Signal is dumped
ptitSeb
2022-07-03
1
-0
/
+4
*
[DYNAREC] Fixed an issue with unwinding x86 address from signal
ptitSeb
2022-07-02
1
-1
/
+2
*
[DYNAREC] Added CPU Dump on Signal to help debugging (only if signal inside a...
ptitSeb
2022-06-25
1
-0
/
+10
*
Rollback the signal/return address change limit
ptitSeb
2022-06-21
1
-8
/
+5
*
Various small debugging improvments
ptitSeb
2022-06-19
1
-5
/
+8
*
Fixed a potential issue with stack overwritten on sigaction call
ptitSeb
2022-04-24
1
-1
/
+1
*
Only retry a memory access is the protection has both PROT_READ and PROT_WRITE
ptitSeb
2022-04-06
1
-1
/
+1
*
Rolback this change in signal, and better change the interpretor handling of ...
ptitSeb
2022-03-07
1
-2
/
+5
*
Fix some special case on mmap64 wrapping
ptitSeb
2022-03-07
1
-5
/
+2
*
Added an option to always show SIGSEGV messages
ptitSeb
2022-03-06
1
-1
/
+1
*
Include pthread.h when used (should help #249)
ptitSeb
2022-03-05
1
-0
/
+1
*
[DYNAREC] And even more multi-arch work
ptitSeb
2022-02-27
1
-37
/
+37
*
[DYNAREC] Improve signals to better handle multiple archs
ptitSeb
2022-02-27
1
-4
/
+88
*
ensure uc_link is properly initialized in getcontext(), fixes ppc64le
Cameron Kaiser
2022-02-03
1
-0
/
+2
*
Minor changes to allow box64 to build and run on ppc64le.
Joseph Allen
2021-11-18
1
-1
/
+1
*
[DYNAREC] Improved JIT handling, and added a HotPage detection to temporarily...
ptitSeb
2021-11-18
1
-4
/
+38
*
[DYNAREC] Changed Dynarec a bit to try stabilise program using many threads a...
ptitSeb
2021-11-11
1
-2
/
+6
*
Chnaged memory protection tracking to reduce usage of lock, especially for [D...
ptitSeb
2021-11-05
1
-2
/
+2
*
[DYNAREC] Cancel a dynablock if a segfault occurs while building it
ptitSeb
2021-10-27
1
-0
/
+2
*
Fixed some nasty copypasta on EmuCall
ptitSeb
2021-09-19
1
-2
/
+2
*
Small fix for Default and Ignore signal handling
ptitSeb
2021-08-10
1
-2
/
+6
*
Added handling of longjmp inside signals handler (from box86)
ptitSeb
2021-08-09
1
-54
/
+62
*
Less log for generated signals
ptitSeb
2021-07-17
1
-1
/
+1
*
Handling HLT / CLI / STI has privileged instruction (and so trigger a GPF)
ptitSeb
2021-07-15
1
-5
/
+9
*
[DYNAREC] Don't limit the retry pattern on access error signal, as it often h...
ptitSeb
2021-07-15
1
-1
/
+1
*
Fixed regression introduced with 27d79eddec (for #54)
ptitSeb
2021-07-14
1
-1
/
+1
*
Fixed and improved handling of segments and Call Far and signal (helps Wine64)
ptitSeb
2021-07-13
1
-7
/
+7
*
Improved log when encountering SIGILL (to help diagnose #44)
ptitSeb
2021-07-09
1
-1
/
+1
*
[DYNAREC] Improved the fast native call path
ptitSeb
2021-07-02
1
-0
/
+17
*
More logs on 'strange' SIGSEGV...
ptitSeb
2021-06-21
1
-3
/
+4
*
Fixed a warning
ptitSeb
2021-06-16
1
-2
/
+2
*
Improved Log for emit_signal
ptitSeb
2021-06-15
1
-1
/
+10
*
Some small improvments in signal handling
ptitSeb
2021-06-06
1
-5
/
+8
*
Better handling of on-purpose SIGSEGV
ptitSeb
2021-06-05
1
-4
/
+15
*
[DYNAREC] Improved SMC handling
ptitSeb
2021-06-04
1
-8
/
+10
*
Added signal mask handling in setjmp/longjmp functions
ptitSeb
2021-05-18
1
-3
/
+3
*
Also handle internal mutex in my_sighandler
ptitSeb
2021-04-14
1
-2
/
+5
*
Second pass
rajdakin
2021-04-14
1
-1
/
+1
*
First pass
rajdakin
2021-04-14
1
-0
/
+2
*
Improvement in internal mutex handling on signal, and [DYNAREC] multitasking ...
ptitSeb
2021-04-11
1
-6
/
+20
*
Changed missed unwanted "box86"
rajdakin
2021-04-09
1
-2
/
+2
*
[TRACE] Added a new trace option
rajdakin
2021-04-07
1
-1
/
+7
*
More work on mmap and the MAP_32BIT flag
ptitSeb
2021-04-04
1
-1
/
+3
*
Try to improve a bit signal handling
ptitSeb
2021-03-30
1
-11
/
+34
*
Removed x64emu_t structure dedicated to signal handling, using main thread on...
ptitSeb
2021-03-29
1
-58
/
+66
*
Better Stack handling (backported from box86)
ptitSeb
2021-03-28
1
-4
/
+12
*
Added some more libc wrapped functions
ptitSeb
2021-03-26
1
-1
/
+1
*
[DYNAREC] Added 70..7F opcodes (and fixed ORR/AND bitmask coding/decoding, th...
ptitSeb
2021-03-16
1
-2
/
+2
*
[DYNAREC] Added Basic blocks for dynarec
ptitSeb
2021-03-14
1
-43
/
+66
*
Fixed a few minor leaks
ptitSeb
2021-03-13
1
-1
/
+1
[next]