| Commit message (Expand) | Author | Age | Files | Lines |
| * | [ANDROID] And yet another attempt to fix the build, patience limit almost rea... | ptitSeb | 2023-09-02 | 1 | -0/+4 |
| * | [ANDROID] Try to create an Android build, porting box86 Android build | ptitSeb | 2023-09-02 | 1 | -0/+5 |
| * | [ELFLOADER] This was missing from previous elfloader work | ptitSeb | 2023-08-27 | 1 | -2/+2 |
| * | [ELFLOADER] Adjusted fetching of symbol (help Steam Unity3d linux games, like... | ptitSeb | 2023-08-19 | 1 | -11/+31 |
| * | Fixed non-dynarec behavior on setjmp | ptitSeb | 2023-07-30 | 1 | -2/+4 |
| * | 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 |
| * | | [ELFLOADER] Reworked R_X86_64_COPY and R_X86_64_GLOB_DAT handling, improving ... | ptitSeb | 2023-07-15 | 1 | -4/+6 |
| * | | Improved handling of malloc_hack_2 | ptitSeb | 2023-07-12 | 1 | -0/+7 |
| * | | Removed useless box64context_t parameter to RunFunction and friend | ptitSeb | 2023-07-09 | 1 | -3/+3 |
| * | | [ELFLOADER] Added a check if lib version is compatible with what the elf load... | ptitSeb | 2023-07-09 | 1 | -1/+18 |
| * | | Fixed an issue with Alternate address and PltResolver | ptitSeb | 2023-07-08 | 1 | -0/+1 |
| * | | A few Push/Pop fixes and cleanups (#878) | Alexandre Julliard | 2023-07-03 | 1 | -0/+1 |
| * | | [ELF_LOAD] Also use SONAME of loaded elf to match loaded libs (helps #805) | ptitSeb | 2023-06-04 | 1 | -1/+5 |
| * | | Improved handling of x86_64 47bits memory (should help #763) | ptitSeb | 2023-05-05 | 1 | -1/+1 |
| * | | Improved mallock_hack_2, trying to reduce potential memory leaks | ptitSeb | 2023-05-03 | 1 | -2/+2 |
| |/ |
|
| * | Fixed and improved __cxa_atexit handling | ptitSeb | 2023-04-22 | 1 | -0/+1 |
| * | [ELF] Fixed a use-after-free issue (#709) | Yang Liu | 2023-04-18 | 1 | -2/+3 |
| * | Do not error out for missing weak R_X86_64_64 binding | ptitSeb | 2023-04-16 | 1 | -8/+10 |
| * | Another fix for dlopen/dlclose sequence (should be ok now, at last) | ptitSeb | 2023-04-16 | 1 | -2/+0 |
| * | [ELFLOADER] Improved handling of Failed-to-load library (and unloading of lib... | ptitSeb | 2023-04-10 | 1 | -18/+18 |
| * | [ELFLOADER] Optimized RelocateElfRELA for subsequent identical symbols | ptitSeb | 2023-04-10 | 1 | -9/+34 |
| * | [ELFLOADER] Improved handling of default versions | ptitSeb | 2023-04-10 | 1 | -26/+44 |
| * | [DYNAREC] Destroy DynaBlock memory when freeing a lib | ptitSeb | 2023-04-10 | 1 | -1/+5 |
| * | fix some spelling mistakes (#640) | josch | 2023-03-26 | 1 | -27/+27 |
| * | Improved elf loading at specific addresses | ptitSeb | 2023-03-25 | 1 | -1/+13 |
| * | Now handling the BIND_NOW flags in elf header | ptitSeb | 2023-03-19 | 1 | -0/+8 |
| * | Tried to optimize TLS fetching | ptitSeb | 2023-03-12 | 1 | -6/+1 |
| * | Hide a warning when running java stuffs | ptitSeb | 2023-02-19 | 1 | -2/+2 |
| * | Imrpoved a bit backtrace again | ptitSeb | 2023-02-18 | 1 | -1/+17 |
| * | Various minor warning fixes | ptitSeb | 2023-02-13 | 1 | -5/+6 |
| * | Changes for Alpine (#508) | RainbowC0 | 2023-02-05 | 1 | -0/+3 |
| * | Fixed an issue with TLS Relocation (should fix the regression notified in #360) | ptitSeb | 2023-01-05 | 1 | -1/+1 |
| * | Refactored (again) lib init/fini mecanism | ptitSeb | 2023-01-01 | 1 | -11/+15 |
| * | Reworked how /proc/self/maps is tranformed | ptitSeb | 2022-12-29 | 1 | -30/+34 |
| * | Try to improve some TLS Relocation | ptitSeb | 2022-12-29 | 1 | -8/+22 |
| * | Check if symbol comes from a Lib already init'd, and init it if not | ptitSeb | 2022-12-17 | 1 | -26/+16 |
| * | Some small fixes for pagesize != 4096 | ptitSeb | 2022-12-08 | 1 | -1/+1 |
| * | Don't init main elf in PltReleader | ptitSeb | 2022-12-04 | 1 | -1/+1 |
| * | Improved RunElfInitPltResolver function | ptitSeb | 2022-12-04 | 1 | -2/+6 |
| * | Check if Symbol Elf is inited in PltResolver (helps #422 and #360) | ptitSeb | 2022-12-04 | 1 | -7/+55 |
| * | Cosmetic change on my_dl_iterate_phdr callback | ptitSeb | 2022-11-13 | 1 | -8/+8 |
| * | Also use size when selecting symbol for R_X86_64_COPY and R_X86_64_GLOB_DAT r... | ptitSeb | 2022-11-13 | 1 | -10/+12 |
| * | Remove dynablocklist (#438) | ptitSeb | 2022-10-31 | 1 | -2/+2 |
| * | Malloc override (#437) | ptitSeb | 2022-10-29 | 1 | -35/+9 |
| * | Refactored, again, elfloader symbol fetching (ported from box86) | ptitSeb | 2022-10-22 | 1 | -6/+42 |
| * | Add SW64 base support (#382) | wannacu | 2022-08-11 | 1 | -1/+1 |
| * | All box internal memory alloc use __libc_ internal one (except on Android, us... | ptitSeb | 2022-08-06 | 1 | -36/+36 |
| * | Fixed a few warnings | ptitSeb | 2022-07-17 | 1 | -1/+2 |
| * | Improve trace a bit | ptitSeb | 2022-07-16 | 1 | -3/+3 |