- Implement a special "debug pool" allocator which catches pool overruns. It evolved...
[reactos.git] / reactos / ntoskrnl / mm / pool.c
2009-04-29 Aleksey Bragin- Implement a special "debug pool" allocator which...
2009-03-10 Timo KreuzerOnly warn when trying to free a NULL pointer with ExFre...
2009-03-10 Timo KreuzerCall ExFreePoolWithTag with 0 tag from ExFreePool inste...
2009-02-25 Stefan Ginsberg- Minor optimization to ExFreePoolWithTag -- also refor...
2009-02-25 Aleksey Bragin- Don't match tags if Tag is 0.
2009-02-17 Timo KreuzerMerge freeldr from amd64 branch:
2009-02-10 Timo Kreuzerundef ExAllocatePoolWithQuota and ExAllocatePoolWithQuo...
2008-11-29 Stefan Ginsberg- STDCALL -> NTAPI
2008-11-24 KJK::HyperionEverything
2008-10-29 KJK::HyperionMerging r37048, r37051, r37052, r37055 from the-real...
2008-10-25 KJK::HyperionVisual C++ backend for rbuild (for now just a hacked...
2008-10-25 KJK::HyperionThe real, definitive, Visual C++ support branch. Accept...
2008-10-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-09-24 Andrew MungerRemove a overzealous check. MSDN says to avoid calling...
2008-08-31 Hervé PoussineauCheck if tags match in ExFreePoolWithTag
2008-08-30 Stefan Ginsberg- Remove the (now deprecated) ntoskrnl/internal/debug...
2008-08-30 Stefan Ginsberg- Get rid of ASSERT_IRQL, deprecated since long ago
2008-08-24 Stefan Ginsberg- Remove KEBUGCHECK and KEBUGCHECKEX macros
2008-08-01 Art YerkesCreate a branch for network fixes.
2008-03-09 Aleksey Bragin- Remove autoupdated "$Id:" lines from the kernel sourc...
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2006-12-04 Aleksey BraginCreate a place for work on creating a bootloader capabl...
2006-10-25 Alex Ionescu- Add some missing/internal definitions to proper headers.
2006-10-25 Alex Ionescu- Move all ASM internal intrinsics to intrin_i.h. Reque...
2006-10-08 Art YerkesPartially fixed up tree after merge from HEAD. More...
2006-09-07 Alex Ionescu- More MSVC fixes (down to 19 errors):
2006-09-07 Alex Ionescu- More MSVC fixes:
2005-08-01 Filip NavaraPass correct pool type to PsChargePoolQuota.
2005-08-01 Filip NavaraFix a typo. Thanks to Hervé Poussineau for noticing.
2005-08-01 Filip NavaraAdd pool type masks and use them.
2005-07-21 Thomas Bluemelremoved the ros-specific (and unused) functions ExRosDu...
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-20 Steven Edwardsmove the rest of the alread defined tags to the private...
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-06 Thomas Bluemelupgrade to PSEH2 (note, the new macros are still named...
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-19 Thomas Bluemelfixed implementation of SetErrorMode() which should...
2005-01-02 Alex IonescuFix some wrong Mm definitions and sync up with proper...
2004-12-11 Royce Mitchell IIIPagedPool improvements: differenciate between hiredzone...
2004-10-01 Art YerkesSorry i didn't have all the assertions correct in ntosk...
2004-10-01 Art Yerkespool.c: assert irql and pool type for PASSIVE_LEVEL...
2004-08-21 Mike NordellMake code portable to compilers with SEH.
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-08-08 Alex IonescuInitial Support for Quota Pool Allocations.
2004-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-17 Alex IonescuAdded Mm Stubs
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-06-23 Alex IonescuAdded Ex Stub
2004-04-10 Gunnar Dalsnesindent using astyle v1.15.3: astyle --style=ansi ...
2004-02-26 Filip Navara- Corrected EiAllocatePool prototype.
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2003-12-30 Aleksey BraginContinue of MSVC-compiling changes....
2003-12-14 Hartmut Birr- Added return values to some unimplemented functions.
2003-09-27 Filip NavaraFixed line endings.
2003-09-25 Filip NavaraPlug & Play manager improvments + few other things
2003-09-14 Hartmut Birr- Implemented the allocation type NonPagedPoolCacheAlig...
2003-07-31 David Welch- Reverted incorrect code.
2003-07-31 Royce Mitchell IIIadded page-aligned allocations ( reworked patch by...
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-01-16 Eric KohlRemoved outdated and duplicate bugcode definition.
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2001-12-20 David WelchFixed fast mutex implementation (they are NOT recursive)
2001-03-07 David WelchPrint out the contents of the non-paged pool on SysRq+'A'
2001-03-06 David WelchAutomatic dependency tracking
2000-03-01 Emanuele AlibertiNTOSKRNL.FsRtlAllocate functions.
1999-10-07 Eric KohlFixed header inclusion order.
1999-03-25 David WelchCleaned up code a bit
1999-01-20 David WelchFixed some bugs
1999-01-16 David WelchFixed several bugs
1999-01-01 David Welch*** empty log message ***
1998-12-30 Rex JolliffChanges to support new VFAT functions and the loader
1998-12-20 Rex JolliffVarious changes to support the executable/driver loader
1998-12-19 David WelchMinor bug fixes
1998-10-05 Rex JolliffThis commit was generated by cvs2svn to compensate...
1998-09-05 Rex JolliffThis commit was generated by cvs2svn to compensate...
1998-08-28 Rex JolliffThis commit was generated by cvs2svn to compensate...
1998-08-25 Rex JolliffInitial revision