about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* Mark memprot as volatile to try help stability in heavily multithread programsptitSeb2021-11-111-5/+7
* Improved CMPSS/CMPSD opcodes, improved test17 ([DYNAREC] too, and improved MI...ptitSeb2021-11-077-66/+374
* Chnaged memory protection tracking to reduce usage of lock, especially for [D...ptitSeb2021-11-055-171/+177
* Added 1 wrapped function to freetype (for SOR4)ptitSeb2021-11-021-1/+1
* Better wrapping for libz inflateptitSeb2021-11-024-1/+14
* [DYNAREC] Fixed right shift emmiter with const = 1 (help wine 6.17, and proba...ptitSeb2021-11-011-3/+3
* Added handling of ARCH_GET_FS to arch_prctlptitSeb2021-11-011-0/+3
* [DEBUG] Don't overwrite trace if %pid is usedptitSeb2021-11-011-8/+15
* [ARM64] Check if Atomics are supported (not used yet)ptitSeb2021-11-012-0/+6
* Added Phytium paragraph to COMPILE.mdptitSeb2021-10-301-0/+16
* Updated the CHANGELOGptitSeb2021-10-271-0/+28
* [DYNAREC] Cancel a dynablock if a segfault occurs while building itptitSeb2021-10-274-2/+20
* Added signalfd wrapped function to libcptitSeb2021-10-261-1/+1
* Fixed some program (like the one made in rust) that was getting the command l...ptitSeb2021-10-261-1/+8
* Added reboot wrapped function to libcptitSeb2021-10-261-1/+1
* Added a bunch of aio_ and mq_ wrapped function to librtptitSeb2021-10-264-17/+42
* Added mogery to major code contributor in chinese Readme tooptitSeb2021-10-251-1/+1
* Added @mogery to major code contributorptitSeb2021-10-251-1/+1
* Detect steamwebhelper and don't load it for now (until it's actually fixed)ptitSeb2021-10-241-0/+5
* Optimized (and small fixes) to custom allocator ([DYNAREC] Speedup long launc...ptitSeb2021-10-241-68/+134
* Added 67 0F 67/7F ocpodes ([DYNAREC] too) (for The Last Federation)ptitSeb2021-10-245-1/+60
* Added wrapped libncursesw.so.6 (for #148)ptitSeb2021-10-238-0/+657
* Fixed SDL_Log wrapped functionptitSeb2021-10-231-1/+1
* Added FcConfigAppFontAddDir wrapped function (for #150)ptitSeb2021-10-221-1/+1
* Merge pull request #147 from bbbruni/mainptitSeb2021-10-216-0/+222
|\
| * Added PKGBUILD-x86_64-DEBUGbbbruni2021-10-211-0/+43
| * Added PKGBUILD-tegra-DEBUGbbbruni2021-10-211-0/+44
| * Added PKGBUILD-rpi4-DEBUGbbbruni2021-10-211-0/+44
| * Added PKGBUILD-rk3399-DEBUGbbbruni2021-10-211-0/+44
| * Changed DCMAKE_BUILD_TYPE to Debugbbbruni2021-10-211-1/+1
| * Add debug version of PKGBUILD-arm64bbbruni2021-10-211-0/+44
| * Disable compiler optimizations in debug modebbbruni2021-10-211-0/+3
|/
* Added a new wrapped function to libc (for #143)ptitSeb2021-10-211-2/+2
* Proper fix for link issue on glibc 2.34+ (for #120)ptitSeb2021-10-201-4/+12
* Added explicit link with libc (might help with #120)ptitSeb2021-10-201-1/+1
* Merge pull request #135 from mogery/getattr-align-wrapptitSeb2021-10-186-0/+17
|\
| * Add alignment wrapper to pthread_getattr_np.Gergő Móricz2021-10-176-0/+17
* | Merge pull request #137 from Heasterian/patch-2ptitSeb2021-10-180-0/+0
|\ \
| * | Fixing typoHeasterian2021-10-171-1/+1
* | | Fixed buildptitSeb2021-10-171-1/+1
|/ /
* | Merge pull request #136 from Heasterian/patch-1ptitSeb2021-10-172-1/+23
|\ \ | |/ |/|
| * Update COMPILE.mdHeasterian2021-10-171-0/+17
| * Update CMakeLists.txtHeasterian2021-10-171-1/+6
|/
* [TRAVIS] Try to use Graviton2 for Arm64ptitSeb2021-10-141-2/+2
* Merge pull request #132 from mogery/memory-map-fixptitSeb2021-10-131-2/+11
|\
| * Declare my_mmap and my_munmap to avoid warningmogery2021-10-131-0/+4
| * Fix incorrect brick cleanupmogery2021-10-121-1/+3
| * Map bricks below first 2GB of address spacemogery2021-10-121-1/+4
|/
* [DYNAREC] Added F2 0F E6 opcodeptitSeb2021-10-051-0/+12
* [DYNAREC] Added 67 89/C1/F7 opcodesptitSeb2021-10-052-3/+266