about summary refs log tree commit diff stats
path: root/src/libtools/obstack.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-05-22First attempt to get a static build (not working for now, don't use it)ptitSeb1-1/+6
2022-05-21Added wrapped fstat64 (for #309)ptitSeb4-0/+4
2022-05-21Fixed the workaround for gog installer on PI & RK3399 SBC beeing slow to startptitSeb1-1/+1
2022-05-10Fixed wrapped lib dependancies not loadingptitSeb1-1/+1
2022-05-09Fix linkRyan Fortner1-1/+1
2022-05-09Update COMPILE.mdRyan Fortner1-0/+2
2022-05-09docs: add instructions for Debian-based LinuxRyan Fortner1-1/+11
2022-05-09Small change to avoid wlib_t declaration in wrappedlibs.h (from box86)ptitSeb40-44/+45
2022-05-09Some refactor on wrapped lib handling, to limit calloc/free used and get more...ptitSeb94-3433/+503
2022-05-09Small fixes to the symbol name to avoid overriding by libsptitSeb1-2/+2
2022-05-03Added and fixed opcodes 66 0F 38 38..3F ([DYNAREC] too) (for #299)ptitSeb2-3/+83
2022-05-01Updated READMEptitSeb2-2/+2
2022-05-01Removed some debug leftoverptitSeb1-3/+3
2022-05-01Fixed fstat, fstatat and lstat wrapper signature (for #295)ptitSeb4-3/+7
2022-04-30Added fake libunwind wrappingptitSeb9-0/+103
2022-04-30Added a few wrapped functions to libcptitSeb4-0/+22
2022-04-27Added wrapped stat (for #293)ptitSeb3-0/+3
2022-04-26Added some libfuse wrapping (AppImage is not working yet)ptitSeb3-12/+12
2022-04-25[DYNAREC] Fixed some issue with XMM cache and Native calls (fixed Zoom title ...ptitSeb1-8/+8
2022-04-25Small fixes for a few sse opcodesptitSeb3-11/+11
2022-04-25[DYNAREC] A small optim of FCOMI macro when OF, AF or SF are neededptitSeb1-11/+12
2022-04-24Improved BOX64_LOAD_ADDR env. var. to help having reproducible runsptitSeb3-9/+19
2022-04-24Improved initial stack buildptitSeb2-3/+7
2022-04-24Fixed a potential issue with stack overwritten on sigaction callptitSeb1-1/+1
2022-04-23[DYNAREC] Ignore 26 Prefix (for #290)ptitSeb1-2/+2
2022-04-23[DYNAREC] Ignore 36 prefix for 66 prefixed opcodes (for #290)ptitSeb1-1/+1
2022-04-18Do not use alloca here, it's not temporary storageptitSeb1-2/+1
2022-04-18Added some wrapped libs and functionsptitSeb13-8/+117
2022-04-18[DYNAREC] No need to save op1 and op2 for defered flag computation on logic o...ptitSeb1-36/+3
2022-04-18[DYNAREC] Simpler writing for this testptitSeb1-1/+1
2022-04-18[DYNAREC] Small optim on flags barrier handlingptitSeb1-10/+7
2022-04-17[DYNAREC] Added F0 21 opcodeptitSeb1-0/+20
2022-04-17[DYNAREC] Added 66 0F 3A DF opcodeptitSeb3-20/+62
2022-04-17[DYNAREC] Added 66 0F 51 opcodeptitSeb1-1/+20
2022-04-17[DYNAREC] Better handling of opcodes with 66 F0 prefixesptitSeb5-276/+336
2022-04-17[DYNAREC] Added 0F AE /7 opcodeptitSeb3-0/+15
2022-04-17[DYNAREC] Added 66 0F 3A 20 opcodeptitSeb1-1/+10
2022-04-17[DYNAREC] Added 66 F0 FF and F0 08 opcodesptitSeb1-0/+76
2022-04-17[DYNAREC] Added F8/F9 opcodesptitSeb1-0/+12
2022-04-17Start of a new dev. cycleptitSeb1-1/+1
2022-04-16Bumped version to v0.1.8ptitSeb3-18/+30
2022-04-16[DYNAREC] Stop spamming about not enough Hotpage after a few message, also ad...ptitSeb1-1/+12
2022-04-16Updated CHANGELOGptitSeb1-0/+23
2022-04-16Added libdl as a dependancy for libXext (for #246)ptitSeb1-2/+3
2022-04-16[DYNAREC] Fixed an issue with internal loop to 1st instruction that then use ...ptitSeb1-1/+1
2022-04-16Some more NAN bordercase handling ([DYNAREC] too, but made FASTNAN default)ptitSeb6-20/+100
2022-04-16Fix pkgverJai-JAP12-12/+12
2022-04-13[DYNAREC] Added option to force x87 to use double (ported from box86)ptitSeb5-1/+27
2022-04-13Fixed Page16K selection for M1 and LoongArch buildptitSeb1-1/+6
2022-04-11Various small fixes and warning removalptitSeb7-23/+23