about summary refs log tree commit diff stats
path: root/src/emu/x64syscall.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added syscall 280ptitSeb2024-11-271-0/+1
* Improved syscall 56ptitSeb2024-11-081-10/+14
* Added Syscall 165 (for #1672)ptitSeb2024-09-201-0/+1
* Added syscalls 444-446ptitSeb2024-08-151-0/+9
* Added syscalls 122-124ptitSeb2024-08-151-0/+3
* Added (fake) syscall 175 to libs syscallptitSeb2024-08-121-0/+4
* [RV64_DYNAREC] More fixes (#1732)xctan2024-08-121-0/+4
* Added 3 syscallsptitSeb2024-07-301-0/+3
* Added 1 syscall (for #1672)ptitSeb2024-07-121-0/+1
* fix some spelling (#1668)josch2024-07-101-2/+2
* Fixes (#1659)rajdakin2024-07-091-20/+20
* Impl `sys_getpgrp` & `sys_getpgid` (#1637)Yip Coekjan2024-07-041-0/+4
* Added 2 new syscallsptitSeb2024-05-171-0/+2
* Added 1 more syscallptitSeb2024-03-071-0/+1
* Added 1 more syscallptitSeb2024-02-271-0/+1
* Added 1 syscallptitSeb2024-02-091-0/+4
* Added mknod syscall (#1236)Yang Liu2024-01-311-9/+24
* [LOONGARCH] Fixed potential compilation issueptitSeb2024-01-311-0/+26
* Added 1 syscallptitSeb2024-01-221-0/+1
* Fixes (#1207)rajdakin2024-01-181-3/+4
* Added 1 more syscallptitSeb2024-01-161-0/+1
* Added 1 syscallptitSeb2024-01-061-0/+1
* Added 1 more syscallptitSeb2023-12-201-0/+1
* Added syscall 316ptitSeb2023-12-201-0/+1
* Better way to handle syscall array with c99 sparse array initptitSeb2023-11-201-184/+179
* Added syscall 266 (for #1066)ptitSeb2023-11-151-0/+1
* Cleaned up syscall and signed register accessptitSeb2023-11-101-180/+171
* Added BOX64_FUTEX_WAITV, on by default expect for BAD_SIGNAL buildptitSeb2023-11-101-4/+21
* This struct can be constptitSeb2023-10-131-1/+1
* Added syscall 284 (for #965)ptitSeb2023-09-091-0/+11
* Added syscall 282 (for #965)ptitSeb2023-09-091-0/+26
* Added sycalls 59 and 140 (for #918)ptitSeb2023-08-031-0/+13
* Added syscall 268 (for #918)ptitSeb2023-08-021-0/+1
* Added syscal 160 (for #14)ptitSeb2023-08-021-0/+1
* Merge pull request #896 from josch/exeptitSeb2023-07-211-0/+0
|\
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
* | Added support for creating 32bits selector (no 32bits execution yet)ptitSeb2023-06-171-1/+1
* | Improve logs a bitptitSeb2023-06-091-1/+1
* | Added some more setup for Project Zomboid (should help #112)ptitSeb2023-06-021-0/+2
* | Some small changes to thread and fork and cloning x64emu_t structptitSeb2023-05-081-4/+5
|/
* Added 1 syscallptitSeb2023-04-141-0/+1
* Added 3 more syscall (for #99)ptitSeb2023-04-051-0/+3
* Added syscall 49 (for #99)ptitSeb2023-04-051-0/+1
* Addedsome more syscall (for #616)ptitSeb2023-03-231-0/+11
* Added 1 syscallptitSeb2023-02-141-0/+1
* Added 1 more syscallptitSeb2023-01-221-0/+1
* Disable SECCOMP and added a bunch of wrapped function (partially fixed Heroic...ptitSeb2022-12-301-1/+6
* Added 206-210 syscalls (for #485)ptitSeb2022-12-301-0/+5
* [RISCV] Fix buildptitSeb2022-11-221-0/+13
* Improve (non-libc) syscall, and added a few new onesptitSeb2022-11-221-65/+206