| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Eliminated many compilation warnings (#2535) | Yang Liu | 2025-04-15 | 1 | -1/+1 |
| | | |||||
| * | Moved emit functions to seperate files from signals.h (#2516) | Yang Liu | 2025-04-09 | 1 | -0/+1 |
| | | |||||
| * | Moved some emit functions to os.h (#2494) | Yang Liu | 2025-04-02 | 1 | -1/+1 |
| | | |||||
| * | Introduced box64cpu.h for exported interpreter and dynarec functions (#2490) | Yang Liu | 2025-04-01 | 1 | -1/+1 |
| | | |||||
| * | Added os.h for future usage (#2488) | Yang Liu | 2025-04-01 | 1 | -0/+1 |
| | | |||||
| * | [SYSCALL] Don't make it fatal when a unkown syscall is called, like for libc ↵ | ptitSeb | 2025-03-14 | 1 | -4/+3 |
| | | | | | syscall | ||||
| * | [SYSCALL] Fixed/Improved a few syscall (help Go programs) | ptitSeb | 2025-03-13 | 1 | -6/+27 |
| | | |||||
| * | [TRACE] Small work on trace | ptitSeb | 2025-03-11 | 1 | -6/+11 |
| | | |||||
| * | Remove memory location test for traping wine syscall, box64 doesn't need that | ptitSeb | 2025-02-05 | 1 | -1/+1 |
| | | |||||
| * | Added syscall 439 (for #2290) | ptitSeb | 2025-01-24 | 1 | -0/+14 |
| | | |||||
| * | [ENV] Initial refactor of env variables infrastructure (#2274) | Yang Liu | 2025-01-21 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [ENV] Initial refactor of env variables infrastructure * Ported BOX64_DYNAREC_LOG * Ported more options * Ported BOX64_MALLOC_HACK * Ported BOX64_DYNAREC_TEST * Ported more options * Ported more options * Ported more options * Ported all options * Removed old rcfile parser * Fix * review * fix * fix * more fixes | ||||
| * | Added some hack to simulate seccomp/bpf Windows syscalls handling in proton | ptitSeb | 2025-01-17 | 1 | -0/+12 |
| | | |||||
| * | Try to improve clone syscal handling ([BOX32] too) | ptitSeb | 2024-12-23 | 1 | -22/+19 |
| | | |||||
| * | Added syscall 280 | ptitSeb | 2024-11-27 | 1 | -0/+1 |
| | | |||||
| * | Improved syscall 56 | ptitSeb | 2024-11-08 | 1 | -10/+14 |
| | | |||||
| * | Added Syscall 165 (for #1672) | ptitSeb | 2024-09-20 | 1 | -0/+1 |
| | | |||||
| * | Added syscalls 444-446 | ptitSeb | 2024-08-15 | 1 | -0/+9 |
| | | |||||
| * | Added syscalls 122-124 | ptitSeb | 2024-08-15 | 1 | -0/+3 |
| | | |||||
| * | Added (fake) syscall 175 to libs syscall | ptitSeb | 2024-08-12 | 1 | -0/+4 |
| | | |||||
| * | [RV64_DYNAREC] More fixes (#1732) | xctan | 2024-08-12 | 1 | -0/+4 |
| | | | | | | | | * [RV64_DYNAREC] Fixed pending flag type in emit_sar16 * [RV64_DYNAREC] Fixed imm12 overflow in geted * [SYSCALL] Added fake sys_init_module | ||||
| * | Added 3 syscalls | ptitSeb | 2024-07-30 | 1 | -0/+3 |
| | | |||||
| * | Added 1 syscall (for #1672) | ptitSeb | 2024-07-12 | 1 | -0/+1 |
| | | |||||
| * | fix some spelling (#1668) | josch | 2024-07-10 | 1 | -2/+2 |
| | | |||||
| * | Fixes (#1659) | rajdakin | 2024-07-09 | 1 | -20/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
| * | Impl `sys_getpgrp` & `sys_getpgid` (#1637) | Yip Coekjan | 2024-07-04 | 1 | -0/+4 |
| | | |||||
| * | Added 2 new syscalls | ptitSeb | 2024-05-17 | 1 | -0/+2 |
| | | |||||
| * | Added 1 more syscall | ptitSeb | 2024-03-07 | 1 | -0/+1 |
| | | |||||
| * | Added 1 more syscall | ptitSeb | 2024-02-27 | 1 | -0/+1 |
| | | |||||
| * | Added 1 syscall | ptitSeb | 2024-02-09 | 1 | -0/+4 |
| | | |||||
| * | Added mknod syscall (#1236) | Yang Liu | 2024-01-31 | 1 | -9/+24 |
| | | | | | | | | * Added mknod syscall * Add ifndef * A comma is needed | ||||
| * | [LOONGARCH] Fixed potential compilation issue | ptitSeb | 2024-01-31 | 1 | -0/+26 |
| | | |||||
| * | Added 1 syscall | ptitSeb | 2024-01-22 | 1 | -0/+1 |
| | | |||||
| * | Fixes (#1207) | rajdakin | 2024-01-18 | 1 | -3/+4 |
| | | | | | | | | | | | | * 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 syscall | ptitSeb | 2024-01-16 | 1 | -0/+1 |
| | | |||||
| * | Added 1 syscall | ptitSeb | 2024-01-06 | 1 | -0/+1 |
| | | |||||
| * | Added 1 more syscall | ptitSeb | 2023-12-20 | 1 | -0/+1 |
| | | |||||
| * | Added syscall 316 | ptitSeb | 2023-12-20 | 1 | -0/+1 |
| | | |||||
| * | Better way to handle syscall array with c99 sparse array init | ptitSeb | 2023-11-20 | 1 | -184/+179 |
| | | |||||
| * | Added syscall 266 (for #1066) | ptitSeb | 2023-11-15 | 1 | -0/+1 |
| | | |||||
| * | Cleaned up syscall and signed register access | ptitSeb | 2023-11-10 | 1 | -180/+171 |
| | | |||||
| * | Added BOX64_FUTEX_WAITV, on by default expect for BAD_SIGNAL build | ptitSeb | 2023-11-10 | 1 | -4/+21 |
| | | |||||
| * | This struct can be const | ptitSeb | 2023-10-13 | 1 | -1/+1 |
| | | |||||
| * | Added syscall 284 (for #965) | ptitSeb | 2023-09-09 | 1 | -0/+11 |
| | | |||||
| * | Added syscall 282 (for #965) | ptitSeb | 2023-09-09 | 1 | -0/+26 |
| | | |||||
| * | Added sycalls 59 and 140 (for #918) | ptitSeb | 2023-08-03 | 1 | -0/+13 |
| | | |||||
| * | Added syscall 268 (for #918) | ptitSeb | 2023-08-02 | 1 | -0/+1 |
| | | |||||
| * | Added syscal 160 (for #14) | ptitSeb | 2023-08-02 | 1 | -0/+1 |
| | | |||||
| * | Merge pull request #896 from josch/exe | ptitSeb | 2023-07-21 | 1 | -0/+0 |
| |\ | | | | | remove executable bits | ||||
| | * | remove executable bits | Johannes Schauer Marin Rodrigues | 2023-07-21 | 1 | -0/+0 |
| | | | | | | | | | Closes: #895 | ||||
| * | | Added support for creating 32bits selector (no 32bits execution yet) | ptitSeb | 2023-06-17 | 1 | -1/+1 |
| | | | |||||