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
/
wrappedlibdl.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix some spelling mistakes (#640)
josch
2023-03-26
1
-2
/
+2
*
Added preliminary support for d3dadapter9, but need more work on calling conv...
ptitSeb
2023-02-12
1
-0
/
+5
*
dlopen with RTLD_NOLOAD flags should inc refcount if lib is present
ptitSeb
2023-01-29
1
-2
/
+0
*
Fixed another regression from last lib init/fini refactor (fixed SiliconZero ...
ptitSeb
2023-01-28
1
-7
/
+5
*
Fixed some isse with last lib init/fini refactor (fixed ut2004, maybe pokewil...
ptitSeb
2023-01-28
1
-1
/
+0
*
Refactored (again) lib init/fini mecanism
ptitSeb
2023-01-01
1
-11
/
+15
*
Added empty wrapped _dl_find_object function (for #487, probably other too, b...
ptitSeb
2022-12-31
1
-0
/
+15
*
dlopen will not return value less than 3 (fixed deadcells)
ptitSeb
2022-11-28
1
-2
/
+7
*
Also use size when selecting symbol for R_X86_64_COPY and R_X86_64_GLOB_DAT r...
ptitSeb
2022-11-13
1
-4
/
+4
*
Detect when program is linked with glibc 2.34+ to workaround the default libc...
ptitSeb
2022-11-01
1
-1
/
+1
*
Fixed dlopen that should increment refcount even with RTLD_NOLOAD
ptitSeb
2022-10-27
1
-2
/
+1
*
Refactored, again, elfloader symbol fetching (ported from box86)
ptitSeb
2022-10-22
1
-27
/
+27
*
All box internal memory alloc use __libc_ internal one (except on Android, us...
ptitSeb
2022-08-06
1
-33
/
+33
*
Small change in one of dlsym_error log
ptitSeb
2022-07-10
1
-1
/
+1
*
Changed various log level for libdl file open error
ptitSeb
2022-07-09
1
-119
/
+40
*
Various improvement and some workaround to support musl binary (for #324)
ptitSeb
2022-07-09
1
-2
/
+6
*
Various changes and improvement centered around steam (but still not good eno...
ptitSeb
2022-03-04
1
-23
/
+35
*
More work on readlinkat and clone syscall
ptitSeb
2022-03-01
1
-2
/
+21
*
[DYNAREC] Improved JIT handling, and added a HotPage detection to temporarily...
ptitSeb
2021-11-18
1
-1
/
+1
*
Handling of flag RTLD_NOW in dlopen
ptitSeb
2021-07-12
1
-1
/
+2
*
Added handling of flag 0x4 for wrapped dlopen
ptitSeb
2021-07-09
1
-3
/
+15
*
More improvments to elfloader
ptitSeb
2021-06-23
1
-0
/
+2
*
Improved dlsym a bit
ptitSeb
2021-06-15
1
-29
/
+17
*
Reworked elfloader, handle versionned symbols now
ptitSeb
2021-05-29
1
-21
/
+123
*
First pass
rajdakin
2021-04-14
1
-3
/
+9
*
Fixed the libraries free ordering
rajdakin
2021-04-09
1
-2
/
+2
*
Fixed a few wrapped functions
ptitSeb
2021-03-08
1
-1
/
+1
*
More infrastructure added to elf and x64 emu
ptitSeb
2021-03-03
1
-0
/
+415