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
*
[WRAPPER] Fixed libc wrappers includes
ptitSeb
2024-11-30
1
-8
/
+1
*
[WRAPPER] Added back faked ITM weak functions
ptitSeb
2024-11-29
1
-0
/
+1
*
Reworked on mmap address alignments for a performance regression (#2057)
Yang Liu
2024-11-22
1
-3
/
+2
*
[WRAPPER] Fixed an isue with __iso99_swcanf wrapped function
ptitSeb
2024-11-17
1
-1
/
+1
*
Preserve errno on mmap / munmap speicifc memory traqking operations
ptitSeb
2024-11-10
1
-1
/
+5
*
[WRAPPER] Added a bunch of libc wrapped functions (for #2010)
ptitSeb
2024-11-09
1
-1
/
+6
*
Added a few wrapped function and fixed some other (for Steam)
ptitSeb
2024-11-06
1
-0
/
+54
*
[WRAPPER] Wrapped 3 more symbols for libc (#2000)
Yang Liu
2024-11-05
1
-8
/
+8
*
[WRAPPER] merged android naming so no more ifdef is needed
ptitSeb
2024-11-04
1
-7
/
+2
*
Improve handling of memory protection, and excution bit
ptitSeb
2024-11-04
1
-6
/
+27
*
Fixed a small memory invalid read with my_execv
ptitSeb
2024-10-30
1
-1
/
+1
*
Improved clone wrapped function compatibility
ptitSeb
2024-10-30
1
-0
/
+1
*
Reworked mmap allocator and wine prereserve handling ([BOX32] fix handling of...
ptitSeb
2024-10-07
1
-3
/
+5
*
Fixed x86_64 build
ptitSeb
2024-10-04
1
-1
/
+1
*
Return the correct errno when mmap can't allocated hinted memory address
ptitSeb
2024-10-04
1
-0
/
+2
*
[BOX32] Added more 32bits wrapped function and reworked 32bits memory allocator
ptitSeb
2024-10-03
1
-6
/
+6
*
Added a hack so program that wprintf to the console actualy work if box64 alr...
ptitSeb
2024-09-14
1
-0
/
+7
*
[WRAPPERS] Fixed some wrong wrappings (#1814)
rajdakin
2024-09-10
1
-0
/
+12
*
Improved wrapped function clone handling of CLONE_NEWUSER flag
ptitSeb
2024-09-09
1
-0
/
+7
*
[WRAPPED] Fixed some libc wrapped functions (#1806)
rajdakin
2024-09-08
1
-18
/
+83
*
Added a workaround with syscall if statx function is not defined in libc
ptitSeb
2024-09-07
1
-3
/
+24
*
Fixed a typo
ptitSeb
2024-09-06
1
-1
/
+1
*
[WRAPPED] Update libc wrappers (#1800)
rajdakin
2024-09-06
1
-3
/
+3
*
[BOX32] This should fix NO_ALIGN box32 build
ptitSeb
2024-09-04
1
-1
/
+1
*
[BOX32] Small improvments on memory management
ptitSeb
2024-09-04
1
-13
/
+13
*
Revert "[ANDROID] Not use 'libbsd.so' as needed lib and don't define NEEDED_L...
KreitinnSoftware
2024-08-27
1
-2
/
+18
*
[ANDROID] Not use 'libbsd.so' as needed lib and don't define NEEDED_LIBS_234 ...
KreitinnSoftware
2024-08-25
1
-18
/
+2
*
Forgot to expose adx extension in cpuinfo virtual file
ptitSeb
2024-08-19
1
-2
/
+3
*
Forgot to expose f16c, xsave and randr extensions in cpuinfo virtual file
ptitSeb
2024-08-19
1
-1
/
+7
*
Added BOX64_SHAEXT to hide sha cpu extension ([RCFILE] And added a profile us...
ptitSeb
2024-07-15
1
-1
/
+1
*
[STATICBUILD] build
ptitSeb
2024-07-10
1
-1
/
+2
*
[STATICBUILD] Go green now
ptitSeb
2024-07-10
1
-0
/
+4
*
[STATICBUILD] Removed libbsd build dependancy
ptitSeb
2024-07-10
1
-1
/
+28
*
Fixes (#1659)
rajdakin
2024-07-09
1
-7
/
+7
*
Should not follow symlinks on file path resolution (#1644)
Yip Coekjan
2024-07-05
1
-3
/
+3
*
Detect UnityPlayer.dll to apply strongmem=1 automatically (can be disabled wi...
ptitSeb
2024-07-03
1
-0
/
+16
*
Fixed some symbols not found error for libc and libresolv wrapping (#1591)
Yang Liu
2024-06-17
1
-0
/
+14
*
[INTERPRETER] Added FMA cpu extension (linked to BOX64_AVX=2)
ptitSeb
2024-06-02
1
-1
/
+1
*
[INTERPRETER] Added BMI1, BMI2 and ADX extensions
ptitSeb
2024-05-31
1
-1
/
+1
*
[INTERPRETER] More avx, avx2 and vaes opcodes
ptitSeb
2024-05-28
1
-1
/
+1
*
More avx infrastructure
ptitSeb
2024-05-27
1
-1
/
+1
*
[INTERPRETER] my first avx opcode
ptitSeb
2024-05-26
1
-1
/
+1
*
[TARCE] Better trace for neverclean mmaps
ptitSeb
2024-05-17
1
-1
/
+1
*
Added some virtual files (if missing) to allow wine to compute cache size and...
ptitSeb
2024-05-07
1
-0
/
+130
*
Fixed a few warning here and there...
ptitSeb
2024-04-13
1
-2
/
+1
*
Improve memory handling for wine, again
ptitSeb
2024-03-27
1
-1
/
+1
*
Do not expose FMA cpu extension, it's associated to AVX by some engines
ptitSeb
2024-03-11
1
-1
/
+1
*
Improved unload of libs (help wine when dlopen / dlclose is supposed to unloa...
ptitSeb
2024-03-09
1
-1
/
+2
*
Fixed a warning (#1335)
Yang Liu
2024-03-06
1
-1
/
+2
*
Added a few more flags on of_convert to limit warnings
ptitSeb
2024-03-05
1
-0
/
+11
[next]