about summary refs log tree commit diff stats
path: root/src/tools/box64stack.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [BOX32] Small improvments on memory managementptitSeb2024-09-041-1/+1
* Added preliminary Box32 support (#1760)ptitSeb2024-08-261-0/+10
* Added a new option BOX64_MMAP32 to use 32bits mapping on external MMAP (help ...ptitSeb2024-01-231-5/+4
* Cleanup some code (#1157)xctan2023-12-231-1/+1
* Merge pull request #896 from josch/exeptitSeb2023-07-211-0/+0
|\
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
* | A few Push/Pop fixes and cleanups (#878)Alexandre Julliard2023-07-031-69/+30
|/
* Added support for SSE4.1, and added a couple of opcode ([ARM64_DYNAREC] too)ptitSeb2023-03-121-1/+3
* Various improvment to backtrace, protection tracking, and SHOWBT. Also SIGABR...ptitSeb2023-02-171-1/+4
* Fixed a memory leak in env handlingptitSeb2023-02-121-0/+1
* Added PCLMULQDQ ([DYNAREC] Too, using PMULL if present) extension (improve a ...ptitSeb2022-09-301-6/+12
* All box internal memory alloc use __libc_ internal one (except on Android, us...ptitSeb2022-08-061-3/+3
* Improved initial stack buildptitSeb2022-04-241-0/+4
* Fix some special case on mmap64 wrappingptitSeb2022-03-071-0/+1
* Added some comment on vDSOptitSeb2021-08-101-1/+1
* First passrajdakin2021-04-141-3/+3
* General improvements to box64 and fixed some SDL2 functionsrajdakin2021-04-111-20/+46
* Better Stack handling (backported from box86)ptitSeb2021-03-281-3/+6
* More x64emu preparationptitSeb2021-03-021-106/+121
* More elf loader and parsing and stack preparingptitSeb2021-03-021-0/+138