- use inlined probing macros for basic types
[reactos.git] / reactos / ntoskrnl / mm / virtual.c
2005-08-21 Thomas Bluemel- use inlined probing macros for basic types
2005-08-11 Hartmut Birr- Implemented MEMORY_AREA_PEB_OR_TEB and MEMORY_AREA_PA...
2005-07-22 Thomas Bluemelremoved MmCopyFromCaller and MmCopyToCaller and depend...
2005-07-06 Filip NavaraKernel base address and system space start can be disti...
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-26 Alex IonescuDo not allow virtual mem queries > 0x80000000 even...
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 Casper HornstrupCopy wininet to branch
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-26 Thomas Bluemeldon't request write access in NtReadVirtualMemory,...
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-03-14 Thomas Bluemelsafely access buffers in NtReadVirtualMemory()
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-20 Thomas Bluemeldon't touch memory outside the area to be probed in...
2005-01-20 Thomas Bluemelfixed ProbeForWrite() for optimized builds
2005-01-19 Steven Edwardsmake NtFlushVirtualMemory return STATUS_SUCCESS rather...
2005-01-19 Thomas Bluemelfixed implementation of SetErrorMode() which should...
2005-01-13 Gregor AnichFix unused variable warning.
2005-01-12 Gregor AnichAdd possibility to make KDB break on module-loads....
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 IonescuFix more wrong Mm definitions and constants and sync...
2004-12-30 Alex IonescuAdded SEH support to NtReadVirtualMemory. Allows OllyDb...
2004-12-22 Royce Mitchell IIIMiQueryVirtualMemory(): created because ZwQueryVirtualM...
2004-11-13 Hartmut Birr- Removed some unnecessary type casts.
2004-11-11 Alex IonescuKernel:
2004-10-29 Casper Hornstrup2004-10-29 Casper S. Hornstrup <chorns@users.sourcefo...
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-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-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 ...
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
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
next