Sync with trunk r43123
[reactos.git] / reactos / ntoskrnl / ke / i386 / kiinit.c
2009-09-23 Timo KreuzerSync with trunk r43123
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-24 Stefan Ginsberg- Get rid of TAG() from the kernel
2009-08-02 Dmitry GorbachevRemove r42305 hack, preserve racial purity of KiSystemS...
2009-07-30 Dmitry GorbachevAdd a hack in KiSystemStartupReal function until Better...
2009-06-20 Timo KreuzerMerge trunk head (r41474)
2009-06-17 Stefan Ginsberg- In Win32 DBG is defined to 0 for a non-debug build...
2009-05-01 Timo KreuzerMerge from amd64-branch:
2009-04-30 Timo Kreuzermerge 37282 from amd64-branch:
2009-02-17 Timo KreuzerMerge freeldr from amd64 branch:
2009-01-01 Timo KreuzerSync to trunk r38500
2009-01-01 Stefan Ginsberg- Only reserve APIC memory on x86
2008-12-05 Timo Kreuzersync to trunk head (37853) (except rbuild changes)
2008-12-03 Dmitry GorbachevSilence compiler warnings (3/11).
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-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-09-05 Timo Kreuzersync to trunk head (35945)
2008-08-24 Stefan Ginsberg- Remove KEBUGCHECK and KEBUGCHECKEX macros
2008-08-14 Timo KreuzerSync to trunk head (35333)
2008-08-11 Aleksey Bragin- NDK Fix: DirectoryTableBase member of KPROCESS is...
2008-08-01 Art YerkesCreate a branch for network fixes.
2008-02-22 Aleksey Bragin- Kernel's entry point is called KiSystemStartup, not...
2008-02-15 ReactOS Portable... Christ! Don't zero out the shared memory page during...
2008-02-15 ReactOS Portable... Get rid of complete hack that MmInitializePageList...
2008-02-14 ReactOS Portable... Review and fix the buildingg and mapping of boot-time...
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2007-10-10 Aleksey Bragin- Copy kernel's IDT entries to the IDT we've got from...
2007-10-02 Aleksey Bragin- Temporary revert 29342.
2007-10-01 Aleksey Bragin- Finally move MmInit1 to MmInitSystem where it should...
2007-09-27 Aleksey Bragin- Fix multiple bugs in RtlWalkFrameChain and secure...
2007-09-24 Aleksey Bragin- Add Ex*Spinlock macros and FLUSH_MULTIPLE_MAXIMUM...
2007-08-25 Aleksey Bragin- Do not ignore BIOS memory map anymore. Private BIOS...
2007-08-09 Aleksey Bragin- Fix definition of _DESCRIPTOR/KDESCRIPTOR
2007-08-06 Magnus OlsenRemove init.s and put Thomas's code into boot.s, so...
2007-08-04 Aleksey Bragin- Fix NtSetInformationThread(ThreadBasePriority)
2007-07-12 Magnus Olsenpatch from w3seek
2007-07-10 Hervé PoussineauPrevent possible access out of bounds when calculating...
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-03-19 Alex Ionescu- Fix an important bug which was causing us to incorrec...
2007-03-04 Alex Ionescu- Fix a bug in KeQueryPerformanceCounter which was...
2007-03-02 Alex Ionescu- Do massive renames in the ntoskrnl tree to make sure...
2007-03-02 Alex Ionescu- Fix multiple WDK compatibilities issues.
2007-03-02 Alex Ionescu- Create PDE/PTE entries for KUSER_SHARED_DATA in FreeL...
2007-03-01 Alex Ionescu- Fix KiDispatchException to unmask KI_EXCEPTION_INTERN...
2007-02-22 Alex Ionescu- Improve LdrGetModuleObject (in FreeLDR) to handle...
2007-02-18 Alex Ionescu- KdDebuggerNotPresent should be FALSE by default.
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-22 Alex Ionescu- Implement new ExHandle* implementation using pushlock...
2007-01-18 Alex Ionescu- Fix __rdtsc so it's considered volatile by GCC instea...
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-27 Alex Ionescu- Cleanup HAL initialization code:
2006-11-19 Alex Ionescu- Major changes to HAL/kernel loading and freeldr hacks:
2006-10-26 Alex Ionescu- Fix dozens of missing typecast errors.
2006-10-25 Alex Ionescu- Add some missing/internal definitions to proper headers.
2006-10-08 Art YerkesPartially fixed up tree after merge from HEAD. More...
2006-10-07 Alex Ionescu- FreeLDR: Create the loader entry for ntoskrnl now...
2006-10-05 Alex Ionescu- Implement ExpInitNls to initialize the NLS Section...
2006-10-04 Alex Ionescu- Implement XPSP2+ syscall stub that uses indirect...
2006-10-04 Alex Ionescu- Fix boot crash due to last patch, forgot that SharedU...
2006-10-04 Alex Ionescu- Fix KUSER_SHARED_DATA in winddk.h
2006-10-04 Alex Ionescu- Add KF_XMMI64 feature flag for SSE2 and detect it.
2006-10-04 Alex Ionescu- Make Kernel initialization (KeInit2) portable/more...
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-01 Alex Ionescu- Do MmInit1 in KiInitializeKernel so we can access...
2006-10-01 Alex Ionescu- Implement ExpIsLoaderValid to validate the LOADER_PAR...
2006-10-01 Alex Ionescu- Use __readfsdword instead of de-referencing the Boot...
2006-10-01 Thomas BluemelFix usage of a uninitialized variable, unnecessary...
2006-10-01 Alex Ionescu- Fix Ki386InitializeTss to use dynamic GDT calculated...
2006-10-01 Alex Ionescu- Put IDT in RW .data section
2006-10-01 Alex Ionescu- Clear KPCR->TEB during bootstrap as well.
2006-10-01 Alex Ionescu- Add two more lines in boot.S which detect boot-by...
2006-10-01 Alex Ionescu- Remove all the remaining code in boot.S and make...
2006-10-01 Alex Ionescu- Fully use KeLoaderBlock->InLoadOrderListHead for...
2006-09-30 Alex Ionescu- Save processor state in the PKPRCB in KiInitializeKernel.
2006-09-30 Alex Ionescu- Add loop around the KiFreezeExecutionLock before...
2006-09-30 Alex Ionescu- Fix some bugs in intrin.h (missing __inline__ statmen...
2006-09-30 Alex Ionescu- Use LOADER_PARAMETER_BLOCK everywhere in ReactOS...
2006-09-17 Alex Ionescu- Create a KD-compatible KiDebugRoutine and piggyback...
2006-09-16 Alex Ionescu- Fix one of the oldest hacks in ReactOS: KeGetCurrentT...
2006-09-10 Alex Ionescu- KPROCSES Flags are LONG, not ULONG.
2006-09-04 Art YerkesBig merge: thanks alex and greatlord. Not a complete...
2006-09-03 Alex Ionescu- Final cleanup for now: