Put in alphabetical order, remove IopCreateDevice, and remove incorrect implementatio...
[reactos.git] / reactos / ntoskrnl / io / driver.c
2005-04-17 Alex IonescuPut in alphabetical order, remove IopCreateDevice,...
2005-04-16 Alex IonescuMore I/O Stuff that was leftover in the old branch...
2005-04-11 Hervé PoussineauDon't call DriverEntry more than once. Fix suggested...
2005-04-11 Hervé PoussineauFilip Navara <xnavara@volny.cz>: Use correct service...
2005-03-19 Thomas Bluemel- correctly deny access to handles when rights requeste...
2005-03-14 Thomas BluemelAlex Ionescu <ionucu@videotron.ca>
2005-03-08 Filip NavaraFix failure case in IoConnectInterrupt.
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-17 Thomas Bluemel1. object type names are stored in ntoskrnl's image...
2005-02-07 Eric Kohl- Nt->Zw
2005-02-02 Gé van GeldorpStore symbolic information in a .rossym section in the
2005-02-01 Gunnar DalsnesRtlCreateUnicodeString->RtlpCreateUnicodeString
2005-01-26 Alex IonescuStandardize comment headers. Patch by Trevor McCort
2005-01-12 Filip NavaraHervé Poussineau <poussine@freesurf.fr>
2005-01-05 Hartmut Birr- Initialize the symbols for boot load driver before...
2005-01-04 Gunnar Dalsnes-move structs OBJECT_TYPE/OBJECT_HEADER into private...
2005-01-01 Hartmut Birr- Fixed a length calculation in IopInitializeDriverModule.
2005-01-01 Alex IonescuFix more old cruft.
2004-12-30 Alex IonescuImplemented:
2004-12-23 Filip Navara- Check the return value of LdrProcessModule instead...
2004-12-09 Royce Mitchell IIIallow data from SYM files to be used in stack traces...
2004-11-07 Filip Navara- Initialize DriverObject->HardwareDatabase for newly...
2004-09-24 Eric Kohl- Print correct ReactOS version in the boot log header.
2004-09-23 Eric KohlImplement boot logging. Add /BOOTLOG to the command...
2004-09-20 Hartmut Birr- Implemented the loading of drivers according to the...
2004-09-07 Eric KohlIopInvalidDeviceRequest must return STATUS_INVALID_DEVI...
2004-08-21 Mike NordellFix misplaced STDCALL
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-06-23 Alex IonescuAdded Io Stubs
2004-06-20 Filip Navara- Fixed memory corruption in IopInitializeBuiltinDriver.
2004-06-02 Hartmut Birr- Fixed the searching for boot load drivers. This solve...
2004-04-12 Filip Navara- Remove the hack implemenation of LookupPrivilegeValueW.
2004-04-11 Jason FilbyTwo DPRINTs for NtLoadDriver failure cases
2004-03-28 Filip Navara- I accidently ommited two '*' and caused a random...
2004-03-28 Filip Navara- Fixed a dumb ExFreePool that I accidently left there.
2004-03-28 Filip Navara- Fixed a minor bug in IopLoadServiceModule that caused...
2004-03-28 Filip Navara- Minor cleanup and fixed few memory leaks on driver...
2004-03-27 Filip Navara- Rewritten some driver loading functions to get higher...
2004-03-21 Filip Navara- Support for upper level filter drivers.
2004-03-19 Filip Navara- Lower IRQL in error case of IoAllocateDriverObjectExt...
2004-03-14 Filip Navara- Don't load PnP drivers if they're disabled.
2004-03-12 Filip Navara- Implemented IoGetDriverObjectExtension and IoAllocate...
2004-01-10 Hartmut Birr- Fixed the freeing of boot driver memory if KDBG is...
2003-12-30 Aleksey BraginContinue of MSVC-compiling changes....
2003-12-15 Eric KohlImplemented driver reinitialization.
2003-11-17 KJK::HyperionMoved and renamed some ReactOS specific macros
2003-10-30 Filip Navara- Fixed loading of symbols when compiled with DBG=1...
2003-10-28 Filip Navara- Fixed loading of symbols when compiled with DBG=1.
2003-10-23 Hartmut Birr- Fixed the length calculation of some unicode strings.
2003-10-16 Filip NavaraFixed a small bug in IopInitializeBuiltinDriver.
2003-10-16 Eric Kohl- Moved and renamed RtlpCreateRegistryKeyPath() to...
2003-10-16 Eric KohlRemoved calls to RtlpGetRegistryHandle().
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-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.