sync to trunk head (37853) (except rbuild changes)
[reactos.git] / reactos / ntoskrnl / mm / section.c
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
2007-03-17 Dmitry GorbachevFix my bad fix.
2007-03-16 Dmitry GorbachevFix bugs #2049 and #2084 (thanks to Peter Krawies)
2007-03-01 Alex Ionescu- Fix KiDispatchException to unmask KI_EXCEPTION_INTERN...
2007-02-23 Alex Ionescu- Add a new member to MM_IMAGE_SECTION_OBJECT to hold...
2007-02-23 Alex Ionescu- Fix MmCreateImageSection to use previous mode instead...
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2007-02-11 Sylvain Petreollemove from branch
2007-02-05 Aleksey BraginMerge 25584, 25588.
2007-01-31 Magnus Olsenmerge trunk rev : 25663 and 25664 to 0.3.1 branch ...
2007-01-20 Aleksey BraginMerge 25429:25431, 25437, 25441:25443.
2007-01-15 Aleksey Bragin- Merge two small fixes from 25400
2007-01-09 Alex Ionescu- Fix Port and Section Object Type creation by specifyi...
2007-01-09 Alex Ionescu- Enable sanity check in ObInsertObject to catch asshol...
2007-01-06 Maarten BosmaTwo more formating and debug output changes from cc...
2007-01-06 Maarten BosmaSome formating and debug output changes based on cc...
2006-12-04 Aleksey BraginCreate a place for work on creating a bootloader capabl...
2006-12-01 Alex Ionescu- Write DLL Being mapped into NtTib->ArbitraryUserPoint...
2006-11-30 Alex Ionescu- Fix critical I/O bugs in IopParseFile which were...
2006-11-30 Alex Ionescu- Fix DbgkSectionHandleToFileHandle.
2006-11-30 Alex Ionescu- Implement DbgkPostFakeThreadMessages.
2006-10-23 Alex Ionescu- Add NtAllocateUserPhysicalPages, NtMapUserPhysicalPAg...
2006-10-22 Alex Ionescu- Implement helper routine DbgkpSectionToFileHandle...
2006-10-22 Alex Ionescu- Implement DbgkPostFakeModuleMessages.
2006-10-08 Art YerkesPartially fixed up tree after merge from HEAD. More...
2006-09-10 Hervé PoussineauRevert part of r23972. Now we can boot again
2006-09-07 Alex Ionescu- More MSVC fixes (down to 19 errors):
2006-09-07 Alex Ionescu- More MSVC fixes:
2006-09-04 Art YerkesBig merge: thanks alex and greatlord. Not a complete...
2006-07-27 Alex Ionescu- Mega whammy jammy fix commit:
2006-07-27 Alex Ionescu- Implement XP-style process name auditing to store...
2006-06-14 Alex Ionescu- Fix some referencing/bugs in Ob functions that I...
2006-06-05 Alex Ionescu- Rename ObpCreateTypeObject to ObCreateObjectType...
2006-05-25 Alex Ionescu- Get rid of the intriguing idea that exported/public...
2006-05-18 Alex Ionescu- Get rid of ROS_EPROCESS and all the ugly type-casting...
2006-05-18 Alex Ionescu- Use EPROCESS 's AddressCreationLock instead of the...
2006-05-10 Alex Ionescu- NDK 0.98, now with versionned headers. Too many chang...
2006-03-04 Ged Murphy- Make ROS buildable with GCC 4.1
2006-01-17 Hartmut BirrRemoved my name from the hall of fame. Since it seems...
2006-01-08 Alex Ionescu- Remove some public APIs from internal headers.
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.
next