about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrappedgssapikrb5defs.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-07-21[ARM64_DYNAREC] Add a test about arm64 addresses in pass3, and abort if wrongptitSeb1-0/+1
2024-07-21[DYNAREC] Fixed a typo in an error messageptitSeb1-2/+2
2024-07-21Leave low memory for wine if it's loadedptitSeb1-1/+2
2024-07-20[LA64_DYNAREC] Added more opcodes (#1701)Yang Liu5-722/+811
2024-07-20[LA64_DYNAREC] Added more opcodes (#1700)Yang Liu5-0/+131
2024-07-19[RV64_DYNAREC] Added more 66 0F 38 opcodes for vector (#1699)Yang Liu2-0/+34
2024-07-19[RV64_DYNAREC] Added vector SEW cache (#1698)Yang Liu15-76/+143
* [RV64_DYNAREC] Added vector SEW cache * handling reset_n
2024-07-18[RCFILE] Re-organized box64.box64rc and add EA/Origin launcher progress profilesptitSeb1-50/+77
2024-07-18[RV64_DYNAREC] Added 66 0F 38 00 PSHUFB for vector (#1697)Yang Liu3-4/+32
2024-07-18[RV64_DYNAREC] Added more 66 0F opcodes for vector (#1696)Yang Liu2-0/+47
2024-07-18[RV64_DYNAREC] Show missing opcodes in vector implementation (#1695)Yang Liu3-3/+22
2024-07-18[RV64_DYNAREC] Added vlen detection (#1694)Yang Liu3-2/+14
2024-07-17[LA64_DYNAREC] Added more opcodes and fixed more issues (#1692)Yang Liu4-6/+90
2024-07-17[INTERPRETER] Fixed some issue with INT opcodes and STEP logicptitSeb1-3/+3
2024-07-17Added 1 more wrapped function to gstaudioptitSeb1-1/+1
2024-07-17[LA64_DYNAREC] Added more opcodes (#1690)Yang Liu2-3/+95
2024-07-16Change (again) how Wine prereserved memory is allocated and freedptitSeb2-4/+24
2024-07-16[LA64_DYNAREC] Added more opcodes (#1688)Yang Liu3-0/+90
2024-07-16[LA64_DYNAREC] Fixed CMPSD (#1687)Yang Liu1-1/+1
2024-07-16[LA64_DYNAREC] Fixed some opcodes (#1686)Yang Liu2-3/+9
2024-07-16Changed how TRAPNO 12 is triggeredptitSeb1-4/+5
2024-07-16[RV64_DYNAREC] Fixed GETGXSS_empty on upper bits handling (#1685)Yang Liu1-2/+1
2024-07-16[RV64_DYNAREC] Clear high 32bits when write back as single (#1684)Yang Liu1-2/+5
2024-07-16[LA64_DYNAREC] Remove xMASK and fixed 86 XCHG opcode (#1683)Yang Liu13-90/+67
2024-07-16[ARM64_DYNAREC] Fixed OR Ew, Gw (#1682)Yang Liu1-1/+1
2024-07-16[RV64_DYNAREC] Fixed some bugs for VMP (#1679)xctan5-49/+41
* [RV64_DYNAREC] Fixed reg x3 conflict with the GETEW macro * [RV64_DYNAREC] Fixed (LOCK) XCHG Eb, Gb again * [RV64_DYNAREC] Fixed register conflict in (LOCK) XCHG Eb, Gb
2024-07-16build: fix PKGBUILD-rk3xxx pkgname was set to box86 (#1681)Panda1-1/+1
2024-07-15[LA64_DYNAREC] Added 2 more opcodes (#1680)Yang Liu2-0/+21
2024-07-15Fix hidden error in PR 1677 (#1678)kaixindeken8-102/+149
* Fix most of tiff5 and ltdl7 functions * Adding missing file * delete libltdl7 wrapped * re-wrapped libtiff5 and list all symbols
2024-07-15Added BOX64_SHAEXT to hide sha cpu extension ([RCFILE] And added a profile ↵ptitSeb7-2/+25
using it)
2024-07-15Added missing generated filesptitSeb3-2/+4
2024-07-15Wrapped libtiff5 and libltdl7 (#1677)kaixindeken12-0/+197
* Wrapped libtiff5 * no types generated * libtiff5 added missing defs types undefs files * wrapped libltdl7 * rerun actions * add more wrapped function for tiff5 and ltdl7 * remove unused functions
2024-07-14Something is wrong, emulated gnutls.so.30 doesn't seems to work fine for nowptitSeb1-1/+1
2024-07-14Wrapped lots of new function t be abble to run emulated libgnutls.so.30ptitSeb15-137/+1632
2024-07-14[RCFILE] Update a profile, with a workaround, until fixedptitSeb1-0/+1
2024-07-13Wrap `sqlite3_exec` for libsqlite3 (#1674)Yip Coekjan4-4/+40
2024-07-13Fix signal stack handling on reentrant signal when using SigAltStackptitSeb1-3/+1
2024-07-13[TRACE] Fixed some issue with function name printingptitSeb2-13/+16
2024-07-13Fixed some issue on tracking when protecting memory with PROT=0ptitSeb1-1/+4
2024-07-12Removed debug leftoverptitSeb1-2/+2
2024-07-12Fixed flaky signal handler on 32bits code (mainly for Wine with new Wow64)ptitSeb1-4/+17
2024-07-12Added 1 syscall (for #1672)ptitSeb1-0/+1
2024-07-12Revert "[Wrapped] Added sqlite3_exec (#1671)" (#1673)ptitSeb1-1/+1
This reverts commit 548a21a5ec3f5346d895f59995ade0a404822acd.
2024-07-12[Wrapped] Added sqlite3_exec (#1671)kaixindeken1-1/+1
2024-07-11[RV64_DYNAREC] Cleanup for removed rv64_lock_cas_dq (#1670)Ivan Melnikov2-4/+0
Since rv64_lock_cas_dq is removed, we should also remove its global symbol declaration and its prototype. Otherwise, we get and undefined symbol reference, which breaks ELF checks that some distros employ. Fixes: 9dbd7fc7e0615f48c9287305610bf9aed1cc24f3
2024-07-11[ARM64_DYNAREC] Added handling of FASTNAN=0 to MULSS opcodeptitSeb1-4/+17
2024-07-11Boosted number of X11 callback to 100ptitSeb1-37/+1
2024-07-11Fixed a nasty bug on memory permission trackingptitSeb1-0/+1
2024-07-10[STATICBUILD] removed Android staticbuildptitSeb3-2/+10
2024-07-10[STATICBUILD] buildptitSeb1-1/+2