| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 and... | ptitSeb | 2024-05-07 | 1 | -0/+130 |
| * | 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 unloa... | ptitSeb | 2024-03-09 | 1 | -1/+2 |
| * | Fixed a warning (#1335) | Yang Liu | 2024-03-06 | 1 | -1/+2 |
| * | 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 |
| * | [ANDROID] Now build, stop complaining | ptitSeb | 2024-02-26 | 1 | -4/+4 |
| * | Fix Android tests | ptitSeb | 2024-02-26 | 1 | -1/+4 |
| * | Added ability to staticaly build box64 (for #1045 and #310, maybe a few other... | ptitSeb | 2024-02-26 | 1 | -1/+12 |
| * | Added some hack to rename wine binary process too (help mesa pick up the corr... | ptitSeb | 2024-02-24 | 1 | -0/+5 |
| * | Improve emulation of clocksource | ptitSeb | 2024-02-24 | 1 | -0/+24 |
| * | [ANDROID] BOX64_SHOWBT Now show Emulated BT on Android (#1258) | KreitinnSoftware | 2024-02-10 | 1 | -2/+0 |
| * | Wrapped libraries refactor (#1257) | rajdakin | 2024-02-10 | 1 | -3/+5 |
| * | Reworked, again, exit process | ptitSeb | 2024-02-06 | 1 | -10/+16 |
| * | Do not force mmap alginement if wine not detected (shoudl help #1249) | ptitSeb | 2024-02-06 | 1 | -2/+2 |
| * | [DYNAREC] Handling of memfd_create backed mmap on dynarec (help #1234 but doe... | ptitSeb | 2024-02-01 | 1 | -2/+9 |
| * | Track protection even if 0 | ptitSeb | 2024-01-27 | 1 | -7/+1 |
| * | [MMAP32] Fixed mmap32 behaviour | ptitSeb | 2024-01-24 | 1 | -2/+2 |
| * | Added a new option BOX64_MMAP32 to use 32bits mapping on external MMAP (help ... | ptitSeb | 2024-01-23 | 1 | -3/+3 |
| * | Used rb_stree for mapallmem too | ptitSeb | 2024-01-20 | 1 | -4/+4 |
| * | Fix build on some older compiler | ptitSeb | 2024-01-19 | 1 | -1/+1 |
| * | Reworked exit, unloading libs and running Fini as it should (plus a workaroun... | ptitSeb | 2024-01-19 | 1 | -3/+20 |
| * | Fixes (#1207) | rajdakin | 2024-01-18 | 1 | -1/+1 |
| * | Added 1 more wrapped function to libc | ptitSeb | 2024-01-18 | 1 | -0/+28 |
| * | [RBTREE] Reverted memory tracking to 32 bits (#1201) | rajdakin | 2024-01-13 | 1 | -5/+5 |
| * | Removed a debug leftover | ptitSeb | 2024-01-12 | 1 | -2/+5 |
| * | Fixed some (nasty sometimes) warning | ptitSeb | 2023-12-31 | 1 | -2/+2 |
| * | [MEMORY] Switched from a sparse array to a red-black tree (#1180) | rajdakin | 2023-12-31 | 1 | -5/+5 |
| * | New attempts at mmap fixing | ptitSeb | 2023-12-25 | 1 | -2/+2 |
| * | Small change with not 48bits memory space for mmap64 (might help #1163) | ptitSeb | 2023-12-25 | 1 | -1/+5 |
| * | Small imrpovment to wrapped libc and mmap | ptitSeb | 2023-12-23 | 1 | -0/+13 |
| * | Introduce new BOX64_MAXCPU to cap the number of cpu core exposed, and created... | ptitSeb | 2023-12-21 | 1 | -3/+10 |
| * | This should fix x86_64 build | ptitSeb | 2023-12-20 | 1 | -4/+4 |
| * | Expose max of 64 cpus core when Wine is launched (avoid buch of warning, and ... | ptitSeb | 2023-12-20 | 1 | -28/+32 |
| * | Limit the number of CPU Core repported to 64 when running wine (or proton) | ptitSeb | 2023-12-15 | 1 | -0/+10 |
| * | Fixed some potentials segfault with wine apps (maybe other too) | ptitSeb | 2023-12-01 | 1 | -2/+4 |
| * | [MALLOCHOOK] Small improvments to mallochook_2 | ptitSeb | 2023-12-01 | 1 | -2/+2 |
| * | [ANDROID] Try to fix libbsd issues | ptitSeb | 2023-12-01 | 1 | -1/+2 |
| * | Added support for wrapped libbsd (needed for latest libstdc++ lib) | ptitSeb | 2023-11-30 | 1 | -6/+9 |