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
/
wrappedlibc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added some untested support for loongarch64 va_list
ptitSeb
2021-09-26
1
-0
/
+50
*
Added wrapped iopl that answer 'unsuported operation' for now
ptitSeb
2021-09-04
1
-0
/
+19
*
Don't limit mmap on 47bits if wine is not detected
ptitSeb
2021-09-04
1
-1
/
+1
*
Added AES-NI cpu extension support ([DYNAREC] too, using AES extension if ava...
ptitSeb
2021-08-28
1
-1
/
+1
*
Small changes in libc and libpthread wrapped lib
ptitSeb
2021-08-10
1
-1
/
+1
*
Fix NOALIGN build
ptitSeb
2021-07-31
1
-0
/
+2
*
Try to force 47bits on mmap64 all the time (not just when wine64 is detected)
ptitSeb
2021-07-28
1
-2
/
+9
*
Try to make the 32bits mmap more resiliant
ptitSeb
2021-07-14
1
-0
/
+9
*
Fixed ELF Signature detection
ptitSeb
2021-07-12
1
-4
/
+4
*
Added 2 more libc wrapped function (for #44)
ptitSeb
2021-07-12
1
-0
/
+6
*
Use box86 to launch x86 binary (if box86 is present in same folder as box64)
ptitSeb
2021-07-12
1
-26
/
+32
*
Added a bunch of wrapped libc function (for #41)
ptitSeb
2021-07-12
1
-10
/
+23
*
Added some more libc wrapped functions
ptitSeb
2021-07-12
1
-0
/
+9
*
Added syscall 6 and fixed syscall 5 (for #14)
ptitSeb
2021-07-06
1
-0
/
+18
*
Improved low memory pre-allocation and added 47bits pre-allocation for Wine64
ptitSeb
2021-07-01
1
-1
/
+4
*
Small fixes to the my_backtrace (it doesn't seems to be working anyway)
ptitSeb
2021-06-18
1
-1
/
+1
*
Improved cpu capability flags, and silenced a warning in of_unconvert
ptitSeb
2021-06-15
1
-2
/
+5
*
Added wrapped execl function
ptitSeb
2021-06-14
1
-1
/
+22
*
Added wrapped execv family functions
ptitSeb
2021-06-07
1
-2
/
+2
*
Improvment to a few libc wrapped functions
ptitSeb
2021-06-06
1
-7
/
+23
*
Added a few more wrapped function and improved getopt handling
ptitSeb
2021-06-05
1
-13
/
+27
*
Fixed some wrapped functions, upgraded the python script
rajdakin
2021-06-04
1
-4
/
+21
*
Fixed a warning
ptitSeb
2021-06-03
1
-1
/
+1
*
Added some more syscalls
ptitSeb
2021-06-02
1
-0
/
+9
*
Fixed munmap with 0 length
ptitSeb
2021-05-31
1
-1
/
+1
*
Added some more libc wrapped functions
ptitSeb
2021-05-19
1
-0
/
+6
*
Added signal mask handling in setjmp/longjmp functions
ptitSeb
2021-05-18
1
-7
/
+25
*
Small fixes to my_backtrace function
ptitSeb
2021-05-17
1
-10
/
+10
*
Added fwprintf wrapped function
ptitSeb
2021-05-17
1
-10
/
+5
*
Aligned struct epoll
ptitSeb
2021-04-26
1
-10
/
+1
*
Improved ofconvert function a bit
ptitSeb
2021-04-24
1
-2
/
+2
*
Added more flags to ofconvert functions
ptitSeb
2021-04-24
1
-1
/
+2
*
First pass
rajdakin
2021-04-14
1
-21
/
+65
*
Added a few more libc wrapped function, and fixed glob64 wrapping
ptitSeb
2021-04-12
1
-12
/
+2
*
Added a few more libc wrapped functions
ptitSeb
2021-04-12
1
-0
/
+1
*
General improvements to box64 and fixed some SDL2 functions
rajdakin
2021-04-11
1
-7
/
+1
*
Added some libc symbols
rajdakin
2021-04-10
1
-1
/
+1
*
Changed missed unwanted "box86"
rajdakin
2021-04-09
1
-6
/
+6
*
Fixed fcntl wrapper
ptitSeb
2021-04-08
1
-14
/
+13
*
Added a couple of libc wrapped functions
ptitSeb
2021-04-05
1
-14
/
+6
*
More work on mmap and the MAP_32BIT flag
ptitSeb
2021-04-04
1
-6
/
+9
*
Added wrapped swscanf
ptitSeb
2021-04-02
1
-0
/
+8
*
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 glob64 and freeglob64 functions
ptitSeb
2021-04-01
1
-2
/
+2
*
Wrapped malloc to call calloc instead (not sure it's really needed)
ptitSeb
2021-04-01
1
-5
/
+2
*
Added wrapped fts_* function (FTS struct seems aligned on 64bits)
ptitSeb
2021-03-30
1
-0
/
+6
*
Added wrapped swprintf
ptitSeb
2021-03-30
1
-14
/
+5
*
Added wrapped syslog and __syslog_chk
ptitSeb
2021-03-29
1
-0
/
+16
*
Some work around backtrace to try get symbol from stack frame (not sure it do...
ptitSeb
2021-03-29
1
-6
/
+63
[next]