index
:
box64
this commit
fix/trace
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
emu
/
x86int3.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminated many compilation warnings (#2535)
Yang Liu
2025-04-15
1
-10
/
+11
*
Moved emit functions to seperate files from signals.h (#2516)
Yang Liu
2025-04-09
1
-1
/
+1
*
Moved more functions to os.h (#2497)
Yang Liu
2025-04-03
1
-2
/
+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
/
+0
*
Added os.h for future usage (#2488)
Yang Liu
2025-04-01
1
-0
/
+1
*
Added [BOX64] prefix for all the stdout logs (#2279)
Yang Liu
2025-01-21
1
-2
/
+2
*
[ENV] Initial refactor of env variables infrastructure (#2274)
Yang Liu
2025-01-21
1
-9
/
+9
*
[BOX32][TRACE] Improved trace of wrapped functions
ptitSeb
2024-12-17
1
-102
/
+105
*
[BOX32][WRAPPER] Many fixes and improvments to X11 wrapping
ptitSeb
2024-12-14
1
-0
/
+6
*
[BOX32][TRACE] Improved trace for a few libc calls
ptitSeb
2024-12-10
1
-0
/
+8
*
[TRACE] Better for 32bits wait wrapped function
ptitSeb
2024-11-06
1
-0
/
+7
*
[BOX32][TRACE] Better trace for a sscanf variant
ptitSeb
2024-10-19
1
-1
/
+1
*
[BOX32][TRACE] Better for XRRSetScreenSize
ptitSeb
2024-10-11
1
-0
/
+2
*
[BOX32][TRACE] Fixed trace for memcmp, strncasecmp and strncmp
ptitSeb
2024-10-10
1
-4
/
+3
*
[BOX32][TRACE] Small improvment to SDL_RWFromFile trace
ptitSeb
2024-10-10
1
-1
/
+1
*
[BOX32] More work on 32bits wrapped functions
ptitSeb
2024-10-07
1
-0
/
+3
*
[TRACE] Btter trace for ioctl
ptitSeb
2024-10-04
1
-2
/
+2
*
[BOX32][WRAPPER] More wrapped function to libc, and many fixes some existing ...
ptitSeb
2024-10-04
1
-2
/
+4
*
[BOX32] Added more 32bits wrapped function and reworked 32bits memory allocator
ptitSeb
2024-10-03
1
-2
/
+2
*
[BOX32][TRACE] Some more improved trace
ptitSeb
2024-10-03
1
-1
/
+27
*
[ANDROID][BOX32] Fix Android Build, and add correct libc, libm, libdl library...
Pablo Labs
2024-09-29
1
-87
/
+88
*
[BOX32][TRACE] Better trace for recv
ptitSeb
2024-09-27
1
-1
/
+2
*
[BOX32] Minor changes to 32bits freetype wrapping
ptitSeb
2024-09-26
1
-0
/
+8
*
[BOX32][TRACE] Fixed semop traces
ptitSeb
2024-09-24
1
-1
/
+1
*
[BOX32][wrapper] Added some basic 32bits X11 wrapping, fixed 32bits sem_XXX w...
ptitSeb
2024-09-22
1
-1
/
+1
*
[BOX32][TRACE] Better trace for a few more 32bits string functions
ptitSeb
2024-09-21
1
-1
/
+3
*
[BOX32] Added some more 32bits wrapped functions (Chicken Invaders 3 works, b...
ptitSeb
2024-09-21
1
-1
/
+16
*
[BOX32][TRACE] Improved some trace and function calls for 32bits process
ptitSeb
2024-09-16
1
-0
/
+7
*
[BOX32][TRACE] More improved trace for some 32bits functions call
ptitSeb
2024-09-13
1
-1
/
+3
*
[BOX32][TRACE] Better trace for 32bits call to strtol and strtoul
ptitSeb
2024-09-13
1
-0
/
+3
*
[BOX32][TRACE] Better trace for 32bits strncasecmp calls
ptitSeb
2024-09-13
1
-0
/
+3
*
[BOX32][TRACE] Better trace for some 32bits wrapped function calls
ptitSeb
2024-09-13
1
-12
/
+46
*
[BOX32] Improved trace for 32bits pthread_setname_np
ptitSeb
2024-09-11
1
-0
/
+3
*
[BOX32] Better trace for 32bits posix_memalign
ptitSeb
2024-09-03
1
-1
/
+6
*
[BOX32] Fixes and hacks to get steamcmd shows the prompt
ptitSeb
2024-09-01
1
-1
/
+1
*
[BOX32] Added more 32bits wrapped function and fixes
ptitSeb
2024-08-30
1
-1
/
+1
*
[BOX32] More 32bits wrapped functions and fixes
ptitSeb
2024-08-30
1
-18
/
+22
*
[BOX32][TRACE] Improve function trace log
ptitSeb
2024-08-29
1
-65
/
+65
*
[BOX32] More 32bits wrapped functions
ptitSeb
2024-08-28
1
-1
/
+1
*
Added preliminary Box32 support (#1760)
ptitSeb
2024-08-26
1
-0
/
+347