about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Added 9E/9F opcodes ([DYNAREC] too)ptitSeb2021-04-122-2/+28
|
* Added a 1 more libc wrapped functionptitSeb2021-04-121-1/+1
|
* Fixed some issues with pthread wrappingptitSeb2021-04-121-8/+15
|
* [DYNAREC] Added 66 0F 5D/5F opcodesptitSeb2021-04-121-0/+14
|
* [DYNAREC] Fixed F2 0F 5D/5F opcodesptitSeb2021-04-121-2/+2
|
* Improved pthread wrappingptitSeb2021-04-126-9/+51
|
* Added 64 F3 0F 11/59 opcodesptitSeb2021-04-121-2/+22
|
* More alignment work on thread (some attr are bigger on arm64 than x86_64)ptitSeb2021-04-122-113/+224
|
* Added A0/A2 opcodes ([DYNAREC] too)ptitSeb2021-04-113-6/+32
|
* Fixed a warning in wrapped libsdl2ptitSeb2021-04-111-1/+1
|
* Merge pull request #6 from rajdakin/generalImprovementsptitSeb2021-04-1162-419/+1702
|\ | | | | General improvements to box64 and fixed some SDL2 functions
| * Forgot to add SDL1rajdakin2021-04-113-87/+37
| |
| * General improvements to box64 and fixed some SDL2 functionsrajdakin2021-04-1161-333/+1666
| |
* | [DYNAREC] Added 0F F2 opcodeptitSeb2021-04-111-0/+12
| |
* | [DYNAREC] Added 66 0F E1/F2 opcodeptitSeb2021-04-111-0/+28
| |
* | [DYNAREC] Added 0F 74 opcodeptitSeb2021-04-112-0/+10
| |
* | [DYNAREC] Added 66 0F DA opcodeptitSeb2021-04-111-1/+7
| |
* | [DYNAREC] Added 0F 63 opcodeptitSeb2021-04-111-0/+10
| |
* | [DYNAREC] Added 0F E3 opcodeptitSeb2021-04-111-0/+8
| |
* | Fixed 0F E3 opcodeptitSeb2021-04-111-6/+3
| |
* | [DYNAREC] Added 66 0F E2 ocpodeptitSeb2021-04-112-0/+39
| |
* | [DYNAREC] Added F3 0F 5B opcodeptitSeb2021-04-111-0/+7
| |
* | [DYNAREC] Added F3 0F D6 opcodeptitSeb2021-04-111-0/+14
| |
* | Added F2 0F F0 ocpode ([DYNAREC] too)ptitSeb2021-04-112-1/+23
| |
* | [DYNAREC] Added 0F DE/DF opcodesptitSeb2021-04-111-1/+14
| |
* | Added 0F DE opcodeptitSeb2021-04-111-1/+7
| |
* | Added wrapped libSDL2_netptitSeb2021-04-118-1/+108
| |
* | [DYNAREC] Improved (and fixed) Table64 handlingptitSeb2021-04-115-9/+23
| |
* | Improvement in internal mutex handling on signal, and [DYNAREC] multitasking ↵ptitSeb2021-04-117-49/+184
| | | | | | | | changes to the JmpTable
* | [DYNAREC] Fixed, again, arm64_lock_storeifref functionptitSeb2021-04-111-1/+1
| |
* | [DYNAREC] Fixed arm64_lock_storeifref functionptitSeb2021-04-111-2/+3
| |
* | [DYNAREC] Removed obsolete commentsptitSeb2021-04-111-4/+0
| |
* | [DYNAREC] Added address on Jump to non-block address warning logptitSeb2021-04-111-1/+1
| |
* | Merge branch 'main' of https://github.com/ptitSeb/box64 into mainptitSeb2021-04-102-5/+8
|\|
| * Merge pull request #5 from rajdakin/addFuncptitSeb2021-04-102-5/+8
| |\ | | | | | | Added some libc symbols
| | * Added some libc symbolsrajdakin2021-04-102-5/+8
| |/
* | Merge branch 'main' of https://github.com/ptitSeb/box64 into mainptitSeb2021-04-101-4/+12
|\|
| * Merge pull request #4 from rajdakin/fixFFptitSeb2021-04-101-4/+12
| |\ | | | | | | Fixed 0xFF INC and DEC opcodes
| | * Fixed FF INC and DEC opcodesrajdakin2021-04-101-4/+12
| |/
* | Better trace for a few GL functionsptitSeb2021-04-101-0/+15
| |
* | [DYNAREC] Fixed address used by this warningptitSeb2021-04-101-4/+4
|/
* Grab thread emu when calling init Library instead of NULLptitSeb2021-04-101-1/+1
|
* Merge pull request #3 from rajdakin/exitFixptitSeb2021-04-0917-88/+150
|\ | | | | box64 exit fix
| * Fixed the libraries free orderingrajdakin2021-04-0911-62/+124
| |
| * Changed missed unwanted "box86"rajdakin2021-04-0910-26/+26
| |
* | Added gethostbyname wrapped functionptitSeb2021-04-091-1/+1
| |
* | Added F0 87 opcode ([DYNAREC] too)ptitSeb2021-04-092-1/+71
| |
* | Fixed a warningptitSeb2021-04-091-1/+1
|/
* Fix NOALIGN buildptitSeb2021-04-091-0/+2
|
* Added one more wcs wrapped functionptitSeb2021-04-091-1/+1
|