mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
A free Windows-compatible Operating System - mirrored from GitHub
daad760238
ntoskrnl/ex/fmutex.c: ExAcquireFastMutex: Added an check for recursively acquiring a FAST_MUTEX. ntoskrnl/include/internal/mm.h: ADDRESS_SPACE: Changed lock from a KMUTEX to a FAST_MUTEX. ntoskrnl/mm/aspace: MmLockAddressSpace, MmUnlockAddressSpace, MmInitializeAddressSpace: Changed lock from a KMUTEX to a FAST_MUTEX ntoskrnl/mm/mdl.c: MmInitializeMdlImplementation, MmMapLockedPages, MmUnmapLockedPages: Use a special region that doesn't need the address space lock for mapping MDLs. ntoskrnl/mm/mminit.c: MmInit2: Call MDL initialization routine. ntoskrnl/mm/section.c: MmMapViewOfSegment: Changed to a static function, don't lock the address space since it is done by the caller. ntoskrnl/ps/thread.c: PsDumpThreads: Fixed garbage prints in stack dump. svn path=/trunk/; revision=2968 |
||
---|---|---|
freeldr | ||
os2 | ||
posix | ||
reactos | ||
rosapps |