libnx/nx
fincs a05a44fca8
virtmem: Major rewrite to support ASLR, see details:
- Added virtmemLock/Unlock, needed for atomic find-and-map operations
- Added virtmemFindAslr, which looks for a random free area in AslrRegion
  - virtmemReserve still exists for legacy callers who rely on sequential
    allocation in order to avoid race conditions from concurrent uses
- Added virtmemFindStack, which searches within StackRegion instead
  - Removed virtmemReserveStack/FreeStack
- Changed shmem/thread/tmem/codememory-jit to use the new virtmem API
  - Legacy jit still uses virtmemReserve
2020-10-27 12:27:32 +01:00
..
data switch to 16x16 console font 2018-02-25 15:49:25 +01:00
external/bsd/include Fixed ifr_flags type by introducing ifr_flagshigh (fixes #248) 2019-03-09 16:37:33 +01:00
include virtmem: Major rewrite to support ASLR, see details: 2020-10-27 12:27:32 +01:00
source virtmem: Major rewrite to support ASLR, see details: 2020-10-27 12:27:32 +01:00
.gitignore ignore generated files 2017-09-18 19:40:15 +01:00
default_icon.jpg Changed the default icon (again) 2018-02-25 15:49:50 +01:00
Doxyfile Start doxygen bringup, with some miscellaneous cleanup 2018-02-10 22:40:11 +01:00
Makefile libnx v3.3.0 2020-05-27 16:52:38 +02:00
switch_rules switch_rules: Make sure BUILD_EXEFS_SRC is non-empty before testing it 2019-03-26 13:28:49 +01:00
switch.ld switch.ld: update init_array/fini_array handling for latest devkitA64 2020-07-25 18:26:33 +02:00
switch.specs Add --nx-module-name to linker flags 2019-03-29 18:40:27 +01:00