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 a 1 more libc wrapped function
ptitSeb
2021-04-12
1
-1
/
+1
*
Improved pthread wrapping
ptitSeb
2021-04-12
5
-0
/
+39
*
More alignment work on thread (some attr are bigger on arm64 than x86_64)
ptitSeb
2021-04-12
1
-7
/
+35
*
Fixed a warning in wrapped libsdl2
ptitSeb
2021-04-11
1
-1
/
+1
*
Merge pull request #6 from rajdakin/generalImprovements
ptitSeb
2021-04-11
50
-311
/
+1502
|
\
|
*
Forgot to add SDL1
rajdakin
2021-04-11
3
-87
/
+37
|
*
General improvements to box64 and fixed some SDL2 functions
rajdakin
2021-04-11
49
-225
/
+1466
*
|
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
[next]