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
/
generated
/
wrapper.c
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
Added wrapped libogg
ptitSeb
2021-03-25
1
-0
/
+4
|
*
Added a few more libc wrapped functions
ptitSeb
2021-03-25
1
-0
/
+2
|
*
Added wrapped mmap64 and friends
ptitSeb
2021-03-25
1
-0
/
+6
|
*
Added a bunch of libc wrapped functions
ptitSeb
2021-03-25
1
-0
/
+28
|
*
Fixed mbsrtowcs function signature
ptitSeb
2021-03-23
1
-2
/
+2
|
*
Added a few more wrapped functions to libc
ptitSeb
2021-03-23
1
-0
/
+4
|
*
Added wrapped libalut and libalure
ptitSeb
2021-03-13
1
-0
/
+16
|
*
Wrapped some more functions
ptitSeb
2021-03-13
1
-0
/
+4
|
*
Added many wrapped function, and fixed a few one too
ptitSeb
2021-03-13
1
-0
/
+11
|
*
Added SDL2_mixer, SDL2_image, SDL2_ttf2 and SMPEG2 wrapped libs, plus a few ↵
ptitSeb
2021-03-13
1
-2
/
+12
|
|
|
|
more libc wrapped functions
*
Added wrapped qsort and qsort_r functions
ptitSeb
2021-03-12
1
-0
/
+4
|
*
Added wrapped libpulse and libpulsesimple
ptitSeb
2021-03-12
1
-0
/
+56
|
*
Better functions name resolving when using TRACE, and fixed some printf ↵
ptitSeb
2021-03-10
1
-1
/
+2
|
|
|
|
stuff again
*
Fixed the already wrapped non-valist __Xprintf_chk functions
ptitSeb
2021-03-10
1
-2
/
+4
|
*
Wrapped sprintf
ptitSeb
2021-03-10
1
-0
/
+1
|
*
Added statfs64 fstatfs64 and _IO_xxxx wrapped functions
ptitSeb
2021-03-09
1
-0
/
+32
|
*
A __printf_chk wrapped functions
ptitSeb
2021-03-09
1
-0
/
+1
|
*
Aligned struct stat64 for fxstat(64) also
ptitSeb
2021-03-09
1
-2
/
+4
|
*
Added waitpid and dl_iterate_phdr wrapped functions
ptitSeb
2021-03-09
1
-0
/
+2
|
*
Added kill and killpg wrapped functions
ptitSeb
2021-03-09
1
-0
/
+5
|
*
More wrapped libc functions
ptitSeb
2021-03-09
1
-0
/
+5
|
*
Added strtol wrapped function
ptitSeb
2021-03-09
1
-0
/
+2
|
*
A large batch of wrapped libc functions
ptitSeb
2021-03-09
1
-0
/
+11
|
*
More libc wrapped functions
ptitSeb
2021-03-09
1
-0
/
+2
|
*
Added sdl1mixer, sdl1image, sdl1ttd, sdl1smpeg and libz wrapped libs
ptitSeb
2021-03-09
1
-0
/
+52
|
*
Added more libc wrapped functions
ptitSeb
2021-03-09
1
-2
/
+4
|
*
Added some more libc wrapped functions
ptitSeb
2021-03-09
1
-0
/
+6
|
*
pthread_mutex_t is larger on ARM64 than on x86_64, that's unfortunate, but ↵
ptitSeb
2021-03-09
1
-2
/
+8
|
|
|
|
all mutex based function need alignements
*
Added a few libc wrapped functions
ptitSeb
2021-03-09
1
-0
/
+1
|
*
Added some more libc wrapped functions
ptitSeb
2021-03-09
1
-0
/
+2
|
*
Added some phtreads wrapped functions
ptitSeb
2021-03-09
1
-0
/
+2
|
*
Added a few more libc wrapped functions
ptitSeb
2021-03-09
1
-0
/
+10
|
*
Added more wrapped functions to libc and libpthread
ptitSeb
2021-03-08
1
-0
/
+10
|
*
Added a few more libc wrapped libs
ptitSeb
2021-03-08
1
-0
/
+2
|
*
Added a few more libc wrapped functions
ptitSeb
2021-03-08
1
-0
/
+4
|
*
Added wrapped vfprintf and fprintf functions
ptitSeb
2021-03-08
1
-0
/
+5
|
*
Fixed a few wrapped functions
ptitSeb
2021-03-08
1
-0
/
+2
|
*
Added another batch of wrapped x11 related lib (still un-tested copy from box86)
ptitSeb
2021-03-08
1
-0
/
+46
|
*
Added a bunch of X11 related lib (copy from box86, mostly un-verified)
ptitSeb
2021-03-08
1
-0
/
+124
|
*
Added memrchr and memcpy wrapped functions
ptitSeb
2021-03-08
1
-0
/
+2
|
*
Added sigaction and ceil wrapped functions
ptitSeb
2021-03-08
1
-0
/
+2
|
*
Added wrapped libasound
ptitSeb
2021-03-08
1
-0
/
+64
|
*
Added wrapped libX11
ptitSeb
2021-03-08
1
-0
/
+200
|
*
Disabled va_list wrapped function in SDL2, wrapping is not done yet
ptitSeb
2021-03-07
1
-4
/
+0
|
*
Added wrapped libSDL1.2, libSDL2.0, libGL, libGLU and libopenal
ptitSeb
2021-03-07
1
-38
/
+1006
|
*
Added longjmp and pthread_cancel handling (and test14 works)
ptitSeb
2021-03-07
1
-0
/
+8
|
*
Reworked FPU/MMX regs, added Context and Signal handling (and test13 works)
ptitSeb
2021-03-07
1
-0
/
+4
|
*
Added fwrite wrapped function
ptitSeb
2021-03-06
1
-0
/
+2
|
*
Added some memcpy and friends wrapped functions
ptitSeb
2021-03-06
1
-0
/
+12
|
*
Added strcmp wrapped function
ptitSeb
2021-03-06
1
-0
/
+2
|
[prev]
[next]