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 wrapped libSDL2_net
ptitSeb
2021-04-11
6
-1
/
+106
*
Added some libc symbols
rajdakin
2021-04-10
2
-5
/
+8
*
Merge pull request #3 from rajdakin/exitFix
ptitSeb
2021-04-09
2
-8
/
+8
|
\
|
*
Fixed the libraries free ordering
rajdakin
2021-04-09
1
-2
/
+2
|
*
Changed missed unwanted "box86"
rajdakin
2021-04-09
1
-6
/
+6
*
|
Added gethostbyname wrapped function
ptitSeb
2021-04-09
1
-1
/
+1
|
/
*
Added one more wcs wrapped function
ptitSeb
2021-04-09
1
-1
/
+1
*
Added wcstof wrapped function
ptitSeb
2021-04-09
1
-1
/
+1
*
pthread_attr_t don't have the same size on x86_64 (0x38) and arm64 (0x40)...
ptitSeb
2021-04-09
4
-1
/
+37
*
More libc wrapped functions
ptitSeb
2021-04-08
1
-1
/
+1
*
A few more wrapped libc functions
ptitSeb
2021-04-08
1
-9
/
+9
*
Added a libvorbisfile wrapped function and fixed another one (structure as ar...
ptitSeb
2021-04-08
5
-13
/
+25
*
Added a xcb wrapped function
ptitSeb
2021-04-08
4
-7
/
+7
*
Added fsync wrapped function
ptitSeb
2021-04-08
1
-1
/
+1
*
Fixed fcntl wrapper
ptitSeb
2021-04-08
1
-14
/
+13
*
Added wrapped libcairo, libpango, libpangoft2 and libpangocairo
ptitSeb
2021-04-08
11
-0
/
+1319
*
Added a few more wrapped libc functions
ptitSeb
2021-04-08
4
-2
/
+7
*
Added some more libc wrapped functions
ptitSeb
2021-04-08
1
-13
/
+13
*
Added 2 _np wrapped function to pthreads
ptitSeb
2021-04-07
1
-0
/
+2
*
Added wrapped libcurl/libcurl-gnutls
ptitSeb
2021-04-07
5
-0
/
+653
*
Small changes to a few libGL wrapped function signature
ptitSeb
2021-04-07
4
-9
/
+19
*
Added wrapped ldiv function
ptitSeb
2021-04-06
4
-1
/
+5
*
Added wrapped libcrypto and libssl
ptitSeb
2021-04-06
7
-0
/
+5324
*
Fixed __realpath_chk wrapping
ptitSeb
2021-04-06
4
-4
/
+4
*
Fixed SDL AudioSpec structure definition
ptitSeb
2021-04-06
1
-0
/
+1
*
Added a couple of libc wrapped functions
ptitSeb
2021-04-05
2
-16
/
+8
*
Added some more GL wrapped functions
ptitSeb
2021-04-05
4
-0
/
+27
*
Merge pull request #1 from rajdakin/wrapper_add
ptitSeb
2021-04-04
2
-926
/
+1658
|
\
|
*
[WRAPPER] Added a new feature in the wrapper, forced all i32 to i64
rajdakin
2021-04-04
2
-926
/
+1658
*
|
Added some more libc wrapped functions
ptitSeb
2021-04-04
1
-6
/
+6
*
|
Ooops, that typo was breaking some C#/Unity stuff
ptitSeb
2021-04-04
1
-1
/
+1
|
/
*
More work on mmap and the MAP_32BIT flag
ptitSeb
2021-04-04
1
-6
/
+9
*
One more libc wrapped function
ptitSeb
2021-04-03
4
-1
/
+5
*
Added some more libc wrapped functions
ptitSeb
2021-04-03
4
-5
/
+9
*
Added wrapped pwrite function
ptitSeb
2021-04-03
1
-1
/
+1
*
Changed the way alignment of mutex is done
ptitSeb
2021-04-03
1
-1
/
+1
*
Added a few more libc wrapped function and fixed munmap wrapping
ptitSeb
2021-04-02
4
-5
/
+9
*
Added wrapped swscanf
ptitSeb
2021-04-02
2
-1
/
+9
*
Fixed trace on mremap
ptitSeb
2021-04-02
1
-1
/
+2
*
Implemented a workaround for mmap64 with MAP_32BIT flag
ptitSeb
2021-04-02
1
-0
/
+7
*
Added wrapped rawmemchr function
ptitSeb
2021-04-02
1
-2
/
+2
*
Added wrapped libutil
ptitSeb
2021-04-02
2
-0
/
+51
*
Added a few more libc wrapped functions
ptitSeb
2021-04-01
1
-4
/
+4
*
Added some more libc wrapped functions
ptitSeb
2021-04-01
4
-3
/
+7
*
Added wrapped glob64 and freeglob64 functions
ptitSeb
2021-04-01
2
-6
/
+4
*
Added wrapped fdatasync function
ptitSeb
2021-04-01
1
-1
/
+1
*
Added wrapped fchmodat function
ptitSeb
2021-04-01
1
-1
/
+1
*
Wrapped malloc to call calloc instead (not sure it's really needed)
ptitSeb
2021-04-01
2
-6
/
+3
*
Added wrapped fts_* function (FTS struct seems aligned on 64bits)
ptitSeb
2021-03-30
2
-5
/
+11
*
Added a few more libc wrapped functions
ptitSeb
2021-03-30
4
-4
/
+12
[next]