about summary refs log tree commit diff stats
path: root/src/libtools (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 non-dynarec buildptitSeb2022-10-261-2/+2
* Fix non-dynarec buildptitSeb2022-10-261-2/+2
* Made a custom implementation of pthread_onceptitSeb2022-10-261-15/+15
* Small fixes with unaligned pthread_cond_tptitSeb2022-10-241-3/+3
* Forgot a bunch of other box_ malloc/realloc/calloc/free useptitSeb2022-10-231-1/+1
* Small refactor and simplification of library_t structure and box64context_tptitSeb2022-10-191-6/+6
* 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
* Improved thread_self stack size detectionptitSeb2022-09-131-1/+18
* Try to improve syscall rt_sigaction handlingptitSeb2022-09-121-3/+7
* Added special case for pthread_kill because behaviour changed with glibc 2.34ptitSeb2022-09-101-0/+27
* [DYNAREC] Improve memory protection tracking (help #361)ptitSeb2022-09-041-1/+1
* Add SW64 base support (#382)wannacu2022-08-111-0/+2
* All box internal memory alloc use __libc_ internal one (except on Android, us...ptitSeb2022-08-062-20/+20
* Small improvment in signal handlingptitSeb2022-07-301-7/+8
* Added BOX64_ROLLING_LOG=1 for a 'Just in Time LOG=2' on signalptitSeb2022-07-301-0/+9
* Improve support of MyAlign for printf type (for #356)ptitSeb2022-07-301-0/+4
* Quick hack to align pthread_cond_t if needed (for #362)ptitSeb2022-07-271-4/+31
* Some work around chromium / libcef / electron / nw (still not ok)ptitSeb2022-07-231-18/+60
* Better signal function handler logptitSeb2022-07-171-1/+5
* Improve trace a bitptitSeb2022-07-161-5/+3
* Various improvement and some workaround to support musl binary (for #324)ptitSeb2022-07-091-0/+10
* Fixed a warningptitSeb2022-07-041-1/+1
* Added a workaround if pthread_cond_clockwait is not supported (for #342)ptitSeb2022-07-041-1/+6
* Added a workaround if pthread_cond_clockwait is not supported (for #342)ptitSeb2022-07-041-0/+3
* Added wrapped pthread_cond_clockwait (for #303)ptitSeb2022-07-031-0/+5
* Fixed a warningptitSeb2022-07-031-1/+1
* Show some value around RSP when a Signal is dumpedptitSeb2022-07-031-0/+4
* [DYNAREC] Fixed an issue with unwinding x86 address from signalptitSeb2022-07-021-1/+2
* [DYNAREC] Added CPU Dump on Signal to help debugging (only if signal inside a...ptitSeb2022-06-251-0/+10
* Rollback the signal/return address change limitptitSeb2022-06-211-8/+5
* Various small debugging improvmentsptitSeb2022-06-191-5/+8
* Fixed a potential issue with stack overwritten on sigaction callptitSeb2022-04-241-1/+1
* Only retry a memory access is the protection has both PROT_READ and PROT_WRITEptitSeb2022-04-061-1/+1
* Added some obstack_XXX wrapped function (ported from box86)ptitSeb2022-03-281-0/+224
* Fixed a warningptitSeb2022-03-081-1/+1
* Rolback this change in signal, and better change the interpretor handling of ...ptitSeb2022-03-071-2/+5
* Fix some special case on mmap64 wrappingptitSeb2022-03-071-5/+2
* Added an option to always show SIGSEGV messagesptitSeb2022-03-061-1/+1
* Include pthread.h when used (should help #249)ptitSeb2022-03-051-0/+1
* [DYNAREC] And even more multi-arch workptitSeb2022-02-271-37/+37
* [DYNAREC] Improve signals to better handle multiple archsptitSeb2022-02-271-4/+88
* Make sure stack is correctly alligned on new thred (fixed SOR4 starting issues)ptitSeb2022-02-191-1/+3
* Fixed the backtrace wrapper (uses eh_frame information only)rajdakin2022-02-141-2/+3
* Added some code to detect if emulted program use old IMG_SavePNG_RW api inste...ptitSeb2022-02-131-10/+28
* ensure uc_link is properly initialized in getcontext(), fixes ppc64leCameron Kaiser2022-02-031-0/+2
* Minor changes to allow box64 to build and run on ppc64le.Joseph Allen2021-11-181-1/+1