[ros-svn] [weiden] 13623: 1. object type names are stored in
ntoskrnl's image (which is nonpaged memory),
so there's no need to allocate and copy them to new memory
weiden at svn.reactos.com
weiden at svn.reactos.com
Thu Feb 17 17:41:30 CET 2005
1. object type names are stored in ntoskrnl's image (which is nonpaged memory), so there's no need to allocate and copy them to new memory
2. fixed PsLookupThreadByThreadId() prototype
3. renamed the process list to PsActiveProcessHead and use fast mutexes to serialize access to it
Updated files:
trunk/reactos/include/ddk/psfuncs.h
trunk/reactos/ntoskrnl/dbg/kdb.c
trunk/reactos/ntoskrnl/ex/callback.c
trunk/reactos/ntoskrnl/ex/win32k.c
trunk/reactos/ntoskrnl/io/driver.c
trunk/reactos/ntoskrnl/io/iomgr.c
trunk/reactos/ntoskrnl/kd/gdbstub.c
trunk/reactos/ntoskrnl/lpc/port.c
trunk/reactos/ntoskrnl/mm/section.c
trunk/reactos/ntoskrnl/ob/namespc.c
trunk/reactos/ntoskrnl/ob/symlink.c
trunk/reactos/ntoskrnl/ps/job.c
trunk/reactos/ntoskrnl/ps/process.c
trunk/reactos/ntoskrnl/ps/thread.c
trunk/reactos/subsys/win32k/ntuser/desktop.c
trunk/reactos/subsys/win32k/ntuser/hook.c
trunk/reactos/subsys/win32k/ntuser/message.c
trunk/reactos/subsys/win32k/ntuser/misc.c
trunk/reactos/subsys/win32k/ntuser/window.c
trunk/reactos/w32api/include/ddk/ntifs.h
More information about the Ros-svn
mailing list