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
*
[MMAP] Better guessing of wine process mapping regions
ptitSeb
2025-04-18
1
-10
/
+14
*
[WOW64] Splitted freq and cleanup functions from x64emu (#2521)
Yang Liu
2025-04-11
1
-3
/
+4
*
[DYNAREC] Better handling of self-loop and added CALLRET=2 settings (ARM64 on...
ptitSeb
2025-04-09
1
-7
/
+7
*
Corrected arguments of my_epoll_pwait2 (#2501)
Krzysztof Aleksander Pyrkosz
2025-04-05
1
-1
/
+1
*
Moved more functions to os.h (#2497)
Yang Liu
2025-04-03
1
-1
/
+2
*
Introduced box64cpu.h for exported interpreter and dynarec functions (#2490)
Yang Liu
2025-04-01
1
-0
/
+1
*
[BOX32] Small refactor on memory managment
ptitSeb
2025-03-17
1
-0
/
+6
*
[TRACE] Improved a bit a few traces
ptitSeb
2025-03-08
1
-0
/
+1
*
[WRAPPER] Do not reference epoll_pwait2 directly, to fix issues with Android ...
ptitSeb
2025-03-07
1
-13
/
+13
*
Fix undefined reference to `epoll_pwait2' for LA64 ABI 1.0 (#2422)
Leslie Zhai
2025-03-06
1
-1
/
+1
*
[ANDROID] Fixed wrapping of epoll_pwait2 to epoll_pwait timeout parameter
ptitSeb
2025-03-04
1
-2
/
+2
*
[ANDROID] Fix build, as epoll_pwait2 doesn't seems to exist
ptitSeb
2025-03-04
1
-0
/
+11
*
[WRAPPER] Added epoll_pwait2 wrapped function
ptitSeb
2025-03-04
1
-0
/
+9
*
More improvmnet to map with fd tracking
ptitSeb
2025-01-29
1
-8
/
+8
*
Improved map with fd tracking
ptitSeb
2025-01-29
1
-9
/
+10
*
Improved generic mmap tracking
ptitSeb
2025-01-27
1
-1
/
+16
*
Expanded file mapping tracking for future use (might help #2295)
ptitSeb
2025-01-25
1
-2
/
+5
*
[DYNAREC] Added preliminary per-file settings (#2288)
Yang Liu
2025-01-23
1
-1
/
+2
*
Clean up UnityPlayer.dll detection from my_mmap64 (#2286)
Yang Liu
2025-01-23
1
-15
/
+2
*
Added [BOX64] prefix for all the stdout logs (#2279)
Yang Liu
2025-01-21
1
-5
/
+5
*
[ENV] Initial refactor of env variables infrastructure (#2274)
Yang Liu
2025-01-21
1
-42
/
+34
*
[WRAPPED] Always return ENOSYS in the deprecated sysctl (#2204)
Yang Liu
2024-12-25
1
-0
/
+18
*
Fix build for older system (for #2190)
ptitSeb
2024-12-23
1
-6
/
+0
*
Improved memory tracking and 32bits memory allocation
ptitSeb
2024-12-21
1
-55
/
+3
*
[WRAPPER] Fixed a few uninitized value used warning from Vamgrind
ptitSeb
2024-12-21
1
-3
/
+3
*
[BOX32] Fix mystake on previous commit
ptitSeb
2024-12-04
1
-6
/
+0
*
[BOX32][WRAPPER] Added ldiv 32bits wrapped function (now Undertale works with...
ptitSeb
2024-12-04
1
-3
/
+3
*
[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
[next]