- Fix incorrect comment, spotted by Timo.
[reactos.git] / reactos / ntoskrnl / ke / freeldr.c
2009-10-14 Stefan Ginsberg- Remove a hack from KiGetMachineBootPointers and set...
2009-10-14 Timo KreuzerMerge amd64 NDK from amd64 branch:
2009-09-26 Timo KreuzerMerge HAL changes 34743, 34812, 34839, 34917, 35515...
2009-09-21 Stefan GinsbergMega compiler intrinsics patch:
2009-09-19 Timo KreuzerMerge from amd64 branch:
2009-09-19 Timo KreuzerSync with trunk r43000
2009-08-05 Gregor Schneider-Import tkreuzer's time implementation from AMD64 branch
2009-08-02 Dmitry GorbachevAdd a new hack.
2009-07-26 Timo KreuzerSync to trunk head (r42241)
2009-07-01 Dmitry GorbachevFix some warnings / bugs.
2009-06-20 Timo KreuzerMerge trunk head (r41474)
2009-05-21 Timo KreuzerSync trunk head (r41026)
2009-05-01 Timo KreuzerMerge from amd64-branch:
2009-04-30 Timo Kreuzermerge 37282 from amd64-branch:
2009-04-20 Timo KreuzerSync to trunk r40610
2009-04-16 Timo KreuzerSync trunk r40500
2009-03-18 Timo KreuzerSync to trunk head (r40091)
2009-02-17 Timo KreuzerMerge freeldr from amd64 branch:
2009-02-03 Timo KreuzerSync to trunk r39350.
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-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-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 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-09-24 Aleksey Bragin- Create a VdmpInitialize function for NtVdmControl...
2008-09-05 Timo Kreuzersync to trunk head (35945)
2008-08-24 Stefan Ginsberg- Remove KEBUGCHECK and KEBUGCHECKEX macros
2008-08-20 Timo Kreuzerrevert my last commit to avoid polluting other files...
2008-08-19 Timo KreuzerMove some architecture specific code from KiRosPrepareF...
2008-08-14 Timo KreuzerSync to trunk head (35333)
2008-08-01 Stefan Ginsberg- Use macros instead of magic "1" and "2" for Setup...
2008-08-01 Art YerkesCreate a branch for network fixes.
2008-08-01 Timo KreuzerFix macros that didn't have brackets around the argumen...
2008-06-30 ReactOS Portable... - Add RAM disk support to FreeLDR and to the NTLDR...
2008-03-10 ReactOS Portable... ARM Port Memory Management Checkpoint:
2008-02-24 Aleksey Bragin- ntldr marks pages allocated for PCR and USER_SHARED_D...
2008-02-22 Aleksey Bragin- Kernel's entry point is called KiSystemStartup, not...
2008-02-17 Aleksey Bragin- Fix a bug, when the page first was marked as free...
2008-02-16 Aleksey Bragin- Add a hacked and incorrect (due to absence of checkin...
2008-02-15 ReactOS Portable... Get rid of complete hack that MmInitializePageList...
2008-02-15 ReactOS Portable... Remove accidentally enabled debugging function, and...
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-02-08 Aleksey Bragin- Implement MiCountFreePagesInLoaderBlock() to correctl...
2008-01-23 Art YerkesUnhack freeldr.c a bit by applying some adjustment...
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2008-01-06 Art Yerkest's a bit embarrasing that some of this was undone...
2007-12-10 Aleksey Bragin- Improve the FreeLDR->NTLDR conversion layer by now...
2007-12-07 Hervé PoussineauBetter guess of the file path
2007-11-10 Magnus OlsenMerge from branch ReactX to Trunk,
2007-10-28 Art YerkesFix memory map to kernel mode.
2007-10-19 Daniel ReimerDelete all Trailing spaces in code.
2007-09-27 Aleksey Bragin- Add missing KERNEL_LARGE_STACK_COMMIT definition...
2007-09-06 Aleksey Bragin- Fix LoaderPagesSpanned calculation.
2007-09-04 Aleksey Bragin- Use real NT KPCR address (0xFFDFF000).
2007-09-01 Aleksey Bragin- Finish the memory map code, so it now actually create...
2007-08-25 Aleksey Bragin- Do not ignore BIOS memory map anymore. Private BIOS...
2007-08-23 Aleksey Bragin- Make freeldr do identity memory mapping. This simplif...
2007-08-09 Aleksey Bragin- Fix definition of _DESCRIPTOR/KDESCRIPTOR
2007-06-04 Aleksey Bragin- Correctly fill FullDllName for modules loaded by...
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-03-26 Hervé PoussineauCleanup code for easier porting to other architectures
2007-03-21 Aleksey Bragin- KiRosFrldrLpbToNtLpb(): Round up to the correct size...
2007-03-01 Alex Ionescu- Fix KiDispatchException to unmask KI_EXCEPTION_INTERN...
2007-02-20 Alex Ionescu- Get rid of a bunch of multiboot crap FreeLDR was...
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2007-02-11 Sylvain Petreollemove from branch
2007-02-03 Alex Ionescu- Replace broken bootvid by a new bootvid based on...
2007-01-15 Art YerkesCheckpoint. HalDisplayString is working and hooked...
2007-01-08 Art YerkesUpdate address of hal before performing imports, add...
2007-01-02 Art YerkesRemoved now unneeded-tracing, added hal address. We...
2007-01-01 Art Yerkes- most of the churn here is from code and headers impor...
2006-12-04 Aleksey BraginCreate a place for work on creating a bootloader capabl...
2006-11-29 Alex Ionescu- Swap the IDT where we should, in KiSystemStartup...
2006-11-29 Alex Ionescu- Finally figured out a way to make the old HAL IRQ...
2006-11-19 Alex Ionescu- Major changes to HAL/kernel loading and freeldr hacks:
2006-10-08 Alex Ionescu- Have FreeLDR fill out ARC_DISK_SIGNATURE information...
2006-10-08 Art YerkesPartially fixed up tree after merge from HEAD. More...
2006-10-08 Alex Ionescu- In NTLDR boot, try to get the first kernel physical...
2006-10-07 Alex Ionescu- FreeLDR: Create the loader entry for ntoskrnl now...
2006-10-05 Alex Ionescu- Use KeLoaderBlock for registry hive loading.
2006-10-03 Hervé PoussineauCopy i8042prt driver from 0.3.1 branch to trunk. Try #2
2006-10-03 Hervé PoussineauCopy i8042prt driver from 0.3.1 branch to trunk
2006-10-02 Alex Ionescu- Continue implementation of KiRosFrldrLpbToNtLpb by...
2006-10-01 Alex Ionescu- Do MmInit1 much earlier in the boot phase (right...
2006-10-01 Alex Ionescu- Add setupblk.h from TinyKRNL with all the definitions...
2006-10-01 Alex Ionescu- Implement ExpIsLoaderValid to validate the LOADER_PAR...
2006-10-01 Alex Ionescu- Remove all the remaining code in boot.S and make...
next