about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [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-117-1/+107
|
* [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
|\
| * Added some libc symbolsrajdakin2021-04-102-5/+8
| |
* | Merge branch 'main' of https://github.com/ptitSeb/box64 into mainptitSeb2021-04-101-4/+12
|\|
| * 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
|
* Added unligned case for lock inc dword ptr[xx]ptitSeb2021-04-091-3/+14
|
* Added wcstof wrapped functionptitSeb2021-04-091-1/+1
|
* pthread_attr_t don't have the same size on x86_64 (0x38) and arm64 (0x40)...ptitSeb2021-04-095-14/+167
|
* Small comment on syscallptitSeb2021-04-091-1/+1
|
* More libc wrapped functionsptitSeb2021-04-081-1/+1
|
* Added 64 F2 0F 11 and 64 39 opcodesptitSeb2021-04-081-5/+46
|
* A few more wrapped libc functionsptitSeb2021-04-081-9/+9
|
* Added 67 66 0F 6F/7A opcodesptitSeb2021-04-087-3/+157
|
* [DYNAREC] Fixed 66 81 opcodesptitSeb2021-04-081-8/+8
|
* [DYNAREC] Fixed the BOX64_NODYNAREC functionptitSeb2021-04-081-2/+4
|
* Added a libvorbisfile wrapped function and fixed another one (structure as ↵ptitSeb2021-04-085-13/+25
| | | | argument are in the stack, always)
* Added a xcb wrapped functionptitSeb2021-04-084-7/+7
|
* Added fsync wrapped functionptitSeb2021-04-081-1/+1
|
* Fixed fcntl wrapperptitSeb2021-04-081-14/+13
|
* Fixed memory protection that wasn't updated correctlyptitSeb2021-04-081-4/+4
|
* Added wrapped libcairo, libpango, libpangoft2 and libpangocairoptitSeb2021-04-0812-5/+1324
|
* Added a few more wrapped libc functionsptitSeb2021-04-084-2/+7
|
* Added F0 0F AB/B3 opcodesptitSeb2021-04-081-0/+137
|
* Added some more libc wrapped functionsptitSeb2021-04-081-13/+13
|