Use W32API for NTOSKRNL.
[reactos.git] / reactos / ntoskrnl / mm / section.c
2005-06-18 Filip NavaraUse W32API for NTOSKRNL.
2005-06-12 Hartmut Birr- Fixed the calculation of some offset values.
2005-06-07 Hartmut BirrChanged back to the GPL.
2005-06-07 Hartmut Birr- Removed the process member from the memory area struc...
2005-06-06 Hartmut Birr- Changed the calculation of the base address of an...
2005-06-05 Hartmut BirrAllocate the section object from non paged pool because...
2005-06-05 Hartmut BirrAllocate the section segments from non paged pool becau...
2005-05-28 Casper HornstrupMerge 12735:15568 from xmlbuildsystem branch
2005-05-28 Hartmut BirrUse correct flag while checking for uninitialized segments.
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-26 Alex IonescuDon't allocate section segments in nonpaged pool
2005-05-25 Alex IonescuNonpaged Pool Liberation Day: Allow PagedPool to be...
2005-05-21 Hervé PoussineauRemove some debug messages at boot (DPRINT1 changed...
2005-05-20 Steven Edwardsmove the rest of the alread defined tags to the private...
2005-05-18 Alex IonescuObject Manager Patch. This patch continues the work...
2005-05-16 Casper HornstrupMerge 15268:15329 from trunk
2005-05-15 Alex IonescuMake Object Type creation compatible with OB 2.0 from...
2005-05-15 Alex IonescuRemoved incorrect Create/DuplicationNotify callbacks...
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-27 Hartmut BirrMade the physical memory section permanent.
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-03-15 Gregor AnichAllow mapping of MDLs which describe I/O memory (device...
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
2005-02-17 Thomas Bluemel1. object type names are stored in ntoskrnl's image...
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-15 Thomas Bluemelsecured buffer access in NtCreateSection(), NtOpenSecti...
2005-02-12 Casper HornstrupBranch setupapi (again)
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-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-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-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
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...
next