- Fixed the handling for page file backed sections.
[reactos.git] / reactos / ntoskrnl / mm / section.c
2003-07-14 Hartmut Birr- Fixed the handling for page file backed sections.
2003-07-12 David Welch- Return a specific status code when the pagefile is...
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-27 Hartmut Birr- Fixed some locking problems during different processe...
2003-06-19 Gé van GeldorpRevert last change
2003-06-19 Gé van GeldorpDon't mark pages as unmapped when releasing them via...
2003-06-07 Casper Hornstrup2003-06-07 Casper S. Hornstrup <chorns@users.sourcefo...
2003-06-07 Casper Hornstrup2003-06-07 Casper S. Hornstrup <chorns@users.sourcefo...
2003-06-06 Hartmut Birr- Fixed the used offset for page table/directory entrie...
2003-05-17 Eric KohlImplemented Top-Down-Allocator.
2003-05-17 Hartmut Birr- Added some checks for kernel or user space.
2003-05-16 Eric KohlUpdated NLS function signature.
2003-05-14 Eric KohlImplemented MmMapViewInSystemSpace() and MmUnmapViewInS...
2003-05-13 Casper Hornstrup2003-05-13 Casper S. Hornstrup <chorns@users.sourcefo...
2003-04-26 KJK::HyperionMy biggest commit so far (everything compiles and appar...
2003-04-06 Gé van GeldorpZero-fill initialized data not contained in image file...
2003-04-05 Gé van GeldorpRollback previous change for now, gives problems when...
2003-04-05 Gé van GeldorpZero-fill initialized data not contained in image file
2003-02-13 Hartmut Birr- Ntoskrnl uses for all access to internal structures...
2003-01-11 Hartmut BirrSignaled the event of pageop at return if the function...
2002-12-15 Casper Hornstrup2002-12-15 Casper S. Hornstrup <chorns@users.sourcefo...
2002-11-10 Casper Hornstrup2002-11-10 Casper S. Hornstrup <chorns@users.sourcefo...
2002-11-05 Hartmut Birr* Use the cache for images where the section offset...
2002-10-01 Casper Hornstrup2002-10-01 Casper S. Hornstrup <chorns@users.sourcefo...
2002-09-15 guidoSwitch i287 fpu, if present, into protected mode (ignor...
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-08-29 David WelchFixed when changing the attributes of an area larger...
2002-08-28 Hartmut BirrMoved IoPageRead from io.h to iofuncs.h.
2002-08-27 Hartmut BirrUsing ReadCacheSegment for reading a cache segment...
2002-08-20 KJK::HyperionNew macros InitializeUnicodeString(), RtlInitUnicodeStr...
2002-08-17 Hartmut BirrIncrement/Decrement the cache reference count on each...
2002-08-17 David Welch2002-08-17 David Welch <welch@computer2.darkstar...
2002-08-14 David Welch2002-08-14 David Welch <welch@computer2.darkstar...
2002-08-10 David Welch2002-08-10 David Welch <welch@computer2.darkstar...
2002-08-08 David Welch2002-08-08 David Welch <welch@computer2.darkstar...
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-19 David Welchntoskrnl/cc/view.c: CcRosTrimCache: Added a comment...
2002-05-17 David Welchservices/fs/cdfs/.cvsignore: Added .cvsignore file
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 BirrFixed a memory leakage in MmCreateImageSection.
2002-03-03 Eric Kohlno message
2002-02-27 David WelchApplied Harmut Birr's patch
2002-02-19 Eric Kohl- Fixed object creation. Named objects are now automati...
2002-01-09 David WelchMore swapping fixes
2002-01-08 David WelchMore swapping fixes
2002-01-01 David WelchMore cygwin fixes
2002-01-01 David WelchFixed bug with cygwin1.dll (still doesn't work)
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-12-05 David WelchFixed security define spelling
2001-12-02 David WelchImplemented LPC sections
2001-11-13 Eric KohlImplemented MmMapViewOfSection().
2001-10-31 David WelchFix for advapi32 failing to load (it had imported symbo...
2001-10-27 Hartmut BirrClear the allocated page for a bss section (in MmNotPre...
2001-10-10 Hartmut BirrFixed a minor bug in MmAllocateSection().
2001-09-25 David WelchAPplied MiReadPage fix
2001-09-25 David WelchFixes.
2001-08-26 Eric KohlFixed callback calling conventions (part 1).
2001-08-03 Eugene IngermanLock address space before calling MmCreateMemoryArea.
2001-06-16 Eric KohlChanged ObCreateObject() to a more nt-compatible format.
2001-05-04 Rex JolliffChanged Cc interface func names to CcRos.
2001-04-04 David WelchFix longstanding bug in keyboard driver
2001-04-03 David WelchKeep DPC queue size correct
2001-03-30 David WelchDon't map NOLOAD sections
2001-03-29 David WelchStrip everything from ntoskrnl
2001-03-25 David WelchV86 mode fixes
2001-03-13 David WelchRepresent page-in operations by descriptors
2001-03-09 David WelchClose section handle after NtCreateProces in KERNEL32...
2001-03-08 David WelchProper cleanup after processes
2001-03-07 David WelchAdded tagging of most allocates
2001-02-18 David WelchFixed reference counting of page tables
2001-02-14 David WelchFixed MmProbeAndLockPages issues pointed out by Philip...
2001-02-10 David WelchSection and general memory manager enhancements includi...
2001-02-06 David WelchFixed timer code
2001-01-28 Eric KohlAdded mapping of access rights
2001-01-13 David WelchFix for vfatfs on volumes with smaller cluster sizes
2001-01-08 David WelchSome memory manager cleanups
2000-12-28 David WelchImplemented /Device/PhysicalMemory
2000-10-22 Eric KohlRemoved obsolete linux header files
2000-08-20 David WelchFixed memory manager bugs
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-29 David WelchMade header file usage more consistent
2000-06-26 David WelchDocumented parts of the page fault path and flagged...
2000-06-25 David WelchRemoved from redundant files from the mm directory
2000-05-24 David WelchMore bug fixes.
2000-05-13 David WelchSome fixes.
2000-04-07 David WelchBegan seperation of machine-dependant/independant secti...
2000-04-03 David WelchCorrect LPC implementation
2000-04-02 Emanuele AlibertiMm subsystem exports table complete.
2000-03-29 David WelchCorrected mutex implementation
2000-03-26 Emanuele AlibertiIo subsystem clean-up. Every exported symbols is not...
2000-03-19 Emanuele AlibertiSome clean-up in ntoskrnl/mm. MmAllocateSection prototy...
next