about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* [BOX32] More fixes on libc wrappingptitSeb2024-12-198-122/+185
|
* [BOX32] Boosted xcbconnection slot from 8 to 16ptitSeb2024-12-191-1/+1
|
* [LA64_DYNAREC] Added CLC and PMOVZXBW opcodes (#2172)Leslie Zhai2024-12-192-0/+16
|
* [LA64_DYNAREC] Fix VPICKVE2GR_WU typo (#2171)Leslie Zhai2024-12-191-4/+4
| | | | | * [LA64_DYNAREC] Fix VPICKVE2GR_WU typo * [LA64_DYNAREC] Fix VPICKVE2GR_BU|HU_DU typo
* [RV64_DYNAREC] Fixed 32bits SUBz (#2170)Yang Liu2024-12-181-1/+9
|
* [RV64_DYNAREC] Added more LOCK prefix opcodes (#2169)Yang Liu2024-12-181-0/+79
|
* [RV64_DYNAREC] Fixed 32bit ADDIz (#2168)Yang Liu2024-12-181-1/+9
|
* [RV64_DYNAREC] Fixed CMPXCHG8B (#2167)Yang Liu2024-12-181-5/+5
|
* [RV64_DYNAREC] Added unaligned support to CMPXCHG8B opcode (#2166)Yang Liu2024-12-183-69/+101
|
* Improved handling of stack size and addresses attribute for threads ([BOX32] ↵ptitSeb2024-12-182-50/+80
| | | | too)
* Added an helper function to abort and backtrace (used in [BOX32] when ↵ptitSeb2024-12-182-2/+37
| | | | pointer address not 32bits compatible)
* [ELFLOADER] Do not fornul dlclose remaining libs at exit, just lest ↵ptitSeb2024-12-181-2/+2
| | | | dependancies do the unload (help gogdl and nile)
* Simplfied env var and trace file initial managmentptitSeb2024-12-181-58/+28
|
* [GDBJIT] Refined RV64 and LA64 support (#2165)Yang Liu2024-12-184-6/+10
|
* [LA64_DYNAREC] Added POPCNT opcode and fixed an issue too (#2164)Yang Liu2024-12-183-3/+55
|
* [GDBJIT] Show x64pc in gdb, also added documentation (#2163)Yang Liu2024-12-184-6/+17
| | | | | | | | | * [GDBJIT] Show x64pc in gdb * Add env. variable and documentation * typo * oops
* Added initial GDBJIT support (#2162)Yang Liu2024-12-1712-1/+197
| | | | | | | * Added GDBJIT support * fix * fix
* [BOX32][TRACE] Improved trace of wrapped functionsptitSeb2024-12-171-102/+105
|
* [BOX32] Small change on how tls memory is allocatedptitSeb2024-12-172-4/+4
|
* Some (mostly) cosmetic change to x64emu initializersptitSeb2024-12-172-5/+5
|
* [BOX32][WRAPPER] More fixes to sendmsg/rcvmsg wrapping (fixes some wine ↵ptitSeb2024-12-171-3/+7
| | | | 32bits stuffs)
* [BOX32] Improved pre-reserve highmem, and use that memory for dynablocksptitSeb2024-12-171-2/+10
|
* [BOX32][WRAPPING] Added 32bits wrapped libxcb-res and fixes some wrapped ↵ptitSeb2024-12-1716-140/+260
| | | | functions from libxcb
* [RV64_DYNAREC] Extended simple wrapper for more int types (#2160)xctan2024-12-173-342/+1669
|
* [BOX32][WRAPPER] Silence some conversion warningsptitSeb2024-12-162-1/+4
|
* [WRAPPER] Added wrapped libxcb-res with new wrapperhelperptitSeb2024-12-169-0/+209
|
* [WRAPPER] Reworked libxcb wrapping with new wrapperhelperptitSeb2024-12-166-698/+816
|
* [BOX32][WRAPPER] Added 32bits wrapped libxcbptitSeb2024-12-1612-8/+1082
|
* [BOX32][WRAPPER] Prepare xcb_connection_t* align functionsptitSeb2024-12-161-0/+2
|
* [BOX32][WRAPPER] Added 32bits wrapped libx11-xcbptitSeb2024-12-169-0/+86
|
* [LA64_DYNAREC] Added PTEST opcode (#2158)Leslie Zhai2024-12-162-0/+35
|
* [RV64_DYNAREC] Fixed more regressions (#2157)Yang Liu2024-12-152-5/+4
|
* [BOX32][WRAPPER] More fixes on 32bits libc wrappingptitSeb2024-12-153-2/+17
|
* [BOX32] Try to impove pthread_cond_t handlingptitSeb2024-12-151-1/+8
|
* [BOX32][WRAPPER] Some fixes to struct msghdr alignment functionsptitSeb2024-12-152-5/+6
|
* [BOX32] Rollback simplied alignment of msghdr as cmsg also needs alignment ↵ptitSeb2024-12-153-11/+58
| | | | (some docs are eroneous about cmsg_len field type)
* [BOX32][WRAPPER] Moved all function wrapped from wrappedresolv.c to ↵ptitSeb2024-12-152-103/+98
| | | | libc_net32.c (still should help #2156)
* [BOX32][WRAPPER] Try to fix build issue for older system (for #2156)ptitSeb2024-12-151-1/+2
|
* [BOX32][WRAPPER] Some work on 32bits xcb_connectionptitSeb2024-12-156-137/+346
|
* [BOX32][WRAPPER] More work on libc wrapping, and some new syscall tooptitSeb2024-12-1511-30/+135
|
* [BOX32][WRAPPER] Added mtrace and muntrace to 32bits wrapped libc (for #2155)ptitSeb2024-12-151-2/+2
|
* [WRAPPER] Made gtkclass.c less likely to be recompiled (#2153)Yang Liu2024-12-151-6/+87
|
* [BOX32][WRAPPER] More fixes to libc and libX11 wrappingptitSeb2024-12-148-11/+117
|
* [BOX32][WRAPPER] More fixes to libc and X11 wrappingptitSeb2024-12-148-95/+79
|
* [BOX32][WRAPPER] Fixes and improves libc wrappingptitSeb2024-12-147-15/+55
|
* [DYNAREC] Revert default BOX64_DYNAREC_PAUSE to 0 (for #2152)ptitSeb2024-12-141-1/+1
|
* [BOX32][WRAPPER] Many fixes and improvments to X11 wrappingptitSeb2024-12-1413-90/+290
|
* [BOX32][WRAPPER] Added more 32bits wrapped functionsptitSeb2024-12-1312-14/+106
|
* [BOX32][WRAPPER] Added a few more libc 32bits wrapped functionsptitSeb2024-12-135-6/+22
|
* [BOX32][WRAPPER] Added a few 32bits wrapped function libnslptitSeb2024-12-134-15/+31
|