about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* Less log in LOG_INFO levelptitSeb2022-03-191-2/+2
* Small fixes to some wrapped X11 functionsptitSeb2022-03-191-4/+4
* Fixed, again, the mmap block selection (shoudl help #587)ptitSeb2022-03-181-6/+12
* Improve findBlockNearHint function and friends, again (in sync with box86)ptitSeb2022-03-172-51/+60
* Fixed new wrapped x11 functions (from 7943858290281e0fc506bd530d16427c5e93b011)ptitSeb2022-03-141-18/+19
* Fixed the new memmap trackingptitSeb2022-03-132-64/+54
* Fixed some LOG=2 improved traceptitSeb2022-03-131-5/+5
* Merge pull request #253 from wannacu/mainptitSeb2022-03-116-34/+217
|\
| * Add some function wrapper of libx11wannacu2022-03-116-34/+217
|/
* Fixed for good non-dynarec buildsptitSeb2022-03-091-59/+58
* Fixed non-dynarec buildsptitSeb2022-03-091-38/+40
* Change method for the mmap free bloc search for a faster oneptitSeb2022-03-091-86/+134
* Change de verbose level of a custommem messageptitSeb2022-03-081-2/+2
* Fixed a warningptitSeb2022-03-083-3/+3
* Better handling of environ and envp in execveptitSeb2022-03-083-7/+11
* Added [stack] to the generated maps fileptitSeb2022-03-081-0/+7
* Merge branch 'main' of https://github.com/ptitSeb/box64 into mainptitSeb2022-03-0816-25/+156
|\
| * Removed a debug leftoverptitSeb2022-03-071-1/+0
| * Rolback this change in signal, and better change the interpretor handling of ...ptitSeb2022-03-071-2/+5
| * Small change is symbol gathering for wrapped libsptitSeb2022-03-071-0/+2
| * Fix some special case on mmap64 wrappingptitSeb2022-03-075-8/+7
| * Fixed dlinfo (helps wine)ptitSeb2022-03-062-2/+2
| * Added an option to always show SIGSEGV messagesptitSeb2022-03-064-1/+18
| * Fixed a rare case of segfaultptitSeb2022-03-061-0/+2
| * Removed a debugging leftoverptitSeb2022-03-061-1/+1
| * Added some vulkan extentionsptitSeb2022-03-066-0/+95
| * Improved speed of mmap changesptitSeb2022-03-065-4/+10
| * Change on mmap to help some stagging version of wineptitSeb2022-03-063-8/+13
| * Some small changes to clone syscallptitSeb2022-03-061-10/+13
* | Added StarFive as hardware sponsors in READMEsptitSeb2022-03-082-2/+2
|/
* Added 64 F3 0F 6F opcode ([DYNAREC] too) (for #241)ptitSeb2022-03-052-0/+37
* Try to add -pthread in link (should help #249)ptitSeb2022-03-051-1/+1
* Some work to have steam streaming working (for #247)ptitSeb2022-03-058-10/+292
* [DYNAREC] Added 64 0F B6 and 64 3B opcodesptitSeb2022-03-051-0/+31
* Added 64 63 opcode ([DYNAREC] Too)ptitSeb2022-03-052-1/+44
* [DYNAREC] Fixed GetEBO macroptitSeb2022-03-051-1/+2
* [ARM64] Added printer for STRB Reg, [Reg, Reg]ptitSeb2022-03-051-0/+9
* Include pthread.h when used (should help #249)ptitSeb2022-03-054-0/+4
* Improve function name in trace a bitptitSeb2022-03-041-6/+13
* Added wrapped SDL_GetPreferredLocales function (for #247)ptitSeb2022-03-041-0/+1
* Various changes and improvement centered around steam (but still not good eno...ptitSeb2022-03-0423-40/+614
* Removed a debug traceptitSeb2022-03-031-2/+2
* [DYNAREC] Fixed F3 0F E6 opcode (help Factorio)ptitSeb2022-03-031-1/+8
* Added 64 0F 11 opcode ([DYNAREC] too)ptitSeb2022-03-032-1/+24
* One more syscallptitSeb2022-03-011-3/+4
* More work on readlinkat and clone syscallptitSeb2022-03-0116-38/+211
* Some work on glib, gobject and steamptitSeb2022-03-019-20/+96
* Added a few more slot to glib2ptitSeb2022-03-011-1/+3
* Added some missing variables in USAGE.mdptitSeb2022-03-011-1/+10
* Added some more wrapped pulse functionsptitSeb2022-03-016-96/+248