Use free Windows DDK and compile with latest MinGW releases.
[reactos.git] / reactos / ntoskrnl / io / driver.c
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-08-20 KJK::HyperionNew macros InitializeUnicodeString(), RtlInitUnicodeStr...
2002-07-18 David WelchSymbol loading working in kdb.
2002-06-27 Eric KohlAdded check for loaded module prior to loading it.
2002-06-18 Eric KohlIoDestroyDriverList(): Free memory of group and service...
2002-06-16 Eric KohlFixed loading of symbol files.
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-10 Eric KohlChanged data structure which represents driver objects...
2002-06-10 Eric KohlMoved io/drvlck.c to mm.