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
*
Added some untested support for loongarch64 va_list
ptitSeb
2021-09-26
1
-185
/
+510
*
More work on gtk and nss3+friends
ptitSeb
2021-09-21
1
-1
/
+1
*
More work on gtk wrapping
ptitSeb
2021-09-20
1
-0
/
+7
*
Fixed some nasty copypasta on EmuCall
ptitSeb
2021-09-19
1
-2
/
+2
*
Added disabled wrapped libfuse (not working for now)
ptitSeb
2021-08-10
1
-0
/
+20
*
Some changes on getstacksize for thread
ptitSeb
2021-08-10
1
-2
/
+6
*
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
2
-8
/
+8
*
Improved log when encountering SIGILL (to help diagnose #44)
ptitSeb
2021-07-09
1
-1
/
+1
*
Try to fix compilation on old libc
ptitSeb
2021-07-06
1
-0
/
+4
*
Fixed some case of crash with emulated RW in SDL1 (helps #14)
ptitSeb
2021-07-06
1
-0
/
+1
*
[DYNAREC] Improved the fast native call path
ptitSeb
2021-07-02
1
-0
/
+17
*
Added getauxval wrapped function
ptitSeb
2021-06-25
1
-12
/
+12
*
More logs on 'strange' SIGSEGV...
ptitSeb
2021-06-21
1
-3
/
+4
*
Improved mutex handling
ptitSeb
2021-06-19
1
-49
/
+93
*
Fixed a warning
ptitSeb
2021-06-16
1
-2
/
+2
*
Small fix for sdl2rwops emulated close
ptitSeb
2021-06-16
1
-1
/
+3
*
Improved Log for emit_signal
ptitSeb
2021-06-15
1
-1
/
+10
*
Small work around pthread_once
ptitSeb
2021-06-15
1
-7
/
+6
*
Change the way locked mutex are detected (taken from box86)
ptitSeb
2021-06-14
1
-6
/
+3
*
Fixed regression on pthread_mutex_t
ptitSeb
2021-06-06
1
-0
/
+1
*
Improvment to a few libc wrapped functions
ptitSeb
2021-06-06
1
-0
/
+34
*
Added a wrapped pthread function, and improved mutex handling
ptitSeb
2021-06-06
1
-4
/
+18
*
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 a few wrapped function to libc and pthreads
ptitSeb
2021-05-19
1
-20
/
+20
*
Added %zd support in myalign varg hadnling
ptitSeb
2021-05-19
1
-2
/
+18
*
Added signal mask handling in setjmp/longjmp functions
ptitSeb
2021-05-18
1
-3
/
+3
*
Aligned struct epoll
ptitSeb
2021-04-26
1
-1
/
+40
*
Fixed handling of * in scnaf/printf Stack argument handling
ptitSeb
2021-04-17
1
-16
/
+42
*
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
3
-14
/
+42
*
Fixed some issues with pthread wrapping
ptitSeb
2021-04-12
1
-8
/
+15
*
Improved pthread wrapping
ptitSeb
2021-04-12
1
-9
/
+12
*
More alignment work on thread (some attr are bigger on arm64 than x86_64)
ptitSeb
2021-04-12
1
-106
/
+189
*
Improvement in internal mutex handling on signal, and [DYNAREC] multitasking ...
ptitSeb
2021-04-11
2
-22
/
+33
*
Merge pull request #3 from rajdakin/exitFix
ptitSeb
2021-04-09
1
-2
/
+2
|
\
|
*
Changed missed unwanted "box86"
rajdakin
2021-04-09
1
-2
/
+2
*
|
Fixed a warning
ptitSeb
2021-04-09
1
-1
/
+1
|
/
*
Fix NOALIGN build
ptitSeb
2021-04-09
1
-0
/
+2
*
pthread_attr_t don't have the same size on x86_64 (0x38) and arm64 (0x40)...
ptitSeb
2021-04-09
1
-13
/
+130
*
[TRACE] Added a new trace option
rajdakin
2021-04-07
1
-1
/
+7
*
Unlock all mutex on child process when forking
ptitSeb
2021-04-06
1
-0
/
+16
[next]