Move some profile stuff to NDK and fix some bugs in the executive implementation...
[reactos.git] / reactos / ntoskrnl / mm / section.c
2005-11-29 Thomas Bluemel- fixed the ProbeForWrite prototype
2005-11-28 Thomas Bluemelfixed some prototypes
2005-11-28 Alex Ionescu- Support INIT section pragmas for msvc. Patch by Breze...
2005-11-22 Alex Ionescu- Don't use EXPORTED
2005-11-13 Hartmut Birr- Removed the process from the parameter list of MmCrea...
2005-10-30 Hartmut BirrFixed the check for the MEM_TOP_DOWN flag in MmMapViewO...
2005-10-29 Hartmut Birr- Lock always the address space if we changing the...
2005-10-24 Hartmut BirrSet the correct length in MmQuerySectionView.
2005-10-22 Hartmut BirrFixed the mapping for low alignment images.
2005-10-10 Thomas Bluemelconvert DefaultSetInfoBufferCheck and DefaultQueryInfoB...
2005-09-28 Thomas Bluemeldon't free random pointer in MmCreateImageSection....
2005-09-14 Alex Ionescuntoskrnl header cleanups
2005-08-21 Thomas Bluemel- use inlined probing macros for basic types
2005-07-26 Hartmut BirrUsed IoQueryFileInformation and IoSetInformation instea...
2005-07-24 Thomas Bluemeluse ZwQueryInformationFile and ZwSetInformationFile...
2005-07-12 Alex IonescuPartial patch of larger rosrtl removal patch. This...
2005-07-08 KJK::HyperionPE loader: corrected an assertion (fixes bug reported...
2005-06-25 Alex IonescuBuild ntoskrnl with NDK, and don't use rosrtl
2005-06-21 KJK::HyperionPartial merge from the ROX-U branch (various fixes...
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.
next