- FIELD_OFFSET returns LONG, not LONG_PTR or size_t.
[reactos.git] / reactos / ntoskrnl / mm / pe.c
2009-07-25 Stefan Ginsberg- FIELD_OFFSET returns LONG, not LONG_PTR or size_t.
2009-02-17 Timo KreuzerMerge freeldr from amd64 branch:
2008-10-29 KJK::HyperionMerging r37048, r37051, r37052, r37055 from the-real...
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 Timo Kreuzersync to trunk revision 36500
2008-10-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-09-18 Aleksey Bragin- Save SizeOfImage field from the image header during...
2008-09-05 Timo Kreuzersync to trunk head (35945)
2008-08-30 Stefan Ginsberg- Remove the (now deprecated) ntoskrnl/internal/debug...
2008-08-01 Art YerkesCreate a branch for network fixes.
2008-04-22 KJK::Hyperionmodified include/psdk/ntdef.h
2008-04-22 KJK::HyperionRevert 33105, C_ASSERT is broken
2008-04-22 KJK::Hyperionmodified ntoskrnl/mm/pe.c
2008-03-09 Aleksey Bragin- Remove autoupdated "$Id:" lines from the kernel sourc...
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2007-11-10 Magnus OlsenMerge from branch ReactX to Trunk,
2007-10-19 Daniel ReimerDelete all Trailing spaces in code.
2007-03-01 Alex Ionescu- Fix KiDispatchException to unmask KI_EXCEPTION_INTERN...
2007-02-22 Alex Ionescu- Move some Mm routines from pe.c to sysldr.c where...
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2006-12-04 Aleksey BraginCreate a place for work on creating a bootloader capabl...
2006-10-08 Alex Ionescu- Stub LdrVerifyMappedImageMatchesChecksum.
2006-05-05 Andrew Munger"More efficient" IsPowerOf2 from Myria (myriachan at...
2005-11-29 Thomas Bluemel- fixed the ProbeForWrite prototype
2005-10-24 Hartmut BirrChanged the indentation to a human readable format...
2005-07-31 Thomas Bluemelfixed some warnings when compiling with -O3
2005-07-12 Alex IonescuSecond part of patch, implements the new RTL functions...
2005-07-08 KJK::HyperionPE loader: corrected an assertion (fixes bug reported...
2005-06-18 Filip NavaraUse W32API for NTOSKRNL.
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-26 Alex Ionescumake PE loader more lenient with alignment. it could...
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-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-02-11 Gé van GeldorpBe compatible with some of the crap apps out there
2005-01-26 Alex IonescuStandardize comment headers. Patch by Trevor McCort
2005-01-12 Filip NavaraPortability fixes.
2005-01-12 Filip NavaraKJK::Hyperion <noog@libero.it>
2005-01-02 KJK::HyperionRelaxed the validity checks for PE executables yet...
2005-01-02 Filip NavaraChange the MEMORY_AREAs to be stored it a binary search...
2004-12-30 KJK::Hyperion - PSEH changes imported in the main tree