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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Made a custom implementation of pthread_once
ptitSeb
2022-10-26
1
-15
/
+15
*
Small fixes with unaligned pthread_cond_t
ptitSeb
2022-10-24
1
-3
/
+3
*
Forgot a bunch of other box_ malloc/realloc/calloc/free use
ptitSeb
2022-10-23
1
-1
/
+1
*
Small refactor and simplification of library_t structure and box64context_t
ptitSeb
2022-10-19
1
-6
/
+6
*
Fixed signal handling
ptitSeb
2022-09-29
1
-1
/
+1
*
Improved signal handling and x87 flags (with tests backported from box86)
ptitSeb
2022-09-29
1
-2
/
+7
*
Small fix to protection tracking on signal handling
ptitSeb
2022-09-19
1
-1
/
+1
*
Improved thread_self stack size detection
ptitSeb
2022-09-13
1
-1
/
+18
*
Try to improve syscall rt_sigaction handling
ptitSeb
2022-09-12
1
-3
/
+7
*
Added special case for pthread_kill because behaviour changed with glibc 2.34
ptitSeb
2022-09-10
1
-0
/
+27
*
[DYNAREC] Improve memory protection tracking (help #361)
ptitSeb
2022-09-04
1
-1
/
+1
*
Add SW64 base support (#382)
wannacu
2022-08-11
1
-0
/
+2
*
All box internal memory alloc use __libc_ internal one (except on Android, us...
ptitSeb
2022-08-06
2
-20
/
+20
*
Small improvment in signal handling
ptitSeb
2022-07-30
1
-7
/
+8
*
Added BOX64_ROLLING_LOG=1 for a 'Just in Time LOG=2' on signal
ptitSeb
2022-07-30
1
-0
/
+9
*
Improve support of MyAlign for printf type (for #356)
ptitSeb
2022-07-30
1
-0
/
+4
*
Quick hack to align pthread_cond_t if needed (for #362)
ptitSeb
2022-07-27
1
-4
/
+31
*
Some work around chromium / libcef / electron / nw (still not ok)
ptitSeb
2022-07-23
1
-18
/
+60
*
Better signal function handler log
ptitSeb
2022-07-17
1
-1
/
+5
*
Improve trace a bit
ptitSeb
2022-07-16
1
-5
/
+3
*
Various improvement and some workaround to support musl binary (for #324)
ptitSeb
2022-07-09
1
-0
/
+10
*
Fixed a warning
ptitSeb
2022-07-04
1
-1
/
+1
*
Added a workaround if pthread_cond_clockwait is not supported (for #342)
ptitSeb
2022-07-04
1
-1
/
+6
*
Added a workaround if pthread_cond_clockwait is not supported (for #342)
ptitSeb
2022-07-04
1
-0
/
+3
*
Added wrapped pthread_cond_clockwait (for #303)
ptitSeb
2022-07-03
1
-0
/
+5
*
Fixed a warning
ptitSeb
2022-07-03
1
-1
/
+1
*
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
*
Added some obstack_XXX wrapped function (ported from box86)
ptitSeb
2022-03-28
1
-0
/
+224
*
Fixed a warning
ptitSeb
2022-03-08
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
*
Make sure stack is correctly alligned on new thred (fixed SOR4 starting issues)
ptitSeb
2022-02-19
1
-1
/
+3
*
Fixed the backtrace wrapper (uses eh_frame information only)
rajdakin
2022-02-14
1
-2
/
+3
*
Added some code to detect if emulted program use old IMG_SavePNG_RW api inste...
ptitSeb
2022-02-13
1
-10
/
+28
*
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
[next]