- Implement a cute little hack called DEFINE_WAIT_BLOCK which makes pushlocks work...
[reactos.git] / reactos / ntoskrnl / ex / init.c
2007-01-22 Alex Ionescu- Implement a cute little hack called DEFINE_WAIT_BLOCK...
2007-01-18 Alex Ionescu- Fix __rdtsc so it's considered volatile by GCC instea...
2006-11-30 Alex Ionescu- Forgot to actually initialize Dbgk during system...
2006-11-29 Alex Ionescu- There's no such thing as Phase 2 HAL init.
2006-11-20 Aleksey BraginFix warning when compiled with DBG=0
2006-11-19 Alex Ionescu- Major changes to HAL/kernel loading and freeldr hacks:
2006-11-05 Alex Ionescu- Fix boot.
2006-10-22 Thomas Bluemel- Change RtlMoveMemory to RtlCopyMemory where memory...
2006-10-19 Alex Ionescu- Set OBJ_OPENLINK invalid for core object types.
2006-10-09 Alex Ionescu- Bootvid rewrite by Filip Navara (with some fixes...
2006-10-09 Alex Ionescu- Initialize the registry in one shot, and allow it...
2006-10-08 Alex Ionescu- Add RtlInitEmptyAnsiString to DDK.
2006-10-08 Alex Ionescu- Remove InitSharedUserDataPage since this entire funct...
2006-10-08 Alex Ionescu- Part 1 of ARC boot cleanups/changes: Create a valid...
2006-10-08 Alex Ionescu- More re-shuffling of initialization calls, including...
2006-10-08 Alex Ionescu- Inline and make some slight correctiions to KiInitail...
2006-10-08 Alex Ionescu- Stub LdrVerifyMappedImageMatchesChecksum.
2006-10-07 Alex Ionescu- FreeLDR: Create the loader entry for ntoskrnl now...
2006-10-05 Alex Ionescu- Remove SMSS's code for signaling the "init" event.
2006-10-05 Alex Ionescu- Get rid of the completely convoluted way that Phase...
2006-10-05 Alex Ionescu- Put all Phase 1 Ex* Initialization in ExpInitSystemPh...
2006-10-05 Alex Ionescu- Rewrite ExpLoadInitialProcess by inlining and simplif...
2006-10-05 Alex Ionescu- Use KeLoaderBlock for registry hive loading.
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- 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-02 Alex Ionescu- Combine SeInit1 and SeInit2 into SeInit since both...
2006-10-02 Alex Ionescu- Setup memory limits in shared user data.
2006-10-02 Alex Ionescu- Implement Phase 0 Ex initialization (Resource, Lookas...
2006-10-02 Alex Ionescu- Continue implementation of KiRosFrldrLpbToNtLpb by...
2006-10-01 Alex Ionescu- Do MmInit1 in KiInitializeKernel so we can access...
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- Implement static compile-time assertions and use...
2006-10-01 Alex Ionescu- Fully use KeLoaderBlock->InLoadOrderListHead for...
2006-09-30 Alex Ionescu- Use LOADER_PARAMETER_BLOCK everywhere in ReactOS...
2006-09-16 Alex Ionescu- Fix one of the oldest hacks in ReactOS: KeGetCurrentT...
2006-09-03 Alex Ionescu- Final cleanup for now:
2006-09-02 Alex Ionescu- Move machine-specific initializations to KeInit2.
2006-09-02 Alex Ionescu- More Initialization changes:
2006-09-02 Alex Ionescu- More kernel initialization changes and cleanups.
2006-08-31 Alex Ionescu- Remove some deprecated code and custom ROS exports...
2006-08-28 Alex Ionescu- Complete and utter reimplementation of V86 Mode for...
2006-08-22 Alex Ionescu- Commit current work on IRQ rewrite. Currently in...
2006-07-18 Alex Ionescu- Move ps/locale.c to ex/locale.c, since it has nothing...
2006-06-11 Alex Ionescu* Significant improve boot speed and debug log neatness:
2006-06-07 Alex Ionescu- Clone ObpCreateHandle to CmpCreateHandle. I am about...
2006-05-29 Alex Ionescu- Object Manager Improvements (3 of 3):
2006-05-10 Alex Ionescu- NDK 0.98, now with versionned headers. Too many chang...
2006-04-23 Magnus Olsenpatch from w3seek : create smss with a current director...
2006-01-11 Alex Ionescu- Fix accidental build breakage.
2006-01-05 Alex Ionescu- New ERESOURCE implementation: fixes the return value...
2005-12-27 Alex Ionescu- Added support for NTLDR style freeloader GUI. To...
2005-12-10 Thomas Bluemel- support for kernel handles
2005-11-29 Thomas Bluemel- fixed the ProbeForWrite prototype
2005-11-28 Alex Ionescu- Support INIT section pragmas for msvc. Patch by Breze...
2005-11-27 Alex Ionescu- Remove KTSS_NOIOMP from NDK.
2005-11-21 Alex Ionescu- Misc janitorial fixes by Brezenbak to fix some MSVC...
2005-11-08 Alex Ionescu- Update KTHREAD and KUSER_SHARED_DATA to latest versio...
2005-10-09 Gregor AnichAdd /BREAK option.
2005-09-13 Alex IonescuSome work-in-progress improvements and rethought of...
2005-08-05 Alex Ionescu- Remove unused ldr/userldr.c
2005-06-26 Alex IonescuKill NTOS headers. So long, and thanks for all the...
2005-06-21 KJK::HyperionPartial merge from the ROX-U branch (various fixes...
2005-06-18 Filip NavaraUse W32API for NTOSKRNL.
2005-06-04 Hartmut BirrMake the bochs debug output in the very early boot...
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-25 Alex IonescuNonpaged Pool Liberation Day: Allow PagedPool to be...
2005-05-18 Alex IonescuPrettify usetup a bit, show a warranty page before...
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-05 Hervé PoussineauRtlFreeUnicodeString -> ExFreePool changes
2005-05-05 Casper HornstrupMerge 14551:14980 from trunk
2005-05-05 Casper HornstrupCopy wininet to branch
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-25 Alex IonescuKD System Rewrite:
2005-04-23 Alex IonescuSmall Debugging Services re-arrangement. /dbgk created...
2005-04-18 Alex IonescuImplement PsSetLegoNotifyRoutine and PsRemoveCreateThre...
2005-04-18 Alex IonescuMini-merge from my local changes. Rewrite of Process...
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-03-14 Alex IonescuDispatching & Queue Rewrite II:
2005-03-13 Thomas Bluemelinitialize the handle tables before creating them
2005-03-13 Thomas Bluemel- fixed handle table structures
2005-03-12 Thomas BluemelAlex Ionescu <ionucu@videotron.ca>
2005-03-12 Filip NavaraAlex Ionescu <ionucu@videotron.ca>
2005-02-28 Alex IonescuReverting to 13775. Sorry for the mess. This is dedicat...
2005-02-28 Alex IonescuTest commit. Not official branch release -- it will...
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-01-26 Alex IonescuStandardize comment headers. Patch by Trevor McCort
2005-01-07 Alex IonescuRemove /nt directory
2005-01-01 Alex IonescuUse PROCESSOR_FEATURE_MAX instead of PROCESSOR_FEATURES...
next