What's Changed
- Reworked README a bit
- Added some more wrapped libs
- Added some SSE4x opcodes
- Preliminary support for VSyscall (still missing VDSO)
- Added support for AES-NI cpu extension, also in Dynarec (and using ARM extension if present)
- Added some syscall
- Added some more wrapped functions
- Improvment to the handling of longjmp inside signal handlers
- Improved wrapper helpers (from rajdakin)
- Some fixes to opcodes (especially C2 flags for some x87 opcodes)
- Handling of some specific opcode as privileged instruction (instead of NOP)
- Fixed ELF signature detection
- Some fixes to a few env. var. handling
Contributions
- New Tegra X1 compilation target by @Heasterian in #16
- Fix broken link and a typo in Readme.md by @Jai-JAP in #19
- Fix missing CONFIG_64BIT kernel for older kernel by @Azkali in #35
- Update comment for binfmt conf by @Azkali in #36
- Moved documentation to "docs/" folder by @Jai-JAP in #49
- Create pkgbuilds in archlinux/ folder by @Jai-JAP in #68
- Rename archlinux/ to pkgbuilds/ by @Jai-JAP in #69
- Fixes by @rajdakin in #79
- Added syscall 82 (for #88) by @nniro in #89