about summary refs log tree commit diff stats
path: root/src/emu/x86int3.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Eliminated many compilation warnings (#2535)Yang Liu2025-04-151-10/+11
* Moved emit functions to seperate files from signals.h (#2516)Yang Liu2025-04-091-1/+1
* Moved more functions to os.h (#2497)Yang Liu2025-04-031-2/+1
* Moved some emit functions to os.h (#2494)Yang Liu2025-04-021-1/+1
* Introduced box64cpu.h for exported interpreter and dynarec functions (#2490)Yang Liu2025-04-011-1/+0
* Added os.h for future usage (#2488)Yang Liu2025-04-011-0/+1
* Added [BOX64] prefix for all the stdout logs (#2279)Yang Liu2025-01-211-2/+2
* [ENV] Initial refactor of env variables infrastructure (#2274)Yang Liu2025-01-211-9/+9
* [BOX32][TRACE] Improved trace of wrapped functionsptitSeb2024-12-171-102/+105
* [BOX32][WRAPPER] Many fixes and improvments to X11 wrappingptitSeb2024-12-141-0/+6
* [BOX32][TRACE] Improved trace for a few libc callsptitSeb2024-12-101-0/+8
* [TRACE] Better for 32bits wait wrapped functionptitSeb2024-11-061-0/+7
* [BOX32][TRACE] Better trace for a sscanf variantptitSeb2024-10-191-1/+1
* [BOX32][TRACE] Better for XRRSetScreenSizeptitSeb2024-10-111-0/+2
* [BOX32][TRACE] Fixed trace for memcmp, strncasecmp and strncmpptitSeb2024-10-101-4/+3
* [BOX32][TRACE] Small improvment to SDL_RWFromFile traceptitSeb2024-10-101-1/+1
* [BOX32] More work on 32bits wrapped functionsptitSeb2024-10-071-0/+3
* [TRACE] Btter trace for ioctlptitSeb2024-10-041-2/+2
* [BOX32][WRAPPER] More wrapped function to libc, and many fixes some existing ...ptitSeb2024-10-041-2/+4
* [BOX32] Added more 32bits wrapped function and reworked 32bits memory allocatorptitSeb2024-10-031-2/+2
* [BOX32][TRACE] Some more improved traceptitSeb2024-10-031-1/+27
* [ANDROID][BOX32] Fix Android Build, and add correct libc, libm, libdl library...Pablo Labs2024-09-291-87/+88
* [BOX32][TRACE] Better trace for recvptitSeb2024-09-271-1/+2
* [BOX32] Minor changes to 32bits freetype wrappingptitSeb2024-09-261-0/+8
* [BOX32][TRACE] Fixed semop tracesptitSeb2024-09-241-1/+1
* [BOX32][wrapper] Added some basic 32bits X11 wrapping, fixed 32bits sem_XXX w...ptitSeb2024-09-221-1/+1
* [BOX32][TRACE] Better trace for a few more 32bits string functionsptitSeb2024-09-211-1/+3
* [BOX32] Added some more 32bits wrapped functions (Chicken Invaders 3 works, b...ptitSeb2024-09-211-1/+16
* [BOX32][TRACE] Improved some trace and function calls for 32bits processptitSeb2024-09-161-0/+7
* [BOX32][TRACE] More improved trace for some 32bits functions callptitSeb2024-09-131-1/+3
* [BOX32][TRACE] Better trace for 32bits call to strtol and strtoulptitSeb2024-09-131-0/+3
* [BOX32][TRACE] Better trace for 32bits strncasecmp callsptitSeb2024-09-131-0/+3
* [BOX32][TRACE] Better trace for some 32bits wrapped function callsptitSeb2024-09-131-12/+46
* [BOX32] Improved trace for 32bits pthread_setname_npptitSeb2024-09-111-0/+3
* [BOX32] Better trace for 32bits posix_memalignptitSeb2024-09-031-1/+6
* [BOX32] Fixes and hacks to get steamcmd shows the promptptitSeb2024-09-011-1/+1
* [BOX32] Added more 32bits wrapped function and fixesptitSeb2024-08-301-1/+1
* [BOX32] More 32bits wrapped functions and fixesptitSeb2024-08-301-18/+22
* [BOX32][TRACE] Improve function trace logptitSeb2024-08-291-65/+65
* [BOX32] More 32bits wrapped functionsptitSeb2024-08-281-1/+1
* Added preliminary Box32 support (#1760)ptitSeb2024-08-261-0/+347