about summary refs log tree commit diff stats
path: root/LLVMprivateGenerator/registered_structs.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-10-27Fixed dlopen that should increment refcount even with RTLD_NOLOADptitSeb1-2/+1
2022-10-27Improved handling of execve and posix_spawn, especialy with arv[0] is not the...ptitSeb2-48/+77
2022-10-26Some fixes to execv and posic_spawn wrapped functionsptitSeb1-12/+15
2022-10-26Added libudev.so synonym of libudev.so.1ptitSeb1-0/+1
2022-10-26Added one more gtk3 wrapped functionptitSeb4-1/+8
2022-10-26[DYNAREC] Fixed 0F BA opcodesptitSeb1-4/+4
2022-10-26Try to improve the shell detection, again (for #433)ptitSeb1-7/+4
2022-10-26Added syscalls 7 and 112ptitSeb1-0/+14
2022-10-26Actually fixed (this time) syscall 78ptitSeb1-12/+22
2022-10-26Fixed an issue with syscall 78ptitSeb1-1/+1
2022-10-26Added syscall to BOX64_ROLLING_LOG tooptitSeb1-5/+22
2022-10-26More flexibility for BOX64_ROLLING_LOGptitSeb7-21/+29
2022-10-26Fixed non-dynarec buildptitSeb1-2/+2
2022-10-26Fix non-dynarec buildptitSeb1-2/+2
2022-10-26Added BOX64_ROLLING_LOG support to __stack_chk_failptitSeb1-0/+9
2022-10-26Made a custom implementation of pthread_onceptitSeb6-25/+31
2022-10-25Fixed 64 F3 0F 5A ocpode (still for #432)ptitSeb1-0/+1
2022-10-25[DYNAREC] Added BIGBLOCK=3 levelptitSeb3-4/+8
2022-10-25Added 64 F3 0F 5A opcode (for #432)ptitSeb1-0/+12
2022-10-25Added xkb_compose_state_reset wrapped function (for #431)ptitSeb1-1/+1
2022-10-25Added xkb_compose_state_get_status wrapped function (for #431)ptitSeb1-1/+1
2022-10-25Changed elf signature detection to accomodate for AppImageptitSeb2-1/+4
2022-10-25Added xkb_compose_state_feed wrapped function (for #431)ptitSeb1-1/+1
2022-10-25Added a few more libxkbcommon wrapped functions (for #431)ptitSeb1-3/+3
2022-10-24[DYNAREC] Better (defered) flag handling in dynarec (gives between 5% and 10%...ptitSeb13-133/+210
2022-10-24Small fixes with unaligned pthread_cond_tptitSeb1-3/+3
2022-10-24[DYNAREC] Rewrote unused acro, in case it used laterptitSeb1-37/+29
2022-10-24Added xkb_compose_table_new_from_locale wrapped function (for #431)ptitSeb1-1/+1
2022-10-24[DYNAREC] Use customMalloc for internal dynarec stuff (fixed starbound)ptitSeb5-40/+80
2022-10-24custom Alloc now allocate memory rounded up to 8bytes alignptitSeb1-1/+10
2022-10-24Use box_strdup instead of realpath for the string allocation to be safeptitSeb1-2/+5
2022-10-23Forgot a bunch of other box_ malloc/realloc/calloc/free useptitSeb11-55/+56
2022-10-23[DYNAREC] Forget this realloc->box_reallocptitSeb1-1/+1
2022-10-22Refactored, again, elfloader symbol fetching (ported from box86)ptitSeb18-399/+521
2022-10-22[DYNAREC] Small change on how add_next/get_closest_next worksptitSeb1-4/+11
2022-10-22[DYNAREC] Added BOX64_DYNAREC_SAFEFLAGSptitSeb5-5/+30
2022-10-22This fixed factorio for me, but it's not clear whyptitSeb1-1/