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
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added experimental (undocumented) BOX64_SSE_FLUSHTO0 env. var. (not sure it's...
ptitSeb
2022-12-04
2
-25
/
+48
*
Wrapped GstAllocator and GstObject structures
ptitSeb
2022-12-03
1
-0
/
+16
*
[DYNAREC] Small changes on pagesize and hotpage
ptitSeb
2022-12-02
1
-1
/
+1
*
[DYNAREC] Added BOX64_DYNAREC_BLEEDING_EDGE to control detection of MonoBleed...
ptitSeb
2022-12-01
1
-0
/
+1
*
[DYNAREC] More control over HotPage handling with BOX64_DYNARC_HOTPAGE
ptitSeb
2022-12-01
1
-0
/
+1
*
[DYNAREC] Added BOX64_DYNAREC_CALLRET option, in rcfile too (faster handling ...
ptitSeb
2022-11-29
1
-0
/
+1
*
Changed how mmap with MAP_32BITS flag is handled (help deadcells, maybe some ...
ptitSeb
2022-11-28
1
-1
/
+1
*
Added box64rc configuration file handling
ptitSeb
2022-11-27
3
-0
/
+17
*
Better handling of rolling logs
ptitSeb
2022-11-15
2
-1
/
+5
*
Small fixes and improvement to memory protection handling
ptitSeb
2022-11-14
1
-0
/
+1
*
Added BOX64_CRASHHANDLER env. var.
ptitSeb
2022-11-14
1
-0
/
+1
*
Improved ROLLING_LOG and improved getcontext/setcontext handling of floating ...
ptitSeb
2022-11-13
1
-0
/
+1
*
Also use size when selecting symbol for R_X86_64_COPY and R_X86_64_GLOB_DAT r...
ptitSeb
2022-11-13
4
-5
/
+6
*
[ANDROID] Build fix
ptitSeb
2022-11-01
1
-1
/
+1
*
Detect when program is linked with glibc 2.34+ to workaround the default libc...
ptitSeb
2022-11-01
2
-0
/
+2
*
Remove dynablocklist (#438)
ptitSeb
2022-10-31
4
-23
/
+14
*
Malloc override (#437)
ptitSeb
2022-10-29
3
-1
/
+6
*
Wrapping of GtkTextView and GtkContainer classes for Gtk3
ptitSeb
2022-10-27
1
-0
/
+48
*
Added BOX64_SHOWBT env. var. to have a backtrace on segfault
ptitSeb
2022-10-27
1
-0
/
+1
*
More flexibility for BOX64_ROLLING_LOG
ptitSeb
2022-10-26
1
-4
/
+2
*
Made a custom implementation of pthread_once
ptitSeb
2022-10-26
1
-2
/
+0
*
Forgot a bunch of other box_ malloc/realloc/calloc/free use
ptitSeb
2022-10-23
2
-6
/
+6
*
Refactored, again, elfloader symbol fetching (ported from box86)
ptitSeb
2022-10-22
6
-21
/
+28
*
[DYNAREC] Added BOX64_DYNAREC_SAFEFLAGS
ptitSeb
2022-10-22
1
-0
/
+1
*
Small refactor and simplification of library_t structure and box64context_t
ptitSeb
2022-10-19
3
-19
/
+14
*
Improved signal handling and x87 flags (with tests backported from box86)
ptitSeb
2022-09-29
1
-0
/
+17
*
Improved handling of CF flags in dec/inc opcodes ([DYNAREC] too) (helps Xonot...
ptitSeb
2022-09-26
1
-2
/
+10
*
More fixes and improvment to bash handling (helps #360)
ptitSeb
2022-09-18
1
-0
/
+3
*
Improved usage of x86_64 bash with BOX64_BASH env var
ptitSeb
2022-09-15
2
-1
/
+1
*
Some more wrapping on AtkUtils
ptitSeb
2022-09-11
1
-0
/
+14
*
When running x86_64 bash, using x86_64 bash to run script automaticaly (for #...
ptitSeb
2022-09-08
2
-0
/
+2
*
[DYNAREC] Improve memory protection tracking (help #361)
ptitSeb
2022-09-04
1
-2
/
+3
*
Add SW64 base support (#382)
wannacu
2022-08-11
1
-0
/
+37
*
Also use __libc_memalign instead of posix_memalign
ptitSeb
2022-08-06
1
-5
/
+8
*
All box internal memory alloc use __libc_ internal one (except on Android, us...
ptitSeb
2022-08-06
1
-0
/
+18
*
Small improvment to BOX64_ROLLING_LOG=1
ptitSeb
2022-07-30
1
-1
/
+1
*
Added wrapping of GtkTextViewClass in gtk2
ptitSeb
2022-07-30
1
-0
/
+25
*
Added BOX64_ROLLING_LOG=1 for a 'Just in Time LOG=2' on signal
ptitSeb
2022-07-30
2
-0
/
+8
*
Improved wrapping of libatk
ptitSeb
2022-07-27
1
-0
/
+34
*
Some work around chromium / libcef / electron / nw (still not ok)
ptitSeb
2022-07-23
1
-1
/
+1
*
Added wrapped gtk3 and gdk3 (from box86)
ptitSeb
2022-07-15
1
-87
/
+204
*
Changed various log level for libdl file open error
ptitSeb
2022-07-09
1
-3
/
+5
*
Various improvement and some workaround to support musl binary (for #324)
ptitSeb
2022-07-09
1
-0
/
+1
*
[DYNAREC] Add a mecanism to remember fixed address accessed with LOCK, so MOV...
ptitSeb
2022-07-03
1
-0
/
+6
*
Reworked TLS to limit resizing, as it tends to break Unity3D games
ptitSeb
2022-07-03
1
-2
/
+4
*
Fixed some issue with TLS data not beeing updated correctly after ElfInit (fi...
ptitSeb
2022-06-06
1
-0
/
+1
*
Added some failsafe on unwind
ptitSeb
2022-06-05
1
-1
/
+1
*
Small change to avoid wlib_t declaration in wrappedlibs.h (from box86)
ptitSeb
2022-05-09
1
-2
/
+1
*
Some refactor on wrapped lib handling, to limit calloc/free used and get more...
ptitSeb
2022-05-09
2
-8
/
+5
*
Improved BOX64_LOAD_ADDR env. var. to help having reproducible runs
ptitSeb
2022-04-24
1
-0
/
+1
[next]