Standardize comment headers. Patch by Trevor McCort
[reactos.git] / reactos / ntoskrnl / mm / section.c
2005-01-26 Alex IonescuStandardize comment headers. Patch by Trevor McCort
2005-01-26 Thomas Bluemel1. fixed NtCreateProcess to do some buffer checks and...
2005-01-25 Hartmut Birr- Implemented a kernel mapping region which is process...
2005-01-12 Filip NavaraPortability fixes.
2005-01-04 Gunnar Dalsnes-move structs OBJECT_TYPE/OBJECT_HEADER into private...
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 KJK::HyperionELF_support, welcome to HEAD! (just in time for the...
2004-12-24 Filip Navara- Fix compilation with GCC 4.0-20041219.
2004-12-19 Filip Navara- Remove unused and broken MmSplitMemoryArea function.
2004-10-22 Eric KohlUse upper-case ASSERT macros.
2004-10-09 Gé van GeldorpPass requested base address to MmAllocateSection()
2004-10-01 Gé van GeldorpHandle mapping a view of a section at non-zero file...
2004-09-28 Gé van GeldorpNtAllocateVirtualMemory() should return 64k aligned...
2004-08-28 Filip Navara- Mapping zero-sized files is prohibited.
2004-08-23 Hartmut Birr- Check if the given address points into a valid sectio...
2004-08-20 Filip Navara- NtQuerySection should check for SECTION_QUERY access...
2004-08-18 Filip Navara- Move SectionPageProtection checks from helper routine...
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-08-08 Filip Navara- Fix section object dereferencing in NtCreateSection.
2004-08-05 Filip Navara- Move code from NtCreateSection to MmCreateSection...
2004-08-01 Hartmut Birr- Changed all internal memory functions to use the...
2004-07-17 Alex IonescuAdded Mm Stubs
2004-07-10 Hartmut Birr- Implemented NtQueryVirtualMemory for unallocated...
2004-06-20 Filip Navara- Use raw size for image sections if virtual size isn...
2004-06-06 Hartmut Birr- Allocate memory for mdl's for paging io from stack...
2004-05-30 Hartmut Birr- Fixed a wrong address in MmAlterViewAttributes which...
2004-05-01 Mike NordellMmQuerySectionView now returns correct AllocationBase...
2004-05-01 Mike NordellMake MmQuerySectionView tell how many bytes it actually...
2004-04-10 Gunnar Dalsnesindent using astyle v1.15.3: astyle --style=ansi ...
2004-03-05 Hartmut Birr- Made it possible to allocate a pageop only if no...
2004-03-04 Filip Navara- Don't zero memory allocated by ExAllocatePool.
2004-01-31 Hartmut Birr- Do only lock a new page on exit from AccessFaultSecti...
2004-01-30 Hartmut Birr- Check for a privat page and change only the page...
2004-01-27 Hartmut Birr- Fixed some problems which occurs if a read only segme...
2004-01-05 Thomas Bluemeltamlin's work on compiling the kernel with another...
2003-12-31 Hartmut Birr- Implemented shared segments for images.
2003-12-31 Jason FilbyInitial implementaions of MmAllocateContiguousMemorySpe...
2003-12-30 Aleksey BraginContinue of MSVC-compiling changes....
2003-12-21 Filip NavaraCorrected debug message.
2003-12-14 Hartmut Birr- Initialized some local variables.
2003-11-24 Eric KohlTiny cleanup.
2003-11-17 KJK::HyperionMoved and renamed some ReactOS specific macros
2003-10-22 Hartmut Birr- Added a missing check for a valid swap entry in MmPag...
2003-10-19 Eric KohlInitialize section object type after the object manager...
2003-10-18 Hartmut Birr- Moved the initializing of file caching after a possible
2003-10-12 Hartmut Birr- Fixed the freeing of memory from boot load drivers.
2003-10-07 Eric KohlCreate type objects for all object types.
2003-09-25 Eric KohlReplaced ObRosCreateObject() by ObCreateObject() and...
2003-08-20 David Welch- Fix for accessing Section->Segment after dereferencin...
2003-07-26 Hartmut Birr- Moved the code for freeing a segment to separate...
2003-07-24 Hartmut Birr- Fixed the loading of a segment which raw size is...
2003-07-21 Royce Mitchell IIIcreated KEBUGCHECK, KEBUGCHECKEX, KEBUGCHECKWITHTS...
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
next