include/csrss/csrss.h: Include a define for the size of the common
[reactos.git] / reactos / ntoskrnl / mm / npool.c
2001-11-25 David Welchinclude/csrss/csrss.h: Include a define for the size...
2001-10-29 David WelchZero pages before allocated.
2001-09-29 Phillip SusiDo not bugcheck on ExFreePool( 0 )
2001-05-05 Casper HornstrupAdded runtime configuration of debug prints from kernel...
2001-05-03 Casper HornstrupRemoved debug code
2001-03-25 David WelchV86 mode fixes
2001-03-16 David WelchRemoved obsolete header files
2001-03-14 David WelchMerge adjacent free blocks in the non-paged pool
2001-03-14 David WelchSome work on portabilitity
2001-03-13 David WelchDisable pool validation by default
2001-03-13 David WelchReenable pool validation
2001-03-13 David WelchRetain reference to file objects so cached data isn...
2001-03-09 David WelchClose section handle after NtCreateProces in KERNEL32...
2001-03-07 David WelchAdded tagging of most allocates
2001-03-07 David WelchPrint out the contents of the non-paged pool on SysRq+'A'
2001-03-06 David WelchAutomatic dependency tracking
2001-01-08 David WelchSome memory manager cleanups
2000-10-22 Eric KohlRemoved obsolete linux header files
2000-08-20 David WelchFixed memory manager bugs
2000-07-04 David WelchAdded working set functions
2000-06-25 David WelchRemoved from redundant files from the mm directory
2000-06-07 Eric KohlUpdate after server failure.
2000-04-07 David WelchBegan seperation of machine-dependant/independant secti...
2000-03-01 Emanuele AlibertiNTOSKRNL.FsRtlAllocate functions.
1999-12-02 David WelchSome bug fixes.
1999-11-24 David WelchBegan converting minix fsd to work with new caching...
1999-11-02 David WelchImproved scheduling code
1999-10-14 Eric KohlReplaced calls to _printk() by calls to DbgPrint().
1999-10-07 Eric KohlFixed header inclusion order.
1999-04-10 David WelchPartially implemented PEB
1999-04-01 David WelchEnhanced memory managment
1999-03-31 David WelchImproved physical page managment
1999-03-30 David WelchBegan improvements to memory managment, changed method of
1999-03-25 David WelchCleaned up code a bit
1999-03-19 Rex JolliffMerged mingw32 branch into main trunk
1999-02-06 David Welchno message
1999-01-29 David WelchRemoved some memory leaks
1999-01-28 David WelchRemoved memory leaks
1999-01-28 David Welchno message
1999-01-20 David WelchFixed some bugs
1999-01-13 Rex JolliffPE driver loader is complete.
1999-01-04 David WelchCreated bugs in wait and timer code
1999-01-04 jeanadded function to defrag free list, because else pool...
1999-01-03 David WelchAdded directory listing support for the shell
1999-01-01 David Welch*** empty log message ***
1998-12-30 Rex JolliffChanges to support new VFAT functions and the loader
1998-12-19 David WelchMinor bug fixes
1998-12-08 David WelchCorrected a memory leak in the read cleanup code
1998-10-05 Rex JolliffInitial revision