services/fs/cdfs/.cvsignore: Added .cvsignore file
authorDavid Welch <welch@cwcom.net>
Fri, 17 May 2002 23:01:57 +0000 (23:01 +0000)
committerDavid Welch <welch@cwcom.net>
Fri, 17 May 2002 23:01:57 +0000 (23:01 +0000)
commitdaad7602384bb78a21b8c91764971a16c52d6c6b
tree68ad31978452f3f7514aebfff5b7c2ced780c85b
parentaec0b9bcfc2a148ce44218141c0fddbfafc4ce34
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
reactos/drivers/fs/cdfs/.cvsignore [new file with mode: 0644]
reactos/ntoskrnl/ex/fmutex.c
reactos/ntoskrnl/include/internal/mm.h
reactos/ntoskrnl/mm/aspace.c
reactos/ntoskrnl/mm/mdl.c
reactos/ntoskrnl/mm/mminit.c
reactos/ntoskrnl/mm/section.c
reactos/ntoskrnl/ps/thread.c