index
:
box64
this commit
fix/trace
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Mark memprot as volatile to try help stability in heavily multithread programs
ptitSeb
2021-11-11
1
-5
/
+7
*
Improved CMPSS/CMPSD opcodes, improved test17 ([DYNAREC] too, and improved MI...
ptitSeb
2021-11-07
7
-66
/
+374
*
Chnaged memory protection tracking to reduce usage of lock, especially for [D...
ptitSeb
2021-11-05
5
-171
/
+177
*
Added 1 wrapped function to freetype (for SOR4)
ptitSeb
2021-11-02
1
-1
/
+1
*
Better wrapping for libz inflate
ptitSeb
2021-11-02
4
-1
/
+14
*
[DYNAREC] Fixed right shift emmiter with const = 1 (help wine 6.17, and proba...
ptitSeb
2021-11-01
1
-3
/
+3
*
Added handling of ARCH_GET_FS to arch_prctl
ptitSeb
2021-11-01
1
-0
/
+3
*
[DEBUG] Don't overwrite trace if %pid is used
ptitSeb
2021-11-01
1
-8
/
+15
*
[ARM64] Check if Atomics are supported (not used yet)
ptitSeb
2021-11-01
2
-0
/
+6
*
Added Phytium paragraph to COMPILE.md
ptitSeb
2021-10-30
1
-0
/
+16
*
Updated the CHANGELOG
ptitSeb
2021-10-27
1
-0
/
+28
*
[DYNAREC] Cancel a dynablock if a segfault occurs while building it
ptitSeb
2021-10-27
4
-2
/
+20
*
Added signalfd wrapped function to libc
ptitSeb
2021-10-26
1
-1
/
+1
*
Fixed some program (like the one made in rust) that was getting the command l...
ptitSeb
2021-10-26
1
-1
/
+8
*
Added reboot wrapped function to libc
ptitSeb
2021-10-26
1
-1
/
+1
*
Added a bunch of aio_ and mq_ wrapped function to librt
ptitSeb
2021-10-26
4
-17
/
+42
*
Added mogery to major code contributor in chinese Readme too
ptitSeb
2021-10-25
1
-1
/
+1
*
Added @mogery to major code contributor
ptitSeb
2021-10-25
1
-1
/
+1
*
Detect steamwebhelper and don't load it for now (until it's actually fixed)
ptitSeb
2021-10-24
1
-0
/
+5
*
Optimized (and small fixes) to custom allocator ([DYNAREC] Speedup long launc...
ptitSeb
2021-10-24
1
-68
/
+134
*
Added 67 0F 67/7F ocpodes ([DYNAREC] too) (for The Last Federation)
ptitSeb
2021-10-24
5
-1
/
+60
*
Added wrapped libncursesw.so.6 (for #148)
ptitSeb
2021-10-23
8
-0
/
+657
*
Fixed SDL_Log wrapped function
ptitSeb
2021-10-23
1
-1
/
+1
*
Added FcConfigAppFontAddDir wrapped function (for #150)
ptitSeb
2021-10-22
1
-1
/
+1
*
Merge pull request #147 from bbbruni/main
ptitSeb
2021-10-21
6
-0
/
+222
|
\
|
*
Added PKGBUILD-x86_64-DEBUG
bbbruni
2021-10-21
1
-0
/
+43
|
*
Added PKGBUILD-tegra-DEBUG
bbbruni
2021-10-21
1
-0
/
+44
|
*
Added PKGBUILD-rpi4-DEBUG
bbbruni
2021-10-21
1
-0
/
+44
|
*
Added PKGBUILD-rk3399-DEBUG
bbbruni
2021-10-21
1
-0
/
+44
|
*
Changed DCMAKE_BUILD_TYPE to Debug
bbbruni
2021-10-21
1
-1
/
+1
|
*
Add debug version of PKGBUILD-arm64
bbbruni
2021-10-21
1
-0
/
+44
|
*
Disable compiler optimizations in debug mode
bbbruni
2021-10-21
1
-0
/
+3
|
/
*
Added a new wrapped function to libc (for #143)
ptitSeb
2021-10-21
1
-2
/
+2
*
Proper fix for link issue on glibc 2.34+ (for #120)
ptitSeb
2021-10-20
1
-4
/
+12
*
Added explicit link with libc (might help with #120)
ptitSeb
2021-10-20
1
-1
/
+1
*
Merge pull request #135 from mogery/getattr-align-wrap
ptitSeb
2021-10-18
6
-0
/
+17
|
\
|
*
Add alignment wrapper to pthread_getattr_np.
Gergő Móricz
2021-10-17
6
-0
/
+17
*
|
Merge pull request #137 from Heasterian/patch-2
ptitSeb
2021-10-18
0
-0
/
+0
|
\
\
|
*
|
Fixing typo
Heasterian
2021-10-17
1
-1
/
+1
*
|
|
Fixed build
ptitSeb
2021-10-17
1
-1
/
+1
|
/
/
*
|
Merge pull request #136 from Heasterian/patch-1
ptitSeb
2021-10-17
2
-1
/
+23
|
\
\
|
|
/
|
/
|
|
*
Update COMPILE.md
Heasterian
2021-10-17
1
-0
/
+17
|
*
Update CMakeLists.txt
Heasterian
2021-10-17
1
-1
/
+6
|
/
*
[TRAVIS] Try to use Graviton2 for Arm64
ptitSeb
2021-10-14
1
-2
/
+2
*
Merge pull request #132 from mogery/memory-map-fix
ptitSeb
2021-10-13
1
-2
/
+11
|
\
|
*
Declare my_mmap and my_munmap to avoid warning
mogery
2021-10-13
1
-0
/
+4
|
*
Fix incorrect brick cleanup
mogery
2021-10-12
1
-1
/
+3
|
*
Map bricks below first 2GB of address space
mogery
2021-10-12
1
-1
/
+4
|
/
*
[DYNAREC] Added F2 0F E6 opcode
ptitSeb
2021-10-05
1
-0
/
+12
*
[DYNAREC] Added 67 89/C1/F7 opcodes
ptitSeb
2021-10-05
2
-3
/
+266
[prev]
[next]