about summary refs log tree commit diff stats
path: root/src/emu/x86syscall_32.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Introduced box64cpu.h for exported interpreter and dynarec functions (#2490)Yang Liu2025-04-011-1/+1
* Added os.h for future usage (#2488)Yang Liu2025-04-011-1/+2
* [ENV] Initial refactor of env variables infrastructure (#2274)Yang Liu2025-01-211-3/+3
* Try to improve clone syscal handling ([BOX32] too)ptitSeb2024-12-231-5/+18
* [BOX32][WRAPPER] More work on libc wrapping, and some new syscall tooptitSeb2024-12-151-20/+7
* [BOX32][WRAPPER] More fixes to libc and libX11 wrappingptitSeb2024-12-141-4/+98
* [BOX32] Added a workaround for older system (should help #2138)ptitSeb2024-12-111-0/+4
* [BOX32][WRAPPER] This should fix the buildptitSeb2024-11-301-46/+45
* [BOX32] Added 32bits syscall 2ptitSeb2024-11-271-1/+14
* [BOX32] Fixed 32bits libc syscall 240ptitSeb2024-10-091-2/+2
* [BOX32] More work on 32bits wrapped functionsptitSeb2024-10-071-3/+3
* [BOX32][WRAPPER] More wrapped function to libc, and many fixes some existing ...ptitSeb2024-10-041-0/+19
* [BOX32] Added 2 more 32bits syscallsptitSeb2024-09-301-3/+12
* [BOX32] Enable futex robust_list hack for all 32bits software for nowptitSeb2024-09-301-1/+1
* [BOX32] Added 2 more 32bits syscallsptitSeb2024-09-281-9/+27
* [BOX32] Improved 32bits unsupported syscall warning, and added syscall 240ptitSeb2024-09-111-7/+74
* [BOX32] Fixes and hacks to get steamcmd shows the promptptitSeb2024-09-011-2/+71
* [BOX32] Some fixes to strtol/strtoul and read 32bits wrapped functionsptitSeb2024-09-011-4/+5
* [BOX32] More 32bits wrapped function and fixesptitSeb2024-08-301-1/+1
* Added preliminary Box32 support (#1760)ptitSeb2024-08-261-0/+447