libnx/nx/source/kernel
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
..
barrier.c Critical fix in new barrier impl 2019-02-23 21:09:41 +01:00
condvar.c Change CondVar API to have the mutex be passed to condvarWait* instead of condvarInit 2018-08-05 14:31:31 +02:00
event.c Move waiterForXyz() functions to Xyz's header file. Implement waiter for (kernel mode) Event, and use it instead. 2018-12-17 16:06:23 +01:00
jit.c virtmem: Major rewrite to support ASLR, see details: 2020-10-27 12:27:32 +01:00
levent.c svcBreak: fix prototype, add and use BreakReason enum 2020-10-27 12:27:31 +01:00
mutex.c svcBreak: fix prototype, add and use BreakReason enum 2020-10-27 12:27:31 +01:00
random.c fatal: Rename functions/types to match official names more closely 2019-10-24 23:25:07 +02:00
rwlock.c rwlock: revamp completely (#350) 2019-12-03 23:16:40 +01:00
semaphore.c Change CondVar API to have the mutex be passed to condvarWait* instead of condvarInit 2018-08-05 14:31:31 +02:00
shmem.c virtmem: Major rewrite to support ASLR, see details: 2020-10-27 12:27:32 +01:00
svc.s svc: QueryIoMapping ABI change in 10.x 2020-04-14 21:29:38 +02:00
thread.c virtmem: Major rewrite to support ASLR, see details: 2020-10-27 12:27:32 +01:00
tmem.c virtmem: Major rewrite to support ASLR, see details: 2020-10-27 12:27:32 +01:00
uevent.c Generalize Waitable, moving UEvent/UTimer specific code into a vtable. 2018-12-17 16:06:23 +01:00
utimer.c Finishing touches to user-mode synchronization primitives 2018-12-17 16:06:23 +01:00
virtmem.c virtmem: Major rewrite to support ASLR, see details: 2020-10-27 12:27:32 +01:00
wait.c Finishing touches to user-mode synchronization primitives 2018-12-17 16:06:23 +01:00
wait.h Generalize Waitable, moving UEvent/UTimer specific code into a vtable. 2018-12-17 16:06:23 +01:00