about summary refs log tree commit diff stats
path: root/src/os (follow)
Commit message (Expand)AuthorAgeFilesLines
* [CPUID] Do not warn on the Hypervisor interface query (#2732)Yang Liu2025-06-121-1/+7
* [WOW64] Small improvement to grab_segdata (#2728)Yang Liu2025-06-111-1/+1
* [WOW64] Added a minimal Windows runtime (#2723)Yang Liu2025-06-111-17/+6
* [RCFILE] Fixed MAXCPU so it works for wine apps tooptitSeb2025-06-082-0/+23
* [WOW64] Added rcfile support (#2708)Yang Liu2025-06-052-0/+44
* Revert using getProtection_fast in CheckExec to avoid rare (or less rare in I...ptitSeb2025-06-021-1/+1
* [WOW64] The name is WowBox64 (#2699)Yang Liu2025-06-021-2/+2
* [ARM64_DYNAREC] Try to optimise Windows INT n version on 64bits (TODO: Interp...ptitSeb2025-05-301-1/+146
* [WOW64] Added support for cosim (#2683)Yang Liu2025-05-301-1/+2
* [WOW64] Added more missing pieces and the interpreter works (#2682)Yang Liu2025-05-292-10/+52
* [WOW64][ENV] Clean up a bit (#2681)Yang Liu2025-05-282-0/+13
* [WOW64] Supported logging to stdout (#2679)Yang Liu2025-05-282-2/+67
* [WOW64] Implement my_cpuidAndré Zwing2025-05-253-522/+539
* [WOW64] Implement getBoxCpuNameAndré Zwing2025-05-251-1/+2
* [WOW64] Implement get_random32 and get_random64André Zwing2025-05-251-5/+9
* [TRACE] Reduce the noise when using SHOWSEGV=1 on Winde programsptitSeb2025-05-151-1/+1
* [WOW64] Initial implementation patches (#2619)André Zwing2025-05-111-1/+6
* [PERFMAP] Added x86 address of code when function name cannot be found, inste...ptitSeb2025-04-231-1/+4
* [WOW64] Finished skeleton code for PE build (#2542)Yang Liu2025-04-171-5/+18
* [WOW64] More tweaks to CMake PE build (#2541)Yang Liu2025-04-161-13/+45
* Eliminated many compilation warnings (#2535)Yang Liu2025-04-151-1/+1
* [WOW64] Added non-functional PE build (#2532)Yang Liu2025-04-147-2/+947
* [WOW64] More tweaks for PE build (#2528)Yang Liu2025-04-142-0/+12
* [WOW64] Splitted freq and cleanup functions from x64emu (#2521)Yang Liu2025-04-112-0/+154
* [WOW64] More tweaks towards PE build (#2519)Yang Liu2025-04-103-0/+31
* [WOW64] More work on the PE wow64 build (#2518)Yang Liu2025-04-101-0/+5
* Moved emit functions to seperate files from signals.h (#2516)Yang Liu2025-04-092-15/+144
* Added backtrace.h for holding backtrace-related functions (#2515)Yang Liu2025-04-091-0/+46
* [WOW64] Add wow64 PE build scaffolding (#2513)Yang Liu2025-04-082-0/+128
* Moved more functions to os.h (#2497)Yang Liu2025-04-031-0/+32
* Moved some emit functions to os.h (#2494)Yang Liu2025-04-021-0/+17
* Moved more OS-dependent functions to os.h (#2491)Yang Liu2025-04-011-1/+9
* Added os.h for future usage (#2488)Yang Liu2025-04-011-0/+7