Fixed some bugs.
[reactos.git] / reactos / ntoskrnl / ldr / loader.c
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-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-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 WelchAdded tagging of most allocates
2001-02-21 Eric KohlImplemented forwarded exports in kernel-mode
2001-01-18 Eric KohlImplemented system module Information
2000-10-22 Eric KohlRemoved obsolete linux header files
2000-10-08 David WelchAdditional bug fixes
2000-10-07 David WelchAdded multiboot support to ntoskrnl
2000-08-26 Eric KohlReplaced call to LdrLoadModule() by call to ZwSetSystem...
2000-08-24 Eric KohlMinor ide driver cleanup
2000-08-12 David WelchUpdated CREDITS
2000-07-19 David WelchRemoved broken dma code
2000-07-04 David WelchAdded working set functions
2000-06-29 David WelchMade header file usage more consistent
2000-06-19 Eric KohlRemoved invalid includes
2000-06-15 Eric KohlImproved symbolic links (reparsing).
2000-05-09 Eric KohlFixed or added exported object type variables
2000-04-05 Eric KohlAdded hal functions
2000-04-02 Jason FilbyAll video related files now loaded by win32k
2000-03-22 David WelchUpdated the minix driver
2000-03-19 Emanuele AlibertiSome clean-up in ntoskrnl/mm. MmAllocateSection prototy...
2000-03-17 Jason FilbyMiniport driver now loaded from win32k
2000-02-27 Eric KohlFixed some unicode initialization bugs
2000-02-25 Eric KohlRemoved useless debug messages and header files
2000-02-13 David WelchMoved user-process loading into ZwCreateProcess
2000-02-03 Phillip SusiFixed loader bugs, still needs reworked to create multi...
2000-01-31 Eric KohlFixed an invalid printf() format type
2000-01-26 Jason Filby*** empty log message ***
2000-01-12 Eric KohlAdded missing printf() functions
1999-12-22 David WelchCorrected additional object manager issues pointed...
1999-12-13 David WelchReworked APC and waiting code, seems more stable now
1999-12-04 Brian PalmerFixed bug in LdrPEProcessModule() so that it correctly...
1999-11-24 David WelchBegan converting minix fsd to work with new caching...
1999-11-02 David WelchImproved scheduling code
1999-10-28 Rex JolliffFixed problems with vidport and vga loading
1999-10-24 Rex JolliffChanges to get video drivers and win32k to load
1999-10-23 Rex JolliffAdded vidport.sys to auto loaded drivers
1999-10-20 Rex JolliffChanged name to conform with kernel naming convention
1999-10-07 Eric KohlFixed header inclusion order.
1999-09-05 Eric KohlRemoved unused stuff.
1999-07-17 Emanuele Alibertifixes
1999-06-14 Rex Jolliffuntested implementation of the registry
1999-06-09 David WelchImplemented ZwOpenProcess corrected
1999-06-04 Rex JolliffAdded PE loader to LOADROS. Updated symbol search in...
1999-05-29 David WelchLots of changes to the kernel
1999-05-28 Rex JolliffFirst hack at KMDLLs
1999-05-11 Eric KohlFixed LARGE_INTEGER hack.
1999-04-27 Eric KohlFixed LARGE_INTEGER handling
1999-04-10 David WelchPartially implemented PEB
1999-04-05 David WelchImproved GDT managment
1999-03-26 David WelchMade process execution work again
1999-03-25 David WelchCleaned up code a bit
1999-03-19 Rex JolliffMerged mingw32 branch into main trunk
1999-02-12 Rex JolliffAdded check for ROSKRNL.EXE kernel import references
next