about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* [TRACE] Better trace for mmap errorptitSeb2023-10-131-0/+4
* Use BOX64_RESERVE_HIGHMEM by default on ADLINK profileptitSeb2023-10-131-0/+4
* [WRAPPER] Added missing function signature (#1024)Yang Liu2023-10-133-0/+5
* Add a new vulkan extension: VK_KHR_maintenance5 (#1021)Sophon2023-10-121-0/+6
* [ARM64_DYNAREC] Fixes some border case 32bits potential issue with GETEDz hel...ptitSeb2023-10-121-1/+1
* Merge branch 'main' of https://github.com/ptitSeb/box64ptitSeb2023-10-111-0/+3
|\
| * [RV64_DYNAREC] Fix a build warning (#1020)Yang Liu2023-10-111-0/+3
* | [ARM64_DYNAREC] Small improvement to certain cases for 66 0F 70 opcodeptitSeb2023-10-112-0/+18
|/
* A bit more changes to cpuid bits and cpu identificationsptitSeb2023-10-112-8/+8
* [ARM64_DYNAREC] Fixed 66 0F 38 20..25/30..35 to only read needed amount of da...ptitSeb2023-10-112-12/+30
* Added BOX64_SDL2_JGUID, a workaround for game using old SDL_GetJoystickGUIDIn...ptitSeb2023-10-114-2/+18
* [ARM64_DYNAREC] Better place for memory barrier on jmp_next and iret_to_epilogptitSeb2023-10-111-2/+2
* Added a few libgomp wrapped function (for #1019)ptitSeb2023-10-116-5/+68
* Small change on cpuid feature flags for leaf 0x80000001ptitSeb2023-10-111-3/+8
* Updated wrapping of SDL_GetJoystickGUIDInfo with latest version (will help #1...ptitSeb2023-10-108-15/+15
* Fixed signature for functions in wrapped libatomic (will help #1013)ptitSeb2023-10-104-4/+14
* [ARM64] Fixed a SIGBUS handling for VSTR128 not detected correctlyptitSeb2023-10-101-1/+1
* [ARM64_DYNAREC] Added 66 0F 3A 21 opcodeptitSeb2023-10-101-1/+22
* Added wrapped libayatana-appindicator3 and libdbusmenu-glib (for #1013)ptitSeb2023-10-1012-1/+343
* Do not try to get nearest function name if pointer is to smallptitSeb2023-10-101-0/+2
* Fixed a nasty issue with wrapping of libpcreptitSeb2023-10-101-1/+4
* [RV64_DYNAREC] Small fixed single rex.w AF opcodeptitSeb2023-10-101-2/+1
* [ARM64_DYNAREC] Fixed single AF opcodeptitSeb2023-10-101-4/+3
* Fixed processor/core count in cpuid and proc/cpuinfoptitSeb2023-10-102-96/+110
* Improved gstreamer wrappingptitSeb2023-10-098-523/+2390
* [ARM64] Fix SIGBUS workaround for STURptitSeb2023-10-091-2/+2
* [ARM64_DYNAREC] Fixed 66 99 opcodeptitSeb2023-10-091-1/+1
* [ARM64_DYNAREC] Added 66 99 opcodeptitSeb2023-10-091-1/+5
* [ARM64_DYNAREC] Fixed most DA opcodesptitSeb2023-10-081-0/+7
* Another small improvment for signal when running unreadable memoryptitSeb2023-10-081-1/+15
* Improved a bit running unreadable memoryptitSeb2023-10-081-2/+3
* [ARM64] More handling of unaligned accessptitSeb2023-10-081-7/+85
* Added a few wrapped symbols to libwayland-clientptitSeb2023-10-084-10/+22
* [ARM64] Some handling of unaligned write to device memoryptitSeb2023-10-081-0/+32
* Added __isoc99_vswscanf wrapped function (for #1015)ptitSeb2023-10-084-7/+10
* [ARM64_DYNAREC] Take dynarec64_DA into account (#1014)André Zwing2023-10-071-1/+3
* Improved cpu speed detectionptitSeb2023-10-071-2/+28
* Added wrapped liblcms2 and libevent-2.1 used by TeamSpeak3 linux client (for ...ptitSeb2023-10-0714-0/+1185
* Added wrapped threads_add_timeout_full to gdk2 and gdk3 (for #997)ptitSeb2023-10-0710-8/+204
* Added Snapdragon 8 Gen 2 profile (#1009)Sophon2023-10-072-1/+233
* Add c32rtomb wrapped function for dfhack (fixes console, part of issue #939) ...SeeSchloß2023-10-031-1/+1
* Add __sF, __assert2 Symbol and set PThread Symbols on libc (#1004)KreitinnSoftware2023-10-0269-182/+814
* Add mbrtoc32 wrapped function for dfhack (fixes second part of issue #939) (#...SeeSchloß2023-10-021-1/+1
* [ANDROID] Remove PreInit Array Warning and Fix libdl name (#1001)KreitinnSoftware2023-10-013-4/+14
* Cosmetic changeptitSeb2023-10-011-2/+2
* This steam-runtime-launcher-service process never exit and seems to be skipab...ptitSeb2023-10-011-0/+3
* [DYNAREC] Introduce a config that should save a bit of mmemory at runtime (ON...ptitSeb2023-10-014-13/+214
* [RV64_DYNAREC] Fix buildptitSeb2023-10-011-0/+1
* [DYNAREC] Changed lock mecanism for memory protectionptitSeb2023-10-018-85/+203
* [ANDROID] Fix buildptitSeb2023-09-301-1/+3