about summary refs log tree commit diff stats
path: root/src/emu/x64syscall.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Addedsyscall 24 (for #429)ptitSeb2022-11-011-0/+1
* Added syscalls 7 and 112ptitSeb2022-10-261-0/+14
* Actually fixed (this time) syscall 78ptitSeb2022-10-261-12/+22
* Fixed an issue with syscall 78ptitSeb2022-10-261-1/+1
* Added syscall to BOX64_ROLLING_LOG tooptitSeb2022-10-261-5/+22
* Added syscall 267 (for #99 and #100)ptitSeb2022-09-201-0/+1
* Try to improve syscall rt_sigaction handlingptitSeb2022-09-121-2/+10
* Added syscall 297ptitSeb2022-09-111-0/+1
* Fixed a warningptitSeb2022-08-111-0/+1
* Add SW64 base support (#382)wannacu2022-08-111-0/+12
* Chenged Interpretor so RIP is updated on opcode success (better precision for...ptitSeb2022-08-061-4/+4
* Fixed syscall 332 (for #361)ptitSeb2022-07-301-1/+1
* Added syscall 60 (for #363)ptitSeb2022-07-281-0/+1
* Added syscall 128ptitSeb2022-07-241-0/+1
* Some work around chromium / libcef / electron / nw (still not ok)ptitSeb2022-07-231-1/+14
* Added one more syscallptitSeb2022-07-171-0/+1
* Added a few syscallsptitSeb2022-07-161-0/+15
* Fix sigaction syscallptitSeb2022-07-151-3/+40
* Added syscall 324 (for #327)ptitSeb2022-07-031-0/+1
* Added syscall 231 (for #333)ptitSeb2022-07-011-0/+1
* Added syscall 270 (for #333)ptitSeb2022-06-301-0/+1
* Added syscall 27 (for #333)ptitSeb2022-06-301-0/+1
* Added syscall 317ptitSeb2022-06-051-0/+1
* Added clone wrapped function and libgbm wrapped libptitSeb2022-03-271-1/+3
* More work around steam and proton/SteamPlay (working, but need also latest bo...ptitSeb2022-03-261-1/+8
* Some small changes to clone syscallptitSeb2022-03-061-10/+13
* One more syscallptitSeb2022-03-011-3/+4
* More work on readlinkat and clone syscallptitSeb2022-03-011-21/+113
* Made unsuported libc syscall non-fatalptitSeb2021-12-211-3/+3