| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Preserve errno on mmap / munmap speicifc memory traqking operations | ptitSeb | 2024-11-10 | 1 | -1/+5 | |
| | | ||||||
| * | [WRAPPER] Added a bunch of libc wrapped functions (for #2010) | ptitSeb | 2024-11-09 | 1 | -1/+6 | |
| | | ||||||
| * | Added a few wrapped function and fixed some other (for Steam) | ptitSeb | 2024-11-06 | 1 | -0/+54 | |
| | | ||||||
| * | [WRAPPER] Wrapped 3 more symbols for libc (#2000) | Yang Liu | 2024-11-05 | 1 | -8/+8 | |
| | | ||||||
| * | [WRAPPER] merged android naming so no more ifdef is needed | ptitSeb | 2024-11-04 | 1 | -7/+2 | |
| | | ||||||
| * | Improve handling of memory protection, and excution bit | ptitSeb | 2024-11-04 | 1 | -6/+27 | |
| | | ||||||
| * | Fixed a small memory invalid read with my_execv | ptitSeb | 2024-10-30 | 1 | -1/+1 | |
| | | ||||||
| * | Improved clone wrapped function compatibility | ptitSeb | 2024-10-30 | 1 | -0/+1 | |
| | | ||||||
| * | Reworked mmap allocator and wine prereserve handling ([BOX32] fix handling ↵ | ptitSeb | 2024-10-07 | 1 | -3/+5 | |
| | | | | | of wine prereserve) | |||||
| * | Fixed x86_64 build | ptitSeb | 2024-10-04 | 1 | -1/+1 | |
| | | ||||||
| * | Return the correct errno when mmap can't allocated hinted memory address | ptitSeb | 2024-10-04 | 1 | -0/+2 | |
| | | ||||||
| * | [BOX32] Added more 32bits wrapped function and reworked 32bits memory allocator | ptitSeb | 2024-10-03 | 1 | -6/+6 | |
| | | ||||||
| * | Added a hack so program that wprintf to the console actualy work if box64 ↵ | ptitSeb | 2024-09-14 | 1 | -0/+7 | |
| | | | | | already printed something | |||||
| * | [WRAPPERS] Fixed some wrong wrappings (#1814) | rajdakin | 2024-09-10 | 1 | -0/+12 | |
| | | ||||||
| * | Improved wrapped function clone handling of CLONE_NEWUSER flag | ptitSeb | 2024-09-09 | 1 | -0/+7 | |
| | | ||||||
| * | [WRAPPED] Fixed some libc wrapped functions (#1806) | rajdakin | 2024-09-08 | 1 | -18/+83 | |
| | | | | | | | | | | * [WRAPPED] Fixed some libc wrapped functions * [WRAPPED] Fixed static build, added back * [WRAPPED] Fixed unlimited wrapping * [WRAPPED] Forgot to update | |||||
| * | Added a workaround with syscall if statx function is not defined in libc | ptitSeb | 2024-09-07 | 1 | -3/+24 | |
| | | ||||||
| * | Fixed a typo | ptitSeb | 2024-09-06 | 1 | -1/+1 | |
| | | ||||||
| * | [WRAPPED] Update libc wrappers (#1800) | rajdakin | 2024-09-06 | 1 | -3/+3 | |
| | | | | | | | | * [WRAPPED] Fixed some issues in libc_private.h and the wrapper generator * [WRAPPED] Forgot to run the Python script * [WRAPPED] Oops | |||||
| * | [BOX32] This should fix NO_ALIGN box32 build | ptitSeb | 2024-09-04 | 1 | -1/+1 | |
| | | ||||||
| * | [BOX32] Small improvments on memory management | ptitSeb | 2024-09-04 | 1 | -13/+13 | |
| | | ||||||
| * | Revert "[ANDROID] Not use 'libbsd.so' as needed lib and don't define ↵ | KreitinnSoftware | 2024-08-27 | 1 | -2/+18 | |
| | | | | | | NEEDED_L…" (#1762) This reverts commit a7c61d8e20d8176ca956b58a4f837c54760ada0b. | |||||
| * | [ANDROID] Not use 'libbsd.so' as needed lib and don't define NEEDED_LIBS_234 ↵ | KreitinnSoftware | 2024-08-25 | 1 | -18/+2 | |
| | | | | | | | | | | for Android Too, Use BOX64_LD_LIBRARY_PATH instead of LD_LIBRARY_PATH on CTEST (#1754) * [ANDROID] Not use 'libbsd.so', 'libpthread.so' as needed libs and don't define NEEDED_LIBS_234 for Android Too * [ANDROID] Use 'libpthread.so' again * [CTEST] Try to use BOX64_LD_LIBRARY_PATH instead of LD_LIBRARY_PATH | |||||
| * | Forgot to expose adx extension in cpuinfo virtual file | ptitSeb | 2024-08-19 | 1 | -2/+3 | |
| | | ||||||
| * | Forgot to expose f16c, xsave and randr extensions in cpuinfo virtual file | ptitSeb | 2024-08-19 | 1 | -1/+7 | |
| | | ||||||
| * | Added BOX64_SHAEXT to hide sha cpu extension ([RCFILE] And added a profile ↵ | ptitSeb | 2024-07-15 | 1 | -1/+1 | |
| | | | | | using it) | |||||
| * | [STATICBUILD] build | ptitSeb | 2024-07-10 | 1 | -1/+2 | |
| | | ||||||
| * | [STATICBUILD] Go green now | ptitSeb | 2024-07-10 | 1 | -0/+4 | |
| | | ||||||
| * | [STATICBUILD] Removed libbsd build dependancy | ptitSeb | 2024-07-10 | 1 | -1/+28 | |
| | | ||||||
| * | Fixes (#1659) | rajdakin | 2024-07-09 | 1 | -7/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Replaced some tabs with spaces * Fixed some signedness warnings * Added more debug info * Fixed an improper alignment * [WRAPPEDWAYLAND] Added return statements to wrappers * [EMU] [AVX] Fixed some issues * [ARM DYNAREC] Fixed some minor warnings * [ARM DYNAREC] Removed unused macro arguments * [EMU] Fixed a noisy warning * [ARM DYNAREC] Removed "empty body" warnings * [EMU] Fixed an opcode in dynarec, non-cosim builds * [LA64 DYNAREC] Minor warning fixes * [LA64 DYNAREC] Fixed empty body warnings * [LA64 DYNAREC] Added parenthesis around assignments in if statements * [LA64 DYNAREC] Fixed missing parenthesis in macro definitions * [RV64 DYNAREC] Fixed minor warnings * [RV64 DYNAREC] Fixed wrong/missing parentheses * [WRAPPER] Fixed the WaylandClient callback signatures | |||||
| * | Should not follow symlinks on file path resolution (#1644) | Yip Coekjan | 2024-07-05 | 1 | -3/+3 | |
| | | ||||||
| * | Detect UnityPlayer.dll to apply strongmem=1 automatically (can be disabled ↵ | ptitSeb | 2024-07-03 | 1 | -0/+16 | |
| | | | | | with BOX64_UNITYPLAYER=0) | |||||
| * | Fixed some symbols not found error for libc and libresolv wrapping (#1591) | Yang Liu | 2024-06-17 | 1 | -0/+14 | |
| | | ||||||
| * | [INTERPRETER] Added FMA cpu extension (linked to BOX64_AVX=2) | ptitSeb | 2024-06-02 | 1 | -1/+1 | |
| | | ||||||
| * | [INTERPRETER] Added BMI1, BMI2 and ADX extensions | ptitSeb | 2024-05-31 | 1 | -1/+1 | |
| | | ||||||
| * | [INTERPRETER] More avx, avx2 and vaes opcodes | ptitSeb | 2024-05-28 | 1 | -1/+1 | |
| | | ||||||
| * | More avx infrastructure | ptitSeb | 2024-05-27 | 1 | -1/+1 | |
| | | ||||||
| * | [INTERPRETER] my first avx opcode | ptitSeb | 2024-05-26 | 1 | -1/+1 | |
| | | ||||||
| * | [TARCE] Better trace for neverclean mmaps | ptitSeb | 2024-05-17 | 1 | -1/+1 | |
| | | ||||||
| * | Added some virtual files (if missing) to allow wine to compute cache size ↵ | ptitSeb | 2024-05-07 | 1 | -0/+130 | |
| | | | | | and coherency (for #1381 on Snapdragon, but BG3 still not working, probably a graphic driver issue now) | |||||
| * | Fixed a few warning here and there... | ptitSeb | 2024-04-13 | 1 | -2/+1 | |
| | | ||||||
| * | Improve memory handling for wine, again | ptitSeb | 2024-03-27 | 1 | -1/+1 | |
| | | ||||||
| * | Do not expose FMA cpu extension, it's associated to AVX by some engines | ptitSeb | 2024-03-11 | 1 | -1/+1 | |
| | | ||||||
| * | Improved unload of libs (help wine when dlopen / dlclose is supposed to ↵ | ptitSeb | 2024-03-09 | 1 | -1/+2 | |
| | | | | | unload the lib so it can be dlopen again) | |||||
| * | Fixed a warning (#1335) | Yang Liu | 2024-03-06 | 1 | -1/+2 | |
| | | | | | | * Fixed some warnings * Revert | |||||
| * | Added a few more flags on of_convert to limit warnings | ptitSeb | 2024-03-05 | 1 | -0/+11 | |
| | | ||||||
| * | [WRAPPER] Fixed a typo in the signature of my___libc_start_main (#1323) | xctan | 2024-03-04 | 1 | -1/+1 | |
| | | ||||||
| * | Added a few more libc wrapped functions | ptitSeb | 2024-03-04 | 1 | -0/+13 | |
| | | ||||||
| * | [RV64_DYNAREC] Fixed RDTSC handling (#1291) | Yang Liu | 2024-02-27 | 1 | -4/+13 | |
| | | | | | | | | | | | | | | * [LIBWRAP] Fixed a typo in the clocksource wrapping * [RV64_DYNAREC] Added hardware timer support for RDTSC * [INTERP] Optmize RV64 ReadTSC using rdtime * [RV64_DYNAREC] Added 0F 01 F9 RDTSCP opcode * Fixed typo * Fixed another typo | |||||
| * | [ANDROID] Now build, stop complaining | ptitSeb | 2024-02-26 | 1 | -4/+4 | |
| | | ||||||