- split logoff and shutdown resources
[reactos.git] / reactos / ntoskrnl / mm / npool.c
2005-11-28 Alex Ionescu- Support INIT section pragmas for msvc. Patch by Breze...
2005-11-21 Alex Ionescu- Misc janitorial fixes by Brezenbak to fix some MSVC...
2005-09-14 Alex Ionescuntoskrnl header cleanups
2005-09-05 Gé van GeldorpFix compilation when ENABLE_VALIDATE_POOL is defined
2005-08-11 Hartmut BirrFixed compilation.
2005-08-11 Hartmut Birr- Removed the hole pool allocation, because it needs...
2005-08-01 Filip NavaraAdd pool type masks and use them.
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-26 Alex IonescuDon't compile pool debug apis on a retail build
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-09 Steven Edwardsstrip whitespace from end of lines
2005-05-05 Hervé PoussineauChange ExFreePool to ExFreePoolWithTag
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-01-26 Alex IonescuStandardize comment headers. Patch by Trevor McCort
2005-01-12 Filip NavaraPortability fixes.
2005-01-02 Alex IonescuFix some wrong Mm definitions and sync up with proper...
2004-11-28 Gregor AnichMove some ntoskrnl compiletime configuration defines...
2004-10-22 Eric KohlUse upper-case ASSERT macros.
2004-10-01 Art YerkesSorry i didn't have all the assertions correct in ntosk...
2004-09-25 Art Yerkescm/regfile.c, ldr/init.c, ldr/loader.c: OBJ_CASE_INSENS...
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-08-10 Hartmut Birr- Fixed the calculation of used non paged pool pages...
2004-08-08 Alex IonescuInitial Support for Quota Pool Allocations.
2004-08-01 Hartmut Birr- Changed all internal memory functions to use the...
2004-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-04-10 Gunnar Dalsnesindent using astyle v1.15.3: astyle --style=ansi ...
2004-03-15 David Welch- Left whole page allocations on by accident.
2004-03-15 David Welch- Fixed whole page allocations since the handle table...
2004-03-04 Filip Navara- Don't zero memory allocated by ExAllocatePool.
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-02-07 Hartmut Birr- Set the previous pointer from the next block,
2003-12-30 Aleksey BraginContinue of MSVC-compiling changes....
2003-12-14 Hartmut Birr- Initialized some local variables.
2003-12-13 Gé van GeldorpPrint debug message if memory allocation fails
2003-10-23 Hartmut Birr- Changed the algorithm which makes the allocation...
2003-10-20 Eric KohlMake paged and non-paged memory pools 8-byte aligned.
2003-09-14 Hartmut Birr- Reduce the size for the block header by using a union...
2003-08-19 David Welch- Fixed whole page allocations.
2003-07-29 Royce Mitchell IIIanother patch by Mike Nordell. Fixed pointer math to...
2003-07-29 Royce Mitchell IIIcasting bug-fix in mm/npool.c - submitted by Mike Norde...
2003-07-21 Royce Mitchell IIIcreated KEBUGCHECK, KEBUGCHECKEX, KEBUGCHECKWITHTS...
2003-07-11 Royce Mitchell IIIfinished applying @implemented and @unimplemented comme...
2003-07-10 Royce Mitchell III@implemented and @unimplemented comments for ntoskrnl...
2003-07-06 Hartmut Birr- Release the lock while allocating pages for the pool...
2003-07-05 Hartmut Birr- Allocate a separate memory area for the kmap area.
2003-06-27 Hartmut Birr- Disabled TAG_STATISTICS_TRACKING.
2003-01-11 Hartmut BirrEnded the searching for a free block if it was found...
2002-11-10 Casper Hornstrup2002-11-10 Casper S. Hornstrup <chorns@users.sourcefo...
2002-11-05 Hartmut Birr* Fixed the used and free block calculation.
2002-10-01 Casper Hornstrup2002-10-01 Casper S. Hornstrup <chorns@users.sourcefo...
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-08-16 David Welch2002-08-16 David Welch <welch@computer2.darkstar...
2002-06-04 David Welch2002-06-04 David Welch <welch@whitehall1-5.seh.ox...
2002-05-14 David WelchReverted the MPW changes (keep these in a seperate...
2002-05-13 Casper HornstrupUse ULONG_PTR instead of ULONG when doing pointer arith...
2002-01-01 David WelchMore cygwin fixes
2002-01-01 David WelchFixed some swapping bugs and deadlocks
2001-12-31 David WelchSwapping to disk
2001-12-31 David WelchVirtual memory support
2001-12-20 David WelchFixed fast mutex implementation (they are NOT recursive)
2001-12-06 David WelchRemoved bitops.h
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
next