Standardize comment headers. Patch by Trevor McCort
[reactos.git] / reactos / ntoskrnl / mm / marea.c
2005-01-26 Alex IonescuStandardize comment headers. Patch by Trevor McCort
2005-01-12 Filip NavaraPortability fixes.
2005-01-11 Filip NavaraFix comments to be recognized by Doxygen.
2005-01-02 Filip NavaraRename MmOpenMemoryAreaBy[Address/Region] to MmLocateMe...
2005-01-02 Filip NavaraChange the MEMORY_AREAs to be stored it a binary search...
2005-01-02 Alex IonescuDon't use MmLowestUserAddress as a ULONG!
2004-12-19 Filip Navara- Remove unused and broken MmSplitMemoryArea function.
2004-11-13 Hartmut Birr- Removed some unnecessary type casts.
2004-11-11 Alex IonescuKernel:
2004-10-22 Eric KohlUse upper-case ASSERT macros.
2004-10-03 Gé van GeldorpRemove faulty debug statement
2004-10-01 Gé van GeldorpDon't use more than a single page for a TEB
2004-09-28 Gé van GeldorpNtAllocateVirtualMemory() should return 64k aligned...
2004-08-21 Mike NordellMake the code legal C (89)
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-08-01 Hartmut Birr- Changed all internal memory functions to use the...
2004-07-10 Hartmut Birr- Implemented NtQueryVirtualMemory for unallocated...
2004-05-20 Hartmut Birr- Do not change the mapping count of a page if the...
2004-04-10 Gunnar Dalsnesindent using astyle v1.15.3: astyle --style=ansi ...
2004-01-05 Thomas Bluemeltamlin's work on compiling the kernel with another...
2003-12-31 Gé van GeldorpFix compile problem when compiling with DBG
2003-12-31 Jason FilbyInitial implementaions of MmAllocateContiguousMemorySpe...
2003-12-30 Aleksey BraginContinue of MSVC-compiling changes....
2003-11-01 Hartmut Birr- Check if a requested fixed address range is valid...
2003-10-12 Hartmut Birr- Fixed the freeing of memory from boot load drivers.
2003-07-21 Royce Mitchell IIIcreated KEBUGCHECK, KEBUGCHECKEX, KEBUGCHECKWITHTS...
2003-07-21 David Welch- Fix for lengthy delays when freeing a memory area...
2003-06-19 Gé van GeldorpRevert last change
2003-06-19 Gé van GeldorpDon't mark pages as unmapped when releasing them via...
2003-05-20 Hartmut Birr- Fixed the calculation of the TopAddress in MmFindGapT...
2003-05-17 Eric KohlAdded new MEMORY_AREA_NO_ACCESS type.
2003-05-17 Eric KohlImplemented Top-Down-Allocator.
2003-02-02 Hartmut BirrCheck the length of the gap if this starts at the begin...
2002-11-05 Hartmut Birr* Fixed the calculation of the gap in MmFindGap.
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-17 David Welch2002-08-17 David Welch <welch@computer2.darkstar...
2002-06-11 David Welch2002-06-11 David Welch <welch@whitehall1-5.seh.ox...
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 WelchFixed some swapping bugs and deadlocks
2001-12-31 David WelchSwapping to disk
2001-12-31 David WelchVirtual memory support
2001-12-29 David WelchTrim cache
2001-10-31 David WelchFix for advapi32 failing to load (it had imported symbo...
2001-05-05 Casper HornstrupAdded runtime configuration of debug prints from kernel...
2001-05-01 Casper HornstrupPreparations for checked/free like builds (CPRINT ...
2001-03-25 David WelchV86 mode fixes
2001-03-16 David WelchRemoved obsolete header files
2001-03-08 David WelchProper cleanup after processes
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-02-10 David WelchSection and general memory manager enhancements includi...
2001-01-23 Phillip SusiUndoing last commit, causes kernel to crash on boot...
2001-01-21 Phillip SusiApplied David Welsh's fix for getting physical address...
2000-08-20 David WelchFixed memory manager bugs
2000-07-06 David WelchAdded experimental paging out code (wouldn't activate...
2000-07-04 David WelchAdded working set functions
2000-06-25 David WelchRemoved from redundant files from the mm directory
2000-04-07 David WelchBegan seperation of machine-dependant/independant secti...
2000-03-29 David WelchCorrected mutex implementation
2000-03-24 David WelchConnected standard input/output to the console
2000-01-26 David WelchMore improvements to LPC code
1999-12-20 David WelchFixed problem with handles not being released
1999-11-25 David WelchCorrected ntdll mapping bug
1999-11-24 David WelchBegan converting minix fsd to work with new caching...
1999-05-29 David WelchLots of changes to the kernel
1999-05-11 Eric KohlFixed LARGE_INTEGER hack.
1999-04-27 Eric KohlFixed LARGE_INTEGER handling
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
1998-12-20 Rex JolliffVarious changes to support the executable/driver loader
1998-10-05 Rex Jolliffbrings code in line with release 12
1998-09-13 Rex Jolliffcleanup of import
1998-09-09 Rex Jolliffno specific problems fixed
1998-09-05 Rex JolliffInitial revision