Use ULONG_PTR instead of ULONG when doing pointer arithmetics.
[reactos.git] / reactos / ntoskrnl / mm / section.c
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...
2000-02-13 David WelchMoved user-process loading into ZwCreateProcess
2000-01-12 Eric KohlAdded missing printf() functions
1999-12-30 David WelchAdded some additional csrss work
1999-12-22 David WelchCorrected additional object manager issues pointed...
1999-12-20 David WelchFixed problem with handles not being released
1999-11-25 Eric KohlFixed typo
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-08-29 Emanuele Alibertisome __stdcall fixes in ntoskrnl and ntdll
1999-06-18 Emanuele AlibertiNTOSKRNL.ZwXXX functions now call NTOSKRNL.NtXXX via...
1999-05-11 Eric KohlFixed LARGE_INTEGER hack.
1999-04-27 Eric KohlFixed LARGE_INTEGER handling
1999-04-18 David WelchSeveral bug fixes
1999-04-01 David WelchEnhanced memory managment
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-02-06 Rex JolliffFixed debug statement
1999-02-01 David WelchExtensive changes to the objmgr
1999-01-01 David Welch*** empty log message ***
1998-12-20 Rex JolliffVarious changes to support the executable/driver loader
1998-10-05 Rex JolliffThis commit was generated by cvs2svn to compensate...
1998-09-05 Rex JolliffThis commit was generated by cvs2svn to compensate...
1998-08-25 Rex JolliffInitial revision