forget update de.rc
[reactos.git] / reactos / ntoskrnl / mm / marea.c
2005-11-28 Alex Ionescu- Support INIT section pragmas for msvc. Patch by Breze...
2005-11-13 Hartmut Birr- Removed the process from the parameter list of MmCrea...
2005-09-14 Alex Ionescuntoskrnl header cleanups
2005-07-16 Hartmut BirrReplaced KERNEL_BASE by MmSystemRangeStart.
2005-07-06 Filip NavaraKernel base address and system space start can be disti...
2005-06-07 Hartmut BirrChanged back to the GPL.
2005-06-07 Hartmut Birr- Removed the process member from the memory area struc...
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-05 Casper HornstrupMerge 14551:14980 from trunk
2005-05-05 Hervé PoussineauChange ExFreePool to ExFreePoolWithTag
2005-05-05 Casper HornstrupCopy wininet to branch
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-25 Alex IonescuKD System Rewrite:
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-03-20 Filip NavaraFix nasty condition when we were subtracting AlignedAdd...
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-01-29 Royce Mitchell IIIremove eol whitespace
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-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-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-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
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
next