| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fix Android tests | ptitSeb | 2024-02-26 | 1 | -1/+4 | |
| | | ||||||
| * | Added ability to staticaly build box64 (for #1045 and #310, maybe a few ↵ | ptitSeb | 2024-02-26 | 1 | -1/+12 | |
| | | | | | others tickets) | |||||
| * | Added some hack to rename wine binary process too (help mesa pick up the ↵ | ptitSeb | 2024-02-24 | 1 | -0/+5 | |
| | | | | | correct binary being run) | |||||
| * | 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 | |
| | | | | Co-authored-by: Pablo Carlos <pablo@localhost.localdomain> | |||||
| * | Wrapped libraries refactor (#1257) | rajdakin | 2024-02-10 | 1 | -3/+5 | |
| | | | | | | | | | | | | * [MISC] Removed a warning caused by tab/space mismatch * [WRAPPED] Factored out `getMy` and `freeMy` calls * [WRAPPED] Small cleanup of the init header * [WRAPPED] Factored out `SETALT` * [WRAPPED] Factored out needed libs | |||||
| * | 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 ↵ | ptitSeb | 2024-02-01 | 1 | -2/+9 | |
| | | | | | doesn't solve it completly) | |||||
| * | 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 | |
| | | | | | Snapdragon device running Vulkan with Wine/Wow64, active by default on SD845/SD888/SD8G2 profiles) | |||||
| * | 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 ↵ | ptitSeb | 2024-01-19 | 1 | -3/+20 | |
| | | | | | workaround for nvidia driver not unloading) | |||||
| * | Fixes (#1207) | rajdakin | 2024-01-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | * Fixed signed/unsigned issues and other cosmetics * [WRAPPERS] Fixed missing `return`s in `my_` functions * [EMU] More fixes * [STEAM] Forgot one cleanup * [WRAPPER] Fixed wrappedpulse callback signatures | |||||
| * | 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 | |
| | | | | | | * [MEMORY] Switched from a sparse array to an RB tree * [RBTREE] Fixed the Android build | |||||
| * | 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 ↵ | ptitSeb | 2023-12-21 | 1 | -3/+10 | |
| | | | | | created profile for wine, wine64 and GridAutosport using it | |||||
| * | 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 | |
| | | | | | help Crysis Remastered) | |||||
| * | 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 | |
| | | ||||||
| * | Small change (mostly cosmetics) for some wrapped libc functions | ptitSeb | 2023-11-23 | 1 | -20/+26 | |
| | | ||||||
| * | Refined ptrace hacks around POKEUSER/PEEKUSER (should help Wine Unity3D games) | ptitSeb | 2023-11-07 | 1 | -1/+7 | |
| | | ||||||
| * | [TRACE] Show mmap size in hex | ptitSeb | 2023-11-05 | 1 | -1/+1 | |
| | | ||||||
| * | [ELFLOADER] Fixed loading of elf with huge alignment | ptitSeb | 2023-11-01 | 1 | -3/+3 | |
| | | ||||||
| * | [ELFLOADER] Last improvment to elfloader memory managment, should be good now | ptitSeb | 2023-11-01 | 1 | -2/+5 | |
| | | ||||||
| * | [ELFLOADER] Changed how memory is managed in elfloader | ptitSeb | 2023-10-31 | 1 | -6/+6 | |
| | | ||||||
| * | Added full SSE 4.2 support | ptitSeb | 2023-10-30 | 1 | -1/+1 | |
| | | ||||||
| * | Small change on cpuid stuffs | ptitSeb | 2023-10-29 | 1 | -1/+1 | |
| | | ||||||
| * | Better trace for mmap operations | ptitSeb | 2023-10-28 | 1 | -6/+6 | |
| | | ||||||
| * | More small improvment to wrapped mmap64 | ptitSeb | 2023-10-28 | 1 | -13/+26 | |
| | | ||||||
| * | [WRAPPER] Fixed my_execl (#1044) | wannacu | 2023-10-27 | 1 | -1/+6 | |
| | | | | | | * [WRAPPER] Fixed my_execl * [ARM64_DYNAREC] Added 66 0F 17 and Fixed 66 0F 21 | |||||
| * | Another fix to wrapped mmap (should fix #1031, hopefully not creating more ↵ | ptitSeb | 2023-10-27 | 1 | -2/+2 | |
| | | | | | regression) | |||||
| * | [WRAPPER] Fixed my_mmap64 on MAP_FIXED handling, helps wine 8.18 (#1039) | Yang Liu | 2023-10-26 | 1 | -2/+4 | |
| | | ||||||
| * | Added some workaround for program that POKEUSER/PEEKUSER some drX value and ↵ | ptitSeb | 2023-10-20 | 1 | -1/+13 | |
| | | | | | expect the value to stick (for #930) | |||||
| * | Various changes on pthread cancel and tls destructor, should be easier to ↵ | ptitSeb | 2023-10-13 | 1 | -56/+42 | |
| | | | | | maintain | |||||
| * | A bit more changes to cpuid bits and cpu identifications | ptitSeb | 2023-10-11 | 1 | -2/+2 | |
| | | ||||||
| * | Fixed processor/core count in cpuid and proc/cpuinfo | ptitSeb | 2023-10-10 | 1 | -88/+8 | |
| | | ||||||
| * | Added __isoc99_vswscanf wrapped function (for #1015) | ptitSeb | 2023-10-08 | 1 | -0/+1 | |
| | | ||||||