about summary refs log tree commit diff stats
path: root/src/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed a duplicated macroptitSeb2022-01-171-1/+0
* Added a Workaround when dlsym a native (versionned) symbol without default ve...ptitSeb2022-01-051-0/+2
* Fixed some issue with getopt (for #170)ptitSeb2021-11-211-0/+2
* Wrapped Vulkan librariesptitSeb2021-11-211-0/+4
* Minor changes to allow box64 to build and run on ppc64le.Joseph Allen2021-11-181-11/+1
* [DYNAREC] Improved JIT handling, and added a HotPage detection to temporarily...ptitSeb2021-11-181-0/+2
* [DYNAREC] Added an option to simulate Strong Memory Model, and auto activate ...ptitSeb2021-11-181-0/+1
* [DYNAREC] Changed Dynarec a bit to try stabilise program using many threads a...ptitSeb2021-11-113-1/+3
* Chnaged memory protection tracking to reduce usage of lock, especially for [D...ptitSeb2021-11-051-3/+1
* [ARM64] Check if Atomics are supported (not used yet)ptitSeb2021-11-011-0/+1
* [DYNAREC] Cancel a dynablock if a segfault occurs while building itptitSeb2021-10-271-0/+3
* And yet another build fixe for the untested loogarch64 supportptitSeb2021-09-261-1/+1
* Another build fixe for the untested loogarch64 supportptitSeb2021-09-261-1/+1
* Some build fixes for the untested loogarch64 supportptitSeb2021-09-261-3/+3
* More untested support for loongarch64 va_listptitSeb2021-09-261-3/+13
* Added some untested support for loongarch64 va_listptitSeb2021-09-261-1/+21
* More work on gtk and nss3+friendsptitSeb2021-09-211-1/+15
* More work on gtk wrappingptitSeb2021-09-202-0/+10
* Fixed va_list conversion for aarch64ptitSeb2021-09-191-31/+31
* More work on GTK wrapping. Still not ok, but betterptitSeb2021-09-191-6/+6
* Added wrapped gtk2 (enough to launch Dwarf Fortress and some simple gtk2 samp...ptitSeb2021-09-183-12/+328
* Add some support vor VSyscallptitSeb2021-09-022-0/+3
* [DYNAREC] Added detection of available CPU ExtensionsptitSeb2021-08-281-0/+6
* Added disabled wrapped libfuse (not working for now)ptitSeb2021-08-101-0/+1
* Added wrapped dbus_message_get_args and a generic mothod to convert VAARG '.....ptitSeb2021-07-271-6/+34
* Make library loaded with absolute path not wrapped (unless BOX64_PREFER_WRAPP...ptitSeb2021-07-141-0/+1
* Fixed and improved handling of segments and Call Far and signal (helps Wine64)ptitSeb2021-07-131-2/+2
* Use box86 to launch x86 binary (if box86 is present in same folder as box64)ptitSeb2021-07-122-0/+2
* Handling of flag RTLD_NOW in dlopenptitSeb2021-07-123-5/+5
* Splitted mmx and x87 register (from box86)ptitSeb2021-07-111-3/+3
* Removed mutex per bridge and use a global one (remove chance of freeze on fork)ptitSeb2021-07-051-0/+1
* [DYNAREC] Improved the fast native call pathptitSeb2021-07-021-0/+1
* Improved low memory pre-allocation and added 47bits pre-allocation for Wine64ptitSeb2021-07-012-0/+4
* Added getauxval wrapped functionptitSeb2021-06-251-1/+1
* [DYNAREC] Try to free dynablocks when no longer usedptitSeb2021-06-191-1/+2
* Change the way locked mutex are detected (taken from box86)ptitSeb2021-06-141-2/+2
* Added suport for arch_prctl syscall, and GL segment handling ([DYNAREC] too)ptitSeb2021-06-072-1/+3
* Improvment to a few libc wrapped functionsptitSeb2021-06-061-0/+3
* Added a few more wrapped function and improved getopt handlingptitSeb2021-06-051-0/+3
* Fixed some wrapped functions, upgraded the python scriptrajdakin2021-06-041-0/+1
* Added a wrokaround for libtinfo global variablesptitSeb2021-06-031-0/+14
* Reworked elfloader, handle versionned symbols nowptitSeb2021-05-298-21/+60
* Splited Elf Dump from LOG handlingptitSeb2021-05-281-1/+5
* Aligned struct epollptitSeb2021-04-261-0/+3
* Fixed nexttoward(f) wrapped functions, and improved long double handlingptitSeb2021-04-171-0/+1
* Second passrajdakin2021-04-142-10/+9
* First passrajdakin2021-04-145-14/+12
* Merge pull request #6 from rajdakin/generalImprovementsptitSeb2021-04-112-8/+4
|\
| * General improvements to box64 and fixed some SDL2 functionsrajdakin2021-04-112-8/+4
* | Improvement in internal mutex handling on signal, and [DYNAREC] multitasking ...ptitSeb2021-04-113-0/+12
|/