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
*
Refined ptrace hacks around POKEUSER/PEEKUSER (should help Wine Unity3D games)
ptitSeb
2023-11-07
1
-1
/
+7
*
[TRACE] Show mmap size in hex
ptitSeb
2023-11-05
1
-1
/
+1
*
[ELFLOADER] Fixed loading of elf with huge alignment
ptitSeb
2023-11-01
1
-3
/
+3
*
[ELFLOADER] Last improvment to elfloader memory managment, should be good now
ptitSeb
2023-11-01
1
-2
/
+5
*
[ELFLOADER] Changed how memory is managed in elfloader
ptitSeb
2023-10-31
1
-6
/
+6
*
Added full SSE 4.2 support
ptitSeb
2023-10-30
1
-1
/
+1
*
Small change on cpuid stuffs
ptitSeb
2023-10-29
1
-1
/
+1
*
Better trace for mmap operations
ptitSeb
2023-10-28
1
-6
/
+6
*
More small improvment to wrapped mmap64
ptitSeb
2023-10-28
1
-13
/
+26
*
[WRAPPER] Fixed my_execl (#1044)
wannacu
2023-10-27
1
-1
/
+6
*
Another fix to wrapped mmap (should fix #1031, hopefully not creating more re...
ptitSeb
2023-10-27
1
-2
/
+2
*
[WRAPPER] Fixed my_mmap64 on MAP_FIXED handling, helps wine 8.18 (#1039)
Yang Liu
2023-10-26
1
-2
/
+4
*
Added some workaround for program that POKEUSER/PEEKUSER some drX value and e...
ptitSeb
2023-10-20
1
-1
/
+13
*
Various changes on pthread cancel and tls destructor, should be easier to mai...
ptitSeb
2023-10-13
1
-56
/
+42
*
A bit more changes to cpuid bits and cpu identifications
ptitSeb
2023-10-11
1
-2
/
+2
*
Fixed processor/core count in cpuid and proc/cpuinfo
ptitSeb
2023-10-10
1
-88
/
+8
*
Added __isoc99_vswscanf wrapped function (for #1015)
ptitSeb
2023-10-08
1
-0
/
+1
*
Use libdl whenever libc is used (for #984)
ptitSeb
2023-09-28
1
-1
/
+2
*
Added some more wrapped functions
ptitSeb
2023-09-09
1
-0
/
+3
*
[ANDROID] And yet again another build fix, slowly but surely loosing patience
ptitSeb
2023-09-02
1
-0
/
+4
*
[ANDROID] Try to create an Android build, porting box86 Android build
ptitSeb
2023-09-02
1
-13
/
+102
*
Update my_posix_spawnp()
liuli
2023-08-21
1
-0
/
+4
*
Improved jmpbuff handling a bit
ptitSeb
2023-08-13
1
-8
/
+10
*
Change again a bit how jmpbuffer and resuming of signal is handled
ptitSeb
2023-07-30
1
-0
/
+3
*
Hacked wrapped ptrace to avoid crash when wine handle exception (and debug re...
ptitSeb
2023-07-22
1
-0
/
+10
*
Merge pull request #896 from josch/exe
ptitSeb
2023-07-21
1
-0
/
+0
|
\
|
*
remove executable bits
Johannes Schauer Marin Rodrigues
2023-07-21
1
-0
/
+0
*
|
Added wrapped execle (for #850)
ptitSeb
2023-07-16
1
-2
/
+32
*
|
Removed useless box64context_t parameter to RunFunction and friend
ptitSeb
2023-07-09
1
-16
/
+16
*
|
Better wrapping for __libc_stack_end symbol
ptitSeb
2023-07-08
1
-7
/
+0
*
|
Added __iso99_swscanf wrapped function to libc (for #424)
ptitSeb
2023-07-05
1
-0
/
+8
*
|
Added ability to trace and dump 32bits code
ptitSeb
2023-06-17
1
-1
/
+1
*
|
Fixed an issue in wrapped execv
ptitSeb
2023-06-10
1
-1
/
+1
*
|
[DYNAREC] Do not track memory that is not accessible (should save some memory)
ptitSeb
2023-05-28
1
-4
/
+11
*
|
[WRAPPER] Added 4 more libc dprintf wrappers (#798)
Yang Liu
2023-05-22
1
-0
/
+35
*
|
[WRAPPER] Added vwprintf (#794)
Yang Liu
2023-05-20
1
-34
/
+7
*
|
[WRAPPER] Added 1 more symbol for libc (for #787) (#788)
Yang Liu
2023-05-15
1
-7
/
+15
*
|
Optimized Exit bridge managment
ptitSeb
2023-05-10
1
-2
/
+2
*
|
Improved custom memory allocator
ptitSeb
2023-05-10
1
-1
/
+1
*
|
Hide segfault on quit from my_exit too
ptitSeb
2023-05-08
1
-0
/
+2
*
|
Some small changes to thread and fork and cloning x64emu_t struct
ptitSeb
2023-05-08
1
-2
/
+8
*
|
[WRAPPER] Used RunFunctionFmt for better sign-extend handling (#768)
Yang Liu
2023-05-07
1
-67
/
+67
*
|
Improved handling of x86_64 47bits memory (should help #763)
ptitSeb
2023-05-05
1
-3
/
+3
|
/
*
Added a bunch of wrapped functions (for #725)
ptitSeb
2023-04-23
1
-1
/
+11
*
Fixed and improved __cxa_atexit handling
ptitSeb
2023-04-22
1
-4
/
+6
*
[WRAPPER] Fix my___vsnprintf_chk (#722)
xctan
2023-04-21
1
-1
/
+1
*
Some sligth improvment to __vsnprintf_chk and vfprintf
ptitSeb
2023-04-19
1
-1
/
+11
*
Expose POPCNT capability too
ptitSeb
2023-03-12
1
-1
/
+1
*
Added support for SSE4.1, and added a couple of opcode ([ARM64_DYNAREC] too)
ptitSeb
2023-03-12
1
-1
/
+1
*
Added libresolv to libc for glibc2.34+ (might help #210)
ptitSeb
2023-03-09
1
-1
/
+2
[next]