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
*
[BOX32][WRAPPER] Added a arge batch of 32bits wrapped function to X11 and fri...
ptitSeb
2024-12-13
4
-9
/
+396
*
[BOX32][WRAPPER] Added 3 more 32bits wrapped function to libcairo
ptitSeb
2024-12-13
2
-0
/
+46
*
[BOX32][WRAPPER] Added 1 more libc 32bits wrapped funciton, and fixed an exis...
ptitSeb
2024-12-13
1
-0
/
+35
*
[BOX32][WRAPPER] Added 32bits wrapped libcairo
ptitSeb
2024-12-12
1
-0
/
+12
*
[RV64_DYNAREC] New register mapping (#2139)
Yang Liu
2024-12-12
2
-43
/
+43
*
[BOX32][WRAPPER] Added more libc and libresolv 32bits wrapped functions
ptitSeb
2024-12-12
1
-0
/
+70
*
[BOX32][WRAPER] Improved pthread_mutex handling, and better trace for mutex w...
ptitSeb
2024-12-10
1
-8
/
+23
*
[BOX32] Improved mutex handling, again
ptitSeb
2024-12-08
1
-3
/
+18
*
[NON4KPAGE] Some more adjustments for non-4Kpagesize system (should help #2110)
ptitSeb
2024-12-05
1
-4
/
+4
*
[BOX32] Upped max number of x11 display slot from 4 to 16
ptitSeb
2024-12-04
1
-1
/
+1
*
[BOX32] Some fixes to a few file related 32bits wrapped function (now windows...
ptitSeb
2024-12-04
1
-15
/
+15
*
[BOX32][WRAPER] Fixed Xcursor wrapping
ptitSeb
2024-12-03
2
-0
/
+34
*
Fix X64 build
ptitSeb
2024-12-03
2
-0
/
+2
*
Improved signal handling ([BOX32] Too)
ptitSeb
2024-12-03
3
-33
/
+412
*
Android Long Double handling (#2101)
ptitSeb
2024-12-02
1
-0
/
+58
*
[BOX32][WRAPPER] Improved networks functions
ptitSeb
2024-12-01
1
-1
/
+132
*
Added a new memExist helper function and use it instead of getMmapped were it...
ptitSeb
2024-11-30
2
-3
/
+3
*
[BOX32][WRAPPED] Added one more obstack wrapped function
ptitSeb
2024-11-29
1
-0
/
+6
*
[BOX32][WRAPPER] Added obstack_vprintf wrapped symbol
ptitSeb
2024-11-29
1
-0
/
+12
*
[TRACE] Show backtrace on emit_signal too if asked
ptitSeb
2024-11-29
1
-0
/
+30
*
[BOX32] Removed a debug leftover
ptitSeb
2024-11-23
1
-1
/
+1
*
Removed another debug leftover
ptitSeb
2024-11-20
1
-1
/
+1
*
Removed a debug leftover
ptitSeb
2024-11-20
1
-1
/
+1
*
Improved Signal handling ([ARM4_DYNAREC] too)
ptitSeb
2024-11-18
2
-20
/
+95
*
[BOX32] Fixed previous commit
ptitSeb
2024-11-18
1
-0
/
+1
*
[BOX32] Fixed long double handling on printf like functions
ptitSeb
2024-11-18
1
-2
/
+9
*
[WRAPPER][BOX32] Fixed a few wrapped functions (for hl2)
ptitSeb
2024-11-16
1
-0
/
+2
*
Removed a debug leftover
ptitSeb
2024-11-16
1
-1
/
+1
*
Smal adjustment in singal handling for no-execution error
ptitSeb
2024-11-16
2
-6
/
+7
*
[WRAPPER] Fixed myStackAlignGVariantNew and refined the test too (#2038)
Yang Liu
2024-11-15
1
-49
/
+31
*
[TRACE] More info on signal
ptitSeb
2024-11-15
1
-3
/
+4
*
[LA64] Implement convert x64_va_list_t to sysv_varargs for float (#2025) (#2031)
Leslie Zhai
2024-11-14
1
-0
/
+60
*
[DYNAREC] Small chnage o hotpage detection to make it less sensitive
ptitSeb
2024-11-09
1
-2
/
+4
*
Improved getcontext/setcontext ([BOX32] too)
ptitSeb
2024-11-08
2
-7
/
+9
*
Removed a debug leftover
ptitSeb
2024-11-07
1
-1
/
+0
*
[BOX32] Improve errno handling, and added a few more libc wrapped functions
ptitSeb
2024-11-07
2
-0
/
+2
*
Added a few wrapped function and fixed some other (for Steam)
ptitSeb
2024-11-06
1
-11
/
+17
*
A bit more trace for emited signals
ptitSeb
2024-11-06
1
-0
/
+2
*
Silenced a signal message
ptitSeb
2024-11-05
1
-1
/
+1
*
Disabling memory bit test when pagesize is not 4K
ptitSeb
2024-11-05
1
-0
/
+2
*
Improve handling of memory protection, and excution bit
ptitSeb
2024-11-04
2
-30
/
+100
*
Improved clone wrapped function compatibility
ptitSeb
2024-10-30
1
-1
/
+4
*
[Box64] Fix compilation issues (#1938) (#1952)
Chi-Kuan Chiu
2024-10-22
1
-2
/
+4
*
[BOX32][WRAPPER] Added a few more SDL2 32bits wrapped functions
ptitSeb
2024-10-19
1
-0
/
+10
*
[BOX32] Fixed to a couple of wrapped libc functions
ptitSeb
2024-10-19
1
-5
/
+5
*
[BOX32][WRAPPER] Added 32bits wrapped regex libc functions
ptitSeb
2024-10-19
1
-0
/
+30
*
[BOX32] A few more fixes to libX11 wrapping
ptitSeb
2024-10-18
2
-3
/
+3
*
[BOX32] A few more X11 wrapped functions and fixes
ptitSeb
2024-10-18
2
-0
/
+14
*
[BOX32] Allow internal memory to be in 32bits space if needed
ptitSeb
2024-10-13
2
-4
/
+4
*
[BOX32] Reworked alignment for 32bits stacks
ptitSeb
2024-10-13
1
-0
/
+1
[next]