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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Some (mostly) cosmetic change to x64emu initializers
ptitSeb
2024-12-17
2
-5
/
+5
*
[BOX32][WRAPPER] More fixes to sendmsg/rcvmsg wrapping (fixes some wine 32bit...
ptitSeb
2024-12-17
1
-3
/
+7
*
[BOX32] Improved pre-reserve highmem, and use that memory for dynablocks
ptitSeb
2024-12-17
1
-2
/
+10
*
[BOX32][WRAPPING] Added 32bits wrapped libxcb-res and fixes some wrapped func...
ptitSeb
2024-12-17
16
-140
/
+260
*
[RV64_DYNAREC] Extended simple wrapper for more int types (#2160)
xctan
2024-12-17
3
-342
/
+1669
*
[BOX32][WRAPPER] Silence some conversion warnings
ptitSeb
2024-12-16
2
-1
/
+4
*
[WRAPPER] Added wrapped libxcb-res with new wrapperhelper
ptitSeb
2024-12-16
9
-0
/
+209
*
[WRAPPER] Reworked libxcb wrapping with new wrapperhelper
ptitSeb
2024-12-16
6
-698
/
+816
*
[BOX32][WRAPPER] Added 32bits wrapped libxcb
ptitSeb
2024-12-16
12
-8
/
+1082
*
[BOX32][WRAPPER] Prepare xcb_connection_t* align functions
ptitSeb
2024-12-16
1
-0
/
+2
*
[BOX32][WRAPPER] Added 32bits wrapped libx11-xcb
ptitSeb
2024-12-16
9
-0
/
+86
*
[LA64_DYNAREC] Added PTEST opcode (#2158)
Leslie Zhai
2024-12-16
2
-0
/
+35
*
[RV64_DYNAREC] Fixed more regressions (#2157)
Yang Liu
2024-12-15
2
-5
/
+4
*
[BOX32][WRAPPER] More fixes on 32bits libc wrapping
ptitSeb
2024-12-15
3
-2
/
+17
*
[BOX32] Try to impove pthread_cond_t handling
ptitSeb
2024-12-15
1
-1
/
+8
*
[BOX32][WRAPPER] Some fixes to struct msghdr alignment functions
ptitSeb
2024-12-15
2
-5
/
+6
*
[BOX32] Rollback simplied alignment of msghdr as cmsg also needs alignment (s...
ptitSeb
2024-12-15
3
-11
/
+58
*
[BOX32][WRAPPER] Moved all function wrapped from wrappedresolv.c to libc_net3...
ptitSeb
2024-12-15
2
-103
/
+98
*
[BOX32][WRAPPER] Try to fix build issue for older system (for #2156)
ptitSeb
2024-12-15
1
-1
/
+2
*
[BOX32][WRAPPER] Some work on 32bits xcb_connection
ptitSeb
2024-12-15
6
-137
/
+346
*
[BOX32][WRAPPER] More work on libc wrapping, and some new syscall too
ptitSeb
2024-12-15
11
-30
/
+135
*
[BOX32][WRAPPER] Added mtrace and muntrace to 32bits wrapped libc (for #2155)
ptitSeb
2024-12-15
1
-2
/
+2
*
[WRAPPER] Made gtkclass.c less likely to be recompiled (#2153)
Yang Liu
2024-12-15
1
-6
/
+87
*
[BOX32][WRAPPER] More fixes to libc and libX11 wrapping
ptitSeb
2024-12-14
8
-11
/
+117
*
[BOX32][WRAPPER] More fixes to libc and X11 wrapping
ptitSeb
2024-12-14
8
-95
/
+79
*
[BOX32][WRAPPER] Fixes and improves libc wrapping
ptitSeb
2024-12-14
7
-15
/
+55
*
[DYNAREC] Revert default BOX64_DYNAREC_PAUSE to 0 (for #2152)
ptitSeb
2024-12-14
1
-1
/
+1
*
[BOX32][WRAPPER] Many fixes and improvments to X11 wrapping
ptitSeb
2024-12-14
13
-90
/
+290
*
[BOX32][WRAPPER] Added more 32bits wrapped functions
ptitSeb
2024-12-13
12
-14
/
+106
*
[BOX32][WRAPPER] Added a few more libc 32bits wrapped functions
ptitSeb
2024-12-13
5
-6
/
+22
*
[BOX32][WRAPPER] Added a few 32bits wrapped function libnsl
ptitSeb
2024-12-13
4
-15
/
+31
*
[BOX32][WRAPPER] Added a few more 32bits wrapped libc functions
ptitSeb
2024-12-13
6
-7
/
+32
*
[BOX32][WRAPPER] Added empty 32bits wrapped libnsl
ptitSeb
2024-12-13
8
-1
/
+186
*
[BOX32][WRAPPER] Added a 32bits dummy libvdpau wrapped lib
ptitSeb
2024-12-13
9
-0
/
+84
*
[BOX32][WRAPPER] Added 32bits wrapped libdrm with new wrapperhelper
ptitSeb
2024-12-13
9
-0
/
+514
*
[BOX32][WRAPPER] Added a few more libc and libresolv 32bits wrapped functions
ptitSeb
2024-12-13
7
-10
/
+28
*
[BOX32][WRAPPER] Added a arge batch of 32bits wrapped function to X11 and fri...
ptitSeb
2024-12-13
20
-169
/
+1132
*
[RV64_DYNAREC] Optimize push/pop with xtheadmemidx (#2150)
Yang Liu
2024-12-13
2
-30
/
+100
*
[BOX32][WRAPPER] Added 3 more 32bits wrapped function to libcairo
ptitSeb
2024-12-13
8
-5
/
+80
*
[BOX32][WRAPPER] Added more SDL2 32bts wrapped functions
ptitSeb
2024-12-13
6
-14
/
+190
*
[BOX32][WRAPPER] Added 1 more libc 32bits wrapped funciton, and fixed an exis...
ptitSeb
2024-12-13
6
-7
/
+54
*
[RV64_DYNAREC] Fixed some TO_NAT usages (#2149)
Yang Liu
2024-12-13
1
-4
/
+4
*
[RV64_DYNAREC] Reinitialize sew after callret (#2148)
Yang Liu
2024-12-13
1
-27
/
+14
*
[RV64_DYNAREC] Reworked ZEROUP and freed t0 (#2147)
xctan
2024-12-12
14
-80
/
+74
*
[BOX32][WRAPPER] Added a few more 32bits wrapped function to libc
ptitSeb
2024-12-12
6
-22
/
+45
*
[BOX32][WRAPPER] Added 32bits wrapped libXdamage
ptitSeb
2024-12-12
7
-0
/
+69
*
[BOX32][WRAPPER] Added 32bits wrapped libcairo
ptitSeb
2024-12-12
14
-15
/
+770
*
[BOX32][WRAPPER] Added a few more 32bits wrapped function to libfontconfig
ptitSeb
2024-12-12
6
-43
/
+130
*
[RV64_DYNAREC] New register mapping (#2139)
Yang Liu
2024-12-12
25
-638
/
+639
*
[LA64_DYNAREC] Added more opcodes (#2145)
Leslie Zhai
2024-12-12
3
-0
/
+64
[prev]
[next]