A free Windows-compatible Operating System - mirrored from GitHub
Go to file
David Welch daad760238 services/fs/cdfs/.cvsignore: Added .cvsignore file
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
2002-05-17 23:01:57 +00:00
freeldr Changes in v1.2.2 (5/4/2002) 2002-05-04 09:25:47 +00:00
os2 documentatnio 2002-04-18 23:49:42 +00:00
posix New calls and new exported functions 2002-05-17 02:21:54 +00:00
reactos services/fs/cdfs/.cvsignore: Added .cvsignore file 2002-05-17 23:01:57 +00:00
rosapps Opened files for redirection inheritable. 2002-05-07 23:05:33 +00:00