about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added BOX64_SHOWBT env. var. to have a backtrace on segfaultptitSeb2022-10-273-3/+35
* Fixed dlopen that should increment refcount even with RTLD_NOLOADptitSeb2022-10-271-2/+1
* Improved handling of execve and posix_spawn, especialy with arv[0] is not the...ptitSeb2022-10-272-48/+77
* Some fixes to execv and posic_spawn wrapped functionsptitSeb2022-10-261-12/+15
* Added libudev.so synonym of libudev.so.1ptitSeb2022-10-261-0/+1
* Added one more gtk3 wrapped functionptitSeb2022-10-264-1/+8
* [DYNAREC] Fixed 0F BA opcodesptitSeb2022-10-261-4/+4
* Try to improve the shell detection, again (for #433)ptitSeb2022-10-261-7/+4
* Added syscalls 7 and 112ptitSeb2022-10-261-0/+14
* Actually fixed (this time) syscall 78ptitSeb2022-10-261-12/+22
* Fixed an issue with syscall 78ptitSeb2022-10-261-1/+1
* Added syscall to BOX64_ROLLING_LOG tooptitSeb2022-10-261-5/+22
* More flexibility for BOX64_ROLLING_LOGptitSeb2022-10-266-20/+27
* Fixed non-dynarec buildptitSeb2022-10-261-2/+2
* Fix non-dynarec buildptitSeb2022-10-261-2/+2
* Added BOX64_ROLLING_LOG support to __stack_chk_failptitSeb2022-10-261-0/+9
* Made a custom implementation of pthread_onceptitSeb2022-10-266-25/+31
* Fixed 64 F3 0F 5A ocpode (still for #432)ptitSeb2022-10-251-0/+1
* [DYNAREC] Added BIGBLOCK=3 levelptitSeb2022-10-252-3/+6
* Added 64 F3 0F 5A opcode (for #432)ptitSeb2022-10-251-0/+12
* Added xkb_compose_state_reset wrapped function (for #431)ptitSeb2022-10-251-1/+1
* Added xkb_compose_state_get_status wrapped function (for #431)ptitSeb2022-10-251-1/+1
* Changed elf signature detection to accomodate for AppImageptitSeb2022-10-251-0/+3
* Added xkb_compose_state_feed wrapped function (for #431)ptitSeb2022-10-251-1/+1
* Added a few more libxkbcommon wrapped functions (for #431)ptitSeb2022-10-251-3/+3
* [DYNAREC] Better (defered) flag handling in dynarec (gives between 5% and 10%...ptitSeb2022-10-2413-133/+210
* Small fixes with unaligned pthread_cond_tptitSeb2022-10-241-3/+3
* [DYNAREC] Rewrote unused acro, in case it used laterptitSeb2022-10-241-37/+29
* Added xkb_compose_table_new_from_locale wrapped function (for #431)ptitSeb2022-10-241-1/+1
* [DYNAREC] Use customMalloc for internal dynarec stuff (fixed starbound)ptitSeb2022-10-245-40/+80
* custom Alloc now allocate memory rounded up to 8bytes alignptitSeb2022-10-241-1/+10
* Use box_strdup instead of realpath for the string allocation to be safeptitSeb2022-10-241-2/+5
* Forgot a bunch of other box_ malloc/realloc/calloc/free useptitSeb2022-10-2311-55/+56
* [DYNAREC] Forget this realloc->box_reallocptitSeb2022-10-231-1/+1
* Refactored, again, elfloader symbol fetching (ported from box86)ptitSeb2022-10-2218-399/+521
* [DYNAREC] Small change on how add_next/get_closest_next worksptitSeb2022-10-221-4/+11
* [DYNAREC] Added BOX64_DYNAREC_SAFEFLAGSptitSeb2022-10-224-5/+24
* This fixed factorio for me, but it's not clear whyptitSeb2022-10-221-1/+1
* [DYNAREC] Added 66 0F 7C opcodeptitSeb2022-10-221-0/+24
* [DYNAREC] Added DE opcodesptitSeb2022-10-224-15/+303
* Fixed an issue with last lib refactor (fixed EtG, and all SDL2 based stuff an...ptitSeb2022-10-212-10/+10
* [DYNAREC] Initialize dynmap, it's cleanerptitSeb2022-10-191-1/+1
* Small refactor and simplification of library_t structure and box64context_tptitSeb2022-10-1942-379/+334
* Forgot to return the value in wrapped __libc_start_main (for #427)ptitSeb2022-10-191-1/+1
* src: asm: Rename lr & fp registers to their x-equivalents (#426)Alfred E. Neumayer2022-10-173-4/+4
* Added XftFontOpenName vrapped function (for #424)ptitSeb2022-10-111-1/+1
* Fixed and improved Shell script detectionptitSeb2022-10-101-2/+6
* Added 64 66 0F 11 opcode (for #418)ptitSeb2022-10-091-4/+12
* [DYNAREC] Small optim for 0F C6 opcodeptitSeb2022-10-011-15/+20
* [DYNAREC] Fixed and optimized 0F BA opcodesptitSeb2022-10-012-26/+15