reactos/reactos/ntoskrnl/ps
David Welch 1a46ca7d8a 2002-08-17 David Welch <welch@computer2.darkstar.org>
* ntoskrnl/ps/create.c (PiDeleteThread): Don't dereference
	the thread's process while holding the thread list lock.

2002-08-17  David Welch  <welch@computer2.darkstar.org>

	* ntoskrnl/mm/section.c (MmMapViewOfSection): Check there is
	enough space for all parts of an image before mapping it; if
	there isn't enough space free at the preferred base address
	then try to choose a different one.

2002-08-17  David Welch  <welch@computer2.darkstar.org>

	* ntoskrnl/mm/mpw.c (MmInitMpwThread): Run the MPW thread at
	idle priority.

2002-08-17  David Welch  <welch@computer2.darkstar.org>

	* ntoskrnl/mm/kmap.c (ExUnmapPage, ExAllocatePageWithPhysPage,
	MiFreeNonPagedPoolRegion, MiAllocNonPagedPoolRegion): Maintain
	a hint of the next free page; makes running with whole page
	allocation more bearable.

2002-08-17  David Welch  <welch@computer2.darkstar.org>

	* ntoskrnl/mm/anonmem.c (MmPageOutVirtualMemory): Show an
	out of swap space message if we are out of swap space.
	* ntoskrnl/mm/section.c (MmPageOutSectionView): Show an
	out of swap space message if we are out of swap space.
	* ntoskrnl/mm/pagefile.c (MmAllocSwapPage): Don't automatically
	show an out of swap space message on failure.
	* ntoskrnl/mm/pagefile.c (MmShowOutOfSpaceMessagePagingFile): New
	function to notify the user that the pagefile is full.

2002-08-17  David Welch  <welch@computer2.darkstar.org>

	* drivers/lib/zlib/Makefile: Create a dummy zlib.sym

svn path=/trunk/; revision=3335
2002-08-17 01:42:03 +00:00
..
.cvsignore
create.c 2002-08-17 David Welch <welch@computer2.darkstar.org> 2002-08-17 01:42:03 +00:00
debug.c
idle.c Fixed idle loop to use HLT to save power and cpu time under vmware 2002-04-14 16:01:19 +00:00
kill.c 2002-08-16 David Welch <welch@computer2.darkstar.org> 2002-08-16 01:39:17 +00:00
locale.c
process.c Symbol loading working in kdb. 2002-07-18 00:25:31 +00:00
psmgr.c 2002-08-09 David Welch <welch@computer2.darkstar.org> 2002-08-09 17:23:57 +00:00
suspend.c 2002-08-09 David Welch <welch@computer2.darkstar.org> 2002-08-09 17:23:57 +00:00
thread.c 2002-08-17 David Welch <welch@computer2.darkstar.org> 2002-08-17 01:42:03 +00:00
tinfo.c Implemented PsLookupXxx() functions. 2002-01-03 14:03:05 +00:00
w32call.c Moved win32 callback support into a new file. 2002-06-18 22:03:48 +00:00
win32.c Present large reads to the filesystem from CcCopyRead 2002-01-26 21:21:02 +00:00