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
/
wrapped
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added some more libc wrapped functions
ptitSeb
2021-03-09
4
-41
/
+39
*
Added some phtreads wrapped functions
ptitSeb
2021-03-09
4
-20
/
+24
*
Added a few more libc wrapped functions
ptitSeb
2021-03-09
4
-22
/
+42
*
Remove isCpuTopology function call to the open wrapped functions that is not ...
ptitSeb
2021-03-08
1
-33
/
+0
*
Added sigismember wrapped function
ptitSeb
2021-03-08
1
-1
/
+1
*
Added more wrapped functions to libc and libpthread
ptitSeb
2021-03-08
5
-47
/
+68
*
Added a few more libc wrapped libs
ptitSeb
2021-03-08
4
-3
/
+7
*
Added a few more libc wrapped functions
ptitSeb
2021-03-08
5
-51
/
+39
*
Added wrapped vfprintf and fprintf functions
ptitSeb
2021-03-08
5
-34
/
+31
*
Attempts at conversion of va_list
ptitSeb
2021-03-08
2
-15
/
+7
*
Added a few libc wrapped functions
ptitSeb
2021-03-08
1
-6
/
+6
*
Fixed a few wrapped functions
ptitSeb
2021-03-08
8
-29
/
+15
*
Added another batch of wrapped x11 related lib (still un-tested copy from box86)
ptitSeb
2021-03-08
11
-0
/
+399
*
Added a bunch of X11 related lib (copy from box86, mostly un-verified)
ptitSeb
2021-03-08
13
-0
/
+1564
*
Added sysv_signal wrapped function
ptitSeb
2021-03-08
1
-1
/
+1
*
Added memrchr and memcpy wrapped functions
ptitSeb
2021-03-08
4
-3
/
+7
*
Added sigaction and ceil wrapped functions
ptitSeb
2021-03-08
5
-4
/
+8
*
Added wrapped libasound
ptitSeb
2021-03-08
5
-0
/
+1581
*
Added wrapped libX11
ptitSeb
2021-03-08
5
-0
/
+2314
*
Wrapped function SDL_LogXXXX needs va_list
ptitSeb
2021-03-07
1
-1
/
+2
*
Wrapped SDL_LogXXXX function correctly
ptitSeb
2021-03-07
1
-37
/
+9
*
Disabled va_list wrapped function in SDL2, wrapping is not done yet
ptitSeb
2021-03-07
5
-37
/
+29
*
Added wrapped libSDL1.2, libSDL2.0, libGL, libGLU and libopenal
ptitSeb
2021-03-07
15
-93
/
+8386
*
Added longjmp and pthread_cancel handling (and test14 works)
ptitSeb
2021-03-07
6
-82
/
+104
*
Reworked FPU/MMX regs, added Context and Signal handling (and test13 works)
ptitSeb
2021-03-07
5
-8
/
+15
*
Added fwrite wrapped function
ptitSeb
2021-03-06
4
-1
/
+5
*
Added some memcpy and friends wrapped functions
ptitSeb
2021-03-06
4
-15
/
+38
*
Added strcmp wrapped function
ptitSeb
2021-03-06
4
-0
/
+64
*
Added wctype and wctype_l wrapped functions
ptitSeb
2021-03-06
4
-3
/
+11
*
Added wctob and btowc wrapped functions
ptitSeb
2021-03-06
4
-4
/
+8
*
Added some local wrapped functions
ptitSeb
2021-03-06
4
-5
/
+13
*
Added newlocale and __newlocale wrapped functions
ptitSeb
2021-03-06
4
-2
/
+6
*
Added pthread_once wrapped function
ptitSeb
2021-03-06
1
-2
/
+2
*
Added wrapped malloc function
ptitSeb
2021-03-06
4
-1
/
+5
*
Added __cxa_atexit wrapped function
ptitSeb
2021-03-06
1
-1
/
+1
*
More work on wrapped lib and elf relocations
ptitSeb
2021-03-06
8
-8
/
+682
*
Wrapped usleep function
ptitSeb
2021-03-05
1
-1
/
+1
*
Added fork wrapped function
ptitSeb
2021-03-05
2
-3
/
+3
*
Somes fixes to float/double/long double handling in va_list
ptitSeb
2021-03-05
1
-2
/
+2
*
Fixed phtread_t that is a unsigned long instead of a unsigned int
ptitSeb
2021-03-05
4
-11
/
+15
*
Added some phtread functions
ptitSeb
2021-03-05
4
-4
/
+16
*
Added atof, atoi, atol and atoll wrapped functions
ptitSeb
2021-03-05
4
-4
/
+12
*
Added putchar wrapped function
ptitSeb
2021-03-05
4
-1
/
+5
*
Added calloc and free wrapped functions
ptitSeb
2021-03-05
4
-2
/
+10
*
Added printf wrapped function and some VA_ARG work
ptitSeb
2021-03-05
5
-20
/
+14
*
Fixed __libc_start_main emulation
ptitSeb
2021-03-04
1
-3
/
+3
*
Added puts wrapped function (and test03 works)
ptitSeb
2021-03-04
1
-1
/
+1
*
Added C syscall wrapper
ptitSeb
2021-03-04
4
-1
/
+8
*
Added first attempt at function wrapping
ptitSeb
2021-03-04
1
-24
/
+24
*
A bit more work on syscall, to avoid old deprecated ones
ptitSeb
2021-03-04
1
-56
/
+9
[next]