- Fixed the freeing of memory from boot load drivers.
[reactos.git] / reactos / ntoskrnl / io / driver.c
2003-10-12 Hartmut Birr- Fixed the freeing of memory from boot load drivers.
2003-10-07 Eric KohlCreate type objects for all object types.
2003-10-06 Filip NavaraFixed line endings.
2003-10-06 Filip NavaraI commited more files than I wanted by mistake. :(...
2003-10-06 Filip NavaraAdded vfw.h header for compiling comctl32.dll with...
2003-09-29 Filip NavaraThis is first part of patch to get loading boot bus...
2003-09-25 Filip NavaraFixed line endings.
2003-09-25 Filip NavaraPlug & Play manager improvments + few other things
2003-08-24 David Welch- Fill in the DriverBase and DriverSize fields in the...
2003-07-11 Royce Mitchell IIIfinished applying @implemented and @unimplemented comme...
2003-07-10 Royce Mitchell III@implemented and @unimplemented comments for ntoskrnl...
2002-09-08 Casper HornstrupReverted latest changes.
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.