about summary refs log tree commit diff stats
path: root/src/include/box64stack.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-12Added a 1 more libc wrapped functionptitSeb1-1/+1
2021-04-12Fixed some issues with pthread wrappingptitSeb1-8/+15
2021-04-12[DYNAREC] Added 66 0F 5D/5F opcodesptitSeb1-0/+14
2021-04-12[DYNAREC] Fixed F2 0F 5D/5F opcodesptitSeb1-2/+2
2021-04-12Improved pthread wrappingptitSeb6-9/+51
2021-04-12Added 64 F3 0F 11/59 opcodesptitSeb1-2/+22
2021-04-12More alignment work on thread (some attr are bigger on arm64 than x86_64)ptitSeb2-113/+224
2021-04-11Added A0/A2 opcodes ([DYNAREC] too)ptitSeb3-6/+32
2021-04-11Fixed a warning in wrapped libsdl2ptitSeb1-1/+1
2021-04-11Forgot to add SDL1rajdakin3-87/+37
2021-04-11General improvements to box64 and fixed some SDL2 functionsrajdakin61-333/+1666
2021-04-11[DYNAREC] Added 0F F2 opcodeptitSeb1-0/+12
2021-04-11[DYNAREC] Added 66 0F E1/F2 opcodeptitSeb1-0/+28
2021-04-11[DYNAREC] Added 0F 74 opcodeptitSeb2-0/+10
2021-04-11[DYNAREC] Added 66 0F DA opcodeptitSeb1-1/+7
2021-04-11[DYNAREC] Added 0F 63 opcodeptitSeb1-0/+10
2021-04-11[DYNAREC] Added 0F E3 opcodeptitSeb1-0/+8
2021-04-11Fixed 0F E3 opcodeptitSeb1-6/+3
2021-04-11[DYNAREC] Added 66 0F E2 ocpodeptitSeb2-0/+39
2021-04-11[DYNAREC] Added F3 0F 5B opcodeptitSeb1-0/+7
2021-04-11[DYNAREC] Added F3 0F D6 opcodeptitSeb1-0/+14
2021-04-11Added F2 0F F0 ocpode ([DYNAREC] too)ptitSeb2-1/+23
2021-04-11[DYNAREC] Added 0F DE/DF opcodesptitSeb1-1/+14
2021-04-11Added 0F DE opcodeptitSeb1-1/+7
2021-04-11Added wrapped libSDL2_netptitSeb8-1/+108
2021-04-11[DYNAREC] Improved (and fixed) Table64 handlingptitSeb5-9/+23
2021-04-11Improvement in internal mutex handling on signal, and [DYNAREC] multitasking ...ptitSeb7-49/+184
2021-04-11[DYNAREC] Fixed, again, arm64_lock_storeifref functionptitSeb1-1/+1
2021-04-11[DYNAREC] Fixed arm64_lock_storeifref functionptitSeb1-2/+3
2021-04-11[DYNAREC] Removed obsolete commentsptitSeb1-4/+0
2021-04-11[DYNAREC] Added address on Jump to non-block address warning logptitSeb1-1/+1
2021-04-10Added some libc symbolsrajdakin2-5/+8
2021-04-10Fixed FF INC and DEC opcodesrajdakin1-4/+12
2021-04-10Better trace for a few GL functionsptitSeb1-0/+15
2021-04-10[DYNAREC] Fixed address used by this warningptitSeb1-4/+4
2021-04-10Grab thread emu when calling init Library instead of NULLptitSeb1-1/+1
2021-04-09Fixed the libraries free orderingrajdakin11-62/+124
2021-04-09Changed missed unwanted "box86"rajdakin10-26/+26
2021-04-09Added gethostbyname wrapped functionptitSeb1-1/+1
2021-04-09Added F0 87 opcode ([DYNAREC] too)ptitSeb2-1/+71
2021-04-09Fixed a warningptitSeb1-1/+1
2021-04-09Fix NOALIGN buildptitSeb1-0/+2
2021-04-09Added one more wcs wrapped functionptitSeb1-1/+1
2021-04-09Added unligned case for lock inc dword ptr[xx]ptitSeb1-3/+14
2021-04-09Added wcstof wrapped functionptitSeb1-1/+1
2021-04-09pthread_attr_t don't have the same size on x86_64 (0x38) and arm64 (0x40)...ptitSeb5-14/+167
2021-04-09Small comment on syscallptitSeb1-1/+1
2021-04-08More libc wrapped functionsptitSeb1-1/+1
2021-04-08Added 64 F2 0F 11 and 64 39 opcodesptitSeb1-5/+46
2021-04-08A few more wrapped libc functionsptitSeb1-9/+9