- Add 'simple' implementation of MmDbgCopyMemory to read/write virtual memory in...
[reactos.git] / reactos / ntoskrnl / mm / section.c
2009-10-31 Stefan Ginsberg- Add 'simple' implementation of MmDbgCopyMemory to...
2009-10-16 Stefan GinsbergDowngrade various debug prints from DPRINT1 to DPRINT...
2009-10-15 ReactOS Portable... - Get rid of mm/mmsup.c and move some of the ROS-intern...
2009-10-15 ReactOS Portable... - Multiple PEB/TEB creation fixes:
2009-10-14 Timo KreuzerMerge amd64 NDK from amd64 branch:
2009-09-30 Stefan Ginsberg- Fix recursive spinlock acquisition in Mm caused by...
2009-09-26 Timo KreuzerMerge HAL changes 34743, 34812, 34839, 34917, 35515...
2009-09-19 Timo KreuzerMerge from amd64 branch:
2009-09-19 Timo KreuzerSync with trunk r43000
2009-09-02 Dmitry Chapyshev- Add missed checks of memory allocation failures
2009-08-24 Stefan Ginsberg- Make use of _SEH2_YIELD in Mm
2009-08-24 Stefan Ginsberg- Get rid of TAG() from the kernel
2009-08-05 Gregor Schneider-Import tkreuzer's time implementation from AMD64 branch
2009-07-27 ReactOS Portable... - Create \dev\physmem section during section initializa...
2009-07-26 Timo KreuzerSync to trunk head (r42241)
2009-07-15 Stefan Ginsberg- What's the deal with using Iof* and Obf*, Arch?
2009-07-15 Stefan Ginsberg- Hey Arch, did you know MmpDeleteSection can be called...
2009-07-15 Stefan Ginsberg- Don't assume the object body allocated by ObCreateObj...
2009-07-11 Michael Martin- NtMapViewOfSection: When referencing the section...
2009-06-20 Timo KreuzerMerge trunk head (r41474)
2009-06-14 Dmitry Chapyshev- Add SectionHandle probing
2009-06-09 Michael Martin- MmUnmapViewOfSection: Unlock address space before...
2009-05-21 Timo KreuzerSync trunk head (r41026)
2009-05-12 Michael Martin- MmCreateSection: SectionPageProtection of PAGE_NOACCE...
2009-05-08 Michael Martin- MmMapViewOfSection: Segment size must be a multiple...
2009-05-01 Timo KreuzerMerge from amd64-branch:
2009-04-30 Timo Kreuzermerge 37282 from amd64-branch:
2009-04-27 Aleksey Bragin- Change storage of ReactOS-specific virtual address...
2009-04-20 Timo KreuzerSync to trunk r40610
2009-04-16 Timo KreuzerSync trunk r40500
2009-04-15 Aleksey Bragin- Silence MmCanFileBeTruncated warning about not checki...
2009-03-30 Dmitry GorbachevDo not crash with "Assertion 'Process == PsGetCurrentPr...
2009-03-18 Timo KreuzerSync to trunk head (r40091)
2009-03-14 Dmitry Gorbachev- Use MmCreateHyperspaceMapping() again.
2009-03-10 ReactOS Portable... - Rework Hyperspace Mapping Interface for Page zeroing...
2009-03-10 Dmitry GorbachevFix bug #4249 and crash in QEMU. Alex Ionescu, bug...
2009-02-17 Timo KreuzerMerge freeldr from amd64 branch:
2009-02-03 Timo KreuzerSync to trunk r39350.
2009-02-03 Christoph von Wittichdon't return FALSE when there is a DataSectionObject...
2009-02-03 Christoph von Wittich-check for filesize in MmCanFileBeTruncated
2009-02-02 Christoph von Wittichhalfplement MmCanFileBeTruncated
2009-01-24 Timo KreuzerMm: Fix page protection flags checks.
2009-01-19 Christoph von Wittichfix some more kernel32 virtual tests
2009-01-01 Timo KreuzerSync to trunk r38500
2009-01-01 Timo KreuzerSync to trunk r38250
2008-12-15 Samuel SerapionSync to trunk head(r38096)
2008-12-08 Timo Kreuzersync trunk head (r37928)
2008-12-06 Timo Kreuzermerge trunk head (37902)
2008-12-05 Timo Kreuzersync to trunk head (37853) (except rbuild changes)
2008-12-03 Dmitry GorbachevSilence compiler warnings (3/11).
2008-11-29 Stefan Ginsberg- STDCALL -> NTAPI
2008-11-26 Aleksey Bragin- Fix some coverity errors.
2008-11-24 KJK::HyperionEverything
2008-11-18 Timo Kreuzer- Fix several ULONG/ULONG_PTR issues
2008-11-10 Samuel Serapion- Merge to trunk r37270.
2008-10-30 Timo Kreuzersync to trunk head (37079)
2008-10-29 KJK::HyperionMerging r37048, r37051, r37052, r37055 from the-real...
2008-10-29 Stefan Ginsberg- MmMapViewOfSection: Don't forget to unlock the addres...
2008-10-27 Timo Kreuzersync trunk head (37032)
2008-10-25 KJK::HyperionVisual C++ backend for rbuild (for now just a hacked...
2008-10-25 KJK::HyperionThe real, definitive, Visual C++ support branch. Accept...
2008-10-20 Samuel SerapionMerge to trunk HEAD(r36856)
2008-10-20 Timo KreuzerSome ULONG -> SIZE_T / ULONG_PTR fixes
2008-10-20 Timo Kreuzersync to trunk revision 36700
2008-10-20 Timo Kreuzersync to trunk revision 36500
2008-10-20 Timo Kreuzersync to trunk revision 36100
2008-10-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-10-11 Aleksey BraginDaniel Zimmerman <netzimme@aim.com>
2008-09-25 Aleksey Bragin- Fix one more totally "out of ideas how to create...
2008-09-24 Stefan Ginsberg- 64 bit fixes for Mm routines: Use SIZE_T and ULONG_PT...
2008-09-05 Timo Kreuzersync to trunk head (35945)
2008-08-31 Hervé PoussineauReplace some ExFreePool by ExFreePoolWithTag
2008-08-30 Stefan Ginsberg- Remove the (now deprecated) ntoskrnl/internal/debug...
2008-08-25 Stefan Ginsberg- Remove deprecated CHECKPOINT/CHECKPOINT1 macros which...
2008-08-24 Stefan Ginsberg- Remove KEBUGCHECK and KEBUGCHECKEX macros
2008-08-14 Timo KreuzerSync to trunk head (35333)
2008-08-07 Jeffrey MorlanOn attempts to write to a read-only section view, retur...
2008-08-01 Art YerkesCreate a branch for network fixes.
2008-07-30 Timo Kreuzerfix several ULONG / ULONG_PTR / SIZE_T issues.
2008-07-28 Timo Kreuzersync with trunk head (34904)
2008-07-28 ReactOS Portable... Now that MADDRESS_SPACE became nearly an empty structur...
2008-07-27 ReactOS Portable... The puzzle of the design decisions behind the React...
2008-06-27 Aleksey Bragin- NDK fixes.
2008-06-11 Aleksey Bragin- Fix typos in NDK structures.
2008-03-13 Aleksey Bragin- Factor out physical pages allocation and creating...
2008-03-09 Aleksey Bragin- Remove autoupdated "$Id:" lines from the kernel sourc...
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-02-07 ReactOS Portable... We now only compile the ELF loader if _ELF_ is defined...
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2008-01-08 Hervé PoussineauFix debug message
2007-11-12 Hervé Poussineausection.c wasn't meant to be part of r30401
2007-11-12 Aleksey Bragin- Okay so...listen up. First off: When you acquire...
2007-11-10 Magnus OlsenMerge from branch ReactX to Trunk,
2007-10-19 Daniel ReimerDelete all Trailing spaces in code.
2007-09-30 Hervé PoussineauReference file handle according to previous mode
2007-08-05 Aleksey Bragin- More MSVC fixes
2007-05-19 Dmitry GorbachevDo not use paged pool at page fault time; see bug repor...
2007-04-02 Alex Ionescu- Revert 26244, 26245, 26246, 26247.
2007-04-02 Magnus Olsenfixing the build for gcc 3.4.5
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
next