2004-10-28 Casper S. Hornstrup <chorns@users.sourceforge.net>
[reactos.git] / reactos / ntoskrnl / mm / virtual.c
2004-10-28 Casper Hornstrup2004-10-28 Casper S. Hornstrup <chorns@users.sourcefo...
2004-10-22 Eric KohlUse upper-case ASSERT macros.
2004-08-31 Hartmut Birr- Removed the member OldProcess from the ETHREAD structure.
2004-07-17 Alex IonescuAdded Mm Stubs
2004-07-10 Hartmut Birr- Implemented NtQueryVirtualMemory for unallocated...
2004-07-09 Filip Navara- Some application depend on Info->RegionSize set by...
2004-06-19 Vizzinipatch by Tom (tmkpl@poczta.onet.pl)
2004-06-13 Filip Navara- Fixed prototypes of NtAddAtom, NtFindAtom, NtProtectV...
2004-05-29 Filip Navara- The last parameter of NtReadVirtualMemory should...
2004-05-05 Mike NordellReturn reasonably correct result querying a null memory...
2004-04-10 Gunnar Dalsnesindent using astyle v1.15.3: astyle --style=ansi ...
2003-12-14 Hartmut Birr- Added return values to some unimplemented functions.
2003-08-20 Andrew Greenwood* Took an intelligent guess at NtLockVirtualMemory...
2003-08-14 Eric KohlImplemented ProbeForRead() and ProbeFor Write() (but...
2003-07-11 Royce Mitchell IIIfinished applying @implemented and @unimplemented comme...
2003-07-10 Royce Mitchell III@implemented and @unimplemented comments for ntoskrnl...
2003-06-19 Gé van GeldorpImplement EngQueryPerformanceFrequency, EngQueryPerform...
2003-04-28 Gé van GeldorpRegionSize in MEMORY_BASIC_INFORMATION is relative...
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-08-10 David Welch2002-08-10 David Welch <welch@computer2.darkstar...
2002-06-11 David Welch2002-06-11 David Welch <welch@whitehall1-5.seh.ox...
2002-06-10 Hartmut BirrReplaced all calls to MmDereferencePage with MmReleaseP...
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-05-07 Hartmut BirrLock address space at returning in MmNotPresentFaultVir...
2002-01-09 David WelchMore swapping fixes
2002-01-08 David WelchMore swapping 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-29 David WelchTrim cache
2001-09-27 David WelchFixes.
2001-08-07 Eric KohlChanged stack allocation.
2001-05-05 Casper HornstrupAdded runtime configuration of debug prints from kernel...
2001-04-04 David WelchFix longstanding bug in keyboard driver
2001-03-25 David WelchV86 mode fixes
2001-03-16 David WelchRemoved obsolete header files
2001-03-16 David Welch* include/ddk/zw.h: Corrected declarations of NtCreateP...
2001-03-13 David WelchRepresent page-in operations by descriptors
2001-03-08 David WelchProper cleanup after processes
2001-03-07 David WelchAdded tagging of most allocates
2001-02-14 David WelchFixed MmProbeAndLockPages issues pointed out by Philip...
2001-02-10 David WelchSection and general memory manager enhancements includi...
2001-01-21 David WelchFixed bug in NtFreeVirtualMemory reported by Philip...
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-08-18 David WelchAdded .o -> .sys rule to simplify driver makefiles
2000-07-07 David WelchCorrected bug where user32.a wasn't being cleaned
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-05-13 David WelchSome fixes.
2000-04-07 David WelchBegan seperation of machine-dependant/independant secti...
2000-04-02 Emanuele AlibertiMm subsystem exports table complete.
2000-03-29 David WelchCorrected mutex implementation
2000-02-06 Eric KohlFixed a bug in NtQueryVirtualMemory()
1999-12-13 David WelchReworked APC and waiting code, seems more stable now
1999-11-25 David WelchCorrected ntdll mapping bug
1999-11-24 David WelchBegan converting minix fsd to work with new caching...
1999-11-12 David Welch1) Corrected bugs in ERESOURCE code
1999-10-07 Eric KohlFixed header inclusion order.
1999-06-18 Emanuele AlibertiNTOSKRNL.ZwXXX functions now call NTOSKRNL.NtXXX via...
1999-05-29 David WelchLots of changes to the kernel
1999-04-18 David WelchSeveral bug fixes
1999-04-14 David Welch*** empty log message ***
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-28 David WelchRemoved memory leaks
1999-01-16 Rex JolliffBoudewjin's massive work on kernel32 and crtdll and...
1999-01-01 David Welch*** empty log message ***
1998-12-20 Rex JolliffVarious changes to support the executable/driver loader
1998-12-08 David WelchCorrected a memory leak in the read cleanup code
1998-12-06 Rex JolliffFixed a bug introduced by a change in ZwAllocateVirtual...
1998-12-04 Rex JolliffRolled in various changes from others
1998-10-05 Rex JolliffThis commit was generated by cvs2svn to compensate...
1998-09-13 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