Register the LPC Port object object in the system name space.
[reactos.git] / reactos / ntoskrnl / ldr /
2004-06-27 Filip Navara- Fixed bug in binary search algorithm.
2004-06-23 Alex IonescuAdded Ldr Stubs
2004-05-30 Filip Navara- Fixed some NULL-terminating issues that caused the...
2004-03-27 Filip Navara- Rewritten some driver loading functions to get higher...
2004-03-07 Filip Navara- Fixed RtlFormatCurrentUserKeyPath and it's use.
2004-01-05 Thomas Bluemeltamlin's work on compiling the kernel with another...
2003-12-30 Aleksey BraginContinue of MSVC-compiling changes....
2003-11-17 KJK::HyperionMoved and renamed some ReactOS specific macros
2003-11-16 Eric KohlOpen initial executable file synchronously.
2003-11-06 Eric KohlIoStatusBlock is _not_ an optional parameter.
2003-10-15 Filip NavaraFixed driver loading order, cleaned up relevant functio...
2003-10-12 Hartmut Birr- Fixed the freeing of memory from boot load drivers.
2003-09-29 Filip NavaraThis is first part of patch to get loading boot bus...
2003-09-13 VizziniPatch by skywing:
2003-08-24 David Welch- Fill in the DriverBase and DriverSize fields in the...
2003-08-22 Thomas Bluemelfixed a bug in LdrAccessResource(), it should abort...
2003-07-21 Royce Mitchell IIIcreated KEBUGCHECK, KEBUGCHECKEX, KEBUGCHECKWITHTS...
2003-07-20 Royce Mitchell IIIfixed ldr/loader.c to report a missing export before...
2003-07-11 Royce Mitchell IIIfinished applying @implemented and @unimplemented comme...
2003-07-10 Royce Mitchell III@implemented and @unimplemented comments for ntoskrnl...
2003-06-01 Casper Hornstrup2003-06-01 Casper S. Hornstrup <chorns@users.sourcefo...
2003-04-27 Hartmut Birr- Initialize the fpu control register within the contex...
2003-04-26 KJK::HyperionMy biggest commit so far (everything compiles and appar...
2003-04-03 KJK::Hyperion - Nebbet-ized a couple of Zw types [tested]
2003-03-31 Gé van GeldorpAdd \SystemRoot\system32 to the search path for implici...
2003-02-27 Eric KohlTerminate service name string.
2003-02-03 Gé van GeldorpSet page protection for images having section alignment...
2002-11-15 Eric KohlCreate process parameter block for initial process...
2002-11-12 Eric KohlReworked initial process loader.
2002-11-10 Casper Hornstrup2002-11-10 Casper S. Hornstrup <chorns@users.sourcefo...
2002-11-05 Hartmut Birr* Fixed the length for the page protection.
2002-10-30 Eric KohlFixed wrong r/o protection of excessive pages. Spotted...
2002-10-01 Casper Hornstrup2002-10-01 Casper S. Hornstrup <chorns@users.sourcefo...
2002-09-11 KJK::HyperionPath to SMSS can be now set in the registry value REGIS...
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-08-25 Robert DickensonAdded a whole lot of CVS sugar so I can use WinCVS...
2002-08-20 KJK::HyperionNew macros InitializeUnicodeString(), RtlInitUnicodeStr...
2002-08-14 David Welch2002-08-14 David Welch <welch@computer2.darkstar...
2002-08-10 David Welch2002-08-10 David Welch <welch@computer2.darkstar...
2002-08-08 David Welch2002-08-08 David Welch <welch@computer2.darkstar...
2002-07-18 David WelchSymbol loading working in kdb.
2002-07-17 David WelchFixed null pointer exceptions.
2002-07-17 David WelchFixed some bugs.
2002-07-13 Casper Hornstrup2002-07-13 Casper S. Hornstrup <chorns@users.sourcefo...
2002-06-27 Eric KohlAdded check for loaded module prior to loading it.
2002-06-16 Eric KohlFixed loading of symbol files.
2002-06-14 Eric KohlFixed automatic loading of required modules.
2002-06-13 Eric KohlFixed driver unloading upon failing initialization.
2002-06-12 Eric KohlUse the registry to load system start drivers.
2002-06-12 Casper Hornstrup* Call RtlCreateUnicodeString() instead of RtlInitUnico...
2002-06-11 Eric KohlFixed LdrpCompareModuleNames() to accept fully qualifie...
2002-06-10 Eric KohlChanged data structure which represents driver objects...
2002-06-10 Eric KohlMoved io/drvlck.c to mm.
2002-06-07 Eric KohlLet services.exe load the auto-start drivers.
2002-05-16 Eric KohlModified LdrLoadModule() to return NTSTATUS.
2002-05-08 Casper HornstrupSupport multiple debug targets at the same time.
2002-05-02 David WelchFixed irq problems.
2002-04-27 Hartmut BirrAdded npfs.sys to the automatic loaded drivers.
2002-02-19 Eric Kohl- Fixed object creation. Named objects are now automati...
2002-02-12 Jason FilbyNo need to load vgamp.sys on startup
2002-02-10 Casper HornstrupDisplay driver name when loading it.
2002-02-09 Casper HornstrupOops...don't load that driver.
2002-02-09 Casper HornstrupAccept /DEBUGPORT=GDB and /DEBUGPORT=PICE on command...
2002-02-08 Casper HornstrupRemoved or changed debug prints printed at boot.
2002-01-23 Casper HornstrupAdded GNU Debugger stub for remote debugging.
2002-01-02 Casper HornstrupFree memory for symbols when process is terminated.
2001-12-05 David WelchFixed security define spelling
2001-12-02 David WelchRemove debugging changes.
2001-12-02 David WelchImplemented LPC sections
2001-09-16 Casper HornstrupEnumerate legacy devices
2001-09-01 Casper HornstrupImplemented many console & registry functions to get...
2001-08-30 David WelchChanged internal/config.h -> roscfg.h in a number of...
2001-08-26 Eric KohlFixed callback calling conventions (part 1).
2001-08-22 Rex JolliffDriverEntry is now called with correct parameters
2001-08-21 Casper HornstrupMajor update of the build system:
2001-08-07 Eric KohlChanged stack allocation.
2001-08-03 Eric KohlFixed stack allocation for initial process (smss.exe).
2001-07-30 Rex Jolliffsome changes to support loading actual drivers
2001-06-16 Eric KohlChanged ObCreateObject() to a more nt-compatible format.
2001-06-12 Eric KohlFixed some NT compatibility issues in Nt[Query/Set...
2001-06-04 Casper HornstrupRaw IP and ICMP fixes
2001-05-26 Jason FilbyLoad PS/2 mouse and mouse class drivers on startup
2001-05-05 Casper HornstrupAdded runtime configuration of debug prints from kernel...
2001-05-05 Eric KohlAdded mailslot fs driver
2001-05-01 Casper HornstrupPreparations for checked/free like builds (CPRINT ...
2001-04-26 Phillip SusiUndo last change removing config.h, which is now correc...
2001-04-26 Phillip SusiRemoved references to obsolete config.h preventing...
2001-04-23 Emanuele AlibertiCompilation bug fixed (due to having used an "unknown...
2001-04-16 David WelchSMP detection work
2001-04-11 Casper HornstrupAdded loading of symbols when modules are loaded.
2001-03-30 David WelchEnable atom functions
2001-03-27 David WelchPrint addresses in stack frames even early in the boot
2001-03-16 David WelchRemoved obsolete header files
2001-03-07 David WelchMore .cvsignore files
2001-03-07 David WelchAdded tagging of most allocates
2001-02-21 Eric KohlImplemented forwarded exports in kernel-mode
2001-02-10 David WelchSection and general memory manager enhancements includi...
2001-01-24 Phillip SusiFixed kernel loader code also to handle uninitialized...
2001-01-23 Eric KohlRemoved fixed stack base address
next