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 a new option BOX64_MMAP32 to use 32bits mapping on external MMAP (help ...
ptitSeb
2024-01-23
2
-0
/
+4
*
[DYNAREC] use an rbtree for dynablock size and max_db_size update
ptitSeb
2024-01-23
2
-0
/
+3
*
Round size to pagesize on the tracked memory
ptitSeb
2024-01-16
1
-0
/
+2
*
[RBTREE] Reverted memory tracking to 32 bits (#1201)
rajdakin
2024-01-13
2
-9
/
+14
*
Added (much) more slot for genereic GCallback on gobject2
ptitSeb
2024-01-07
1
-0
/
+102
*
[ARM64_DYNAREC] Attempt to use FRINTTS extension
ptitSeb
2024-01-05
1
-0
/
+1
*
[RCFILE] Add a function to quickly get current process name
ptitSeb
2024-01-02
1
-0
/
+1
*
[MEMORY] Switched from a sparse array to a red-black tree (#1180)
rajdakin
2023-12-31
3
-10
/
+18
*
More work on xcb wrapping, as xcb_connection_t needs alignment
ptitSeb
2023-12-26
1
-0
/
+5
*
Introduce new BOX64_MAXCPU to cap the number of cpu core exposed, and created...
ptitSeb
2023-12-21
1
-0
/
+1
*
Many new (and some fixed) gtk3/gdk3 functions (for Cemu)
ptitSeb
2023-12-07
1
-3
/
+19
*
[GTK3] Wrapped GtkFixed
ptitSeb
2023-12-06
1
-0
/
+12
*
Fix for non-dynarec build
ptitSeb
2023-12-06
1
-1
/
+1
*
[INTERPRETER] Added addling to divide by 0 exception
ptitSeb
2023-12-05
1
-0
/
+1
*
Improved bridge name storage/retreival
ptitSeb
2023-12-01
1
-3
/
+0
*
Added full support for the SHA cpu extension
ptitSeb
2023-11-21
1
-0
/
+2
*
[ARM64_DYNAREC] Improved 0F A4 opcode
ptitSeb
2023-11-16
1
-1
/
+4
*
[ARM64_DYNAREC] Fixed shrd 32/64bits opcodes
ptitSeb
2023-11-16
1
-1
/
+4
*
Workaround to handle SIGMAX properly (should help #1056)
ptitSeb
2023-11-15
1
-4
/
+4
*
[ELFLOADER] Small changes on elf memory managment
ptitSeb
2023-11-13
1
-0
/
+1
*
Cleaned up syscall and signed register access
ptitSeb
2023-11-10
1
-0
/
+38
*
Added BOX64_FUTEX_WAITV, on by default expect for BAD_SIGNAL build
ptitSeb
2023-11-10
1
-0
/
+1
*
Added BOX64_INPROCESSGPU setting (helps Heroic 2.10 at least)
ptitSeb
2023-11-05
1
-0
/
+1
*
Better way to track mapped memory
ptitSeb
2023-11-05
1
-2
/
+1
*
[ELFLOADER] Fixed loading of elf with huge alignment
ptitSeb
2023-11-01
1
-3
/
+3
*
[ELFLOADER] Changed how memory is managed in elfloader
ptitSeb
2023-10-31
2
-3
/
+3
*
Another fix to wrapped mmap (should fix #1031, hopefully not creating more re...
ptitSeb
2023-10-27
1
-0
/
+1
*
[INTERP] Fix fpu_round (#1030)
Yang Liu
2023-10-25
1
-0
/
+1
*
[ARM64_DYNAREC] Preparing handling of FLAGM and FLAGM2 extensions
ptitSeb
2023-10-18
1
-0
/
+2
*
[ARM64_DYNAREC] More changes to Strong memory model emulation
ptitSeb
2023-10-18
1
-0
/
+1
*
[ARM64_DYNAREC] Added support for BOX4_DYNAREC_ALIGNED_ATOMICS
ptitSeb
2023-10-17
1
-0
/
+1
*
Various changes on pthread cancel and tls destructor, should be easier to mai...
ptitSeb
2023-10-13
2
-0
/
+23
*
Added BOX64_SDL2_JGUID, a workaround for game using old SDL_GetJoystickGUIDIn...
ptitSeb
2023-10-11
1
-0
/
+1
*
Improved gstreamer wrapping
ptitSeb
2023-10-09
1
-15
/
+985
*
[DYNAREC] Introduce a config that should save a bit of mmemory at runtime (ON...
ptitSeb
2023-10-01
1
-0
/
+18
*
[DYNAREC] Changed lock mecanism for memory protection
ptitSeb
2023-10-01
1
-0
/
+1
*
[ANDROID] Fix build
ptitSeb
2023-09-30
1
-1
/
+3
*
[ANDROID] No mallochack on Android
ptitSeb
2023-09-30
1
-7
/
+6
*
Improvd steam/proton handling, and gstreamer initialization and a large bunch...
ptitSeb
2023-09-16
2
-0
/
+433
*
[RV64_DYNAREC] Added thead vendor extension detection
Yang Liu
2023-09-11
1
-2
/
+11
*
[ANDOIRD] Yet another attempt to fix the build
ptitSeb
2023-09-02
1
-1
/
+2
*
[ELFLOADER] Better handling of dlopen library without RTLD_GLOBAL flags
ptitSeb
2023-08-27
2
-0
/
+2
*
Fixed detection and loading of program linked with glibc 2.34+
ptitSeb
2023-08-26
1
-0
/
+1
*
[ELFLOADER] Adjusted fetching of symbol (help Steam Unity3d linux games, like...
ptitSeb
2023-08-19
1
-0
/
+1
*
Change again a bit how jmpbuffer and resuming of signal is handled
ptitSeb
2023-07-30
1
-1
/
+1
*
Better handling of int 29/2C/2d with wine ([ARM64_DYNAREC] too)
ptitSeb
2023-07-22
1
-0
/
+1
*
Merge pull request #896 from josch/exe
ptitSeb
2023-07-21
32
-0
/
+0
|
\
|
*
remove executable bits
Johannes Schauer Marin Rodrigues
2023-07-21
32
-0
/
+0
*
|
Fixed some warnings/build errors
ptitSeb
2023-07-16
1
-1
/
+2
*
|
[ELFLOADER] Reworked R_X86_64_COPY and R_X86_64_GLOB_DAT handling, improving ...
ptitSeb
2023-07-15
1
-0
/
+1
[next]