about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* Made unsuported libc syscall non-fatalptitSeb2021-12-211-3/+3
* Merge pull request #192 from ohayoyogi/feature/libsslptitSeb2021-12-131-10/+10
|\
| * Add some libssl wrappersohayoyogi2021-12-131-10/+10
|/
* Merge pull request #177 from mikptz/mainptitSeb2021-11-244-1/+110
|\
| * Updated compile docs to include LX2160A supportMikhail Petranov2021-11-241-0/+16
| * Added support for LX2160A CPUMikhail Petranov2021-11-243-1/+94
|/
* Merge pull request #176 from ryanfortner/improve-readmeptitSeb2021-11-231-15/+15
|\
| * Update readme.mdRyan Fortner2021-11-221-1/+1
| * Update readme.mdRyan Fortner2021-11-221-9/+3
| * Update readme.mdRyan Fortner2021-11-221-10/+3
| * Update README.mdRyan Fortner2021-11-221-3/+8
| * Update README.mdRyan Fortner2021-11-221-8/+3
| * Update README.mdRyan Fortner2021-11-221-1/+1
| * Update README.mdRyan Fortner2021-11-221-2/+0
| * Improve READMERyan Fortner2021-11-221-13/+28
* | Ooops, fixed build (still for #174)ptitSeb2021-11-221-8/+8
* | Added syscall 63 (for #174)ptitSeb2021-11-221-0/+27
* | [PPC64LE] Added option in CMakeList and paragraph in COMPILE.md (to be checke...ptitSeb2021-11-222-2/+26
|/
* Added 64 8A opcode ([DYNAREC] too) (for #171)ptitSeb2021-11-222-3/+43
* Fixed some issue with getopt (for #170)ptitSeb2021-11-214-2/+39
* Wrapped Vulkan librariesptitSeb2021-11-2115-11/+1501
* Merge pull request #169 from Moldytzu/mainptitSeb2021-11-212-18/+18
|\
| * fix typos againAlex2021-11-211-3/+3
| * fix typosAlex2021-11-211-15/+15
* | New dev. cycleptitSeb2021-11-212-1/+4
|/
* Merge pull request #168 from Jai-JAP/patch-1ptitSeb2021-11-201-1/+1
|\
| * Fix typo box86 -> box64Jai A P2021-11-201-1/+1
|/
* Bumped to v0.1.6ptitSeb2021-11-192-2/+2
* Try to use Github ActionsptitSeb2021-11-191-0/+83
* Updated CHANGELOGptitSeb2021-11-191-0/+3
* Small change on unload of box64ptitSeb2021-11-191-7/+7
* [DYNAREC] Reduce performance impact of StrongMem, and added old Strongmem met...ptitSeb2021-11-193-5/+8
* Merge pull request #166 from eerykitty/mainptitSeb2021-11-192-12/+2
|\
| * Minor changes to allow box64 to build and run on ppc64le.Joseph Allen2021-11-182-12/+2
|/
* Added wrapped __isoc99_scanf function (for #164)ptitSeb2021-11-184-1/+11
* Changed elfloader a bit to merge elf memory block if close enough (help load ...ptitSeb2021-11-181-1/+1
* [DYNAREC] Improved JIT handling, and added a HotPage detection to temporarily...ptitSeb2021-11-189-52/+202
* [DYNAREC] Added an option to simulate Strong Memory Model, and auto activate ...ptitSeb2021-11-185-3/+26
* [DYNAREC] Removed special case for RimWorldLinux and generalized it for all p...ptitSeb2021-11-183-8/+7
* [TRACE] Fixed trace on function from a dlopen library not triggering preperlyptitSeb2021-11-171-1/+1
* [DYNAREC] Fixed a small issue with Segfault in Fillblock detectionptitSeb2021-11-151-0/+1
* [DYNAREC] Added some DMB to try help multi-tasked+JIT program (may help #110)ptitSeb2021-11-143-3/+52
* [DYNAREC] Added DMB emitterptitSeb2021-11-141-0/+3
* Added wrapped libxslt (from box86) (should help #161)ptitSeb2021-11-1410-1/+431
* Added wrapped libldap_r and liblber (helps wine)ptitSeb2021-11-1415-2/+896
* Change ResolvePath behaviour in sync with box86ptitSeb2021-11-143-13/+3
* Added some data symbol to wrapped libxml2 (for #161 but it would probably be ...ptitSeb2021-11-121-0/+7
* Added a few xcb symbols (for #161)ptitSeb2021-11-124-5/+9
* [DYNAREC] Changed Dynarec a bit to try stabilise program using many threads a...ptitSeb2021-11-1113-74/+119
* [DYNAREC] Pass0 now alocate memory and do more stuff from pass1ptitSeb2021-11-1110-107/+101