Don't call DriverEntry more than once. Fix suggested by Filip Navara.
[reactos.git] / reactos / ntoskrnl / include / internal / io.h
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-12 Thomas BluemelAlex Ionescu <ionucu@videotron.ca>
2005-03-05 Filip Navara- Implement NtCancelIoFile.
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-05 Eric Kohl- Link ntoskrnl against libwdmguid.a.
2005-02-01 Eric KohlFirst attempt at implementing NtGetPlugPlayEvent.
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2004-12-21 Gé van Geldorp- Standardize I/O Completion Port initialization function
2004-11-25 Alex IonescuFix IO completion APIs/Structures.
2004-11-19 Filip Navara- Correctly calculate size of the CM_RESOURCE_LIST...
2004-11-06 Alex IonescuReimplimented IO Timers correctly.
2004-10-23 Filip Navara- Minor device node fixes.
2004-10-23 Eric KohlUpdate DEVICE_NODE structure but some ReactOS specific...
2004-10-22 Eric Kohl- Remove obsolete variables from the DEVICE_NODE struct...
2004-09-23 Eric KohlImplement boot logging. Add /BOOTLOG to the command...
2004-05-02 Eric KohlAdd missing io performance counters.
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-14 Filip Navara- Don't load PnP drivers if they're disabled.
2003-12-15 Eric KohlImplemented driver reinitialization.
2003-10-15 Filip NavaraFixed driver loading order, cleaned up relevant functio...
2003-09-30 Filip Navara- Small fixies for bus drivers.
2003-09-29 Filip NavaraThis is first part of patch to get loading boot bus...
2003-08-24 David Welch- Fill in the DriverBase and DriverSize fields in the...
2003-08-14 Andrew GreenwoodReactOS W32API convert part 4
2003-06-20 Eric KohlInitial work on error logging.
2003-05-22 Gunnar Dalsnes-Fixed FileObject/Event dereferencing at IRP completion...
2003-05-13 Casper Hornstrup2003-05-13 Casper S. Hornstrup <chorns@users.sourcefo...
2003-02-25 Eric Kohl* Moved symbolic link implementation to the object...
2003-02-25 Eric Kohlno message
2002-10-05 David WelchImplemented IO work queue functions using the system...
2002-10-03 Robert DickensonAdded prototype for IoInitializeWorkerThreads, possibly...
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-08-28 Hartmut BirrMoved IoPageRead from io.h to iofuncs.h.
2002-06-12 Eric KohlUse the registry to load system start drivers.
2002-06-10 Eric KohlChanged data structure which represents driver objects...
2002-06-10 Eric KohlMoved io/drvlck.c to mm.
2002-05-15 Eric KohlAdded file system recognizer driver.
2002-04-10 Eric KohlMoved IoVerifyVolume().
2002-03-16 Eric KohlMoved CreateSystemRootLink() away.
2002-03-13 Eric KohlMoved creation of ARC names into ntoskrnl.
2001-10-10 Hartmut BirrAdded a new parameter to IoPageWrite().
2001-09-16 Casper HornstrupEnumerate legacy devices
2001-09-01 Casper HornstrupImplemented many console & registry functions to get...
2001-08-26 Eric KohlFixed callback calling conventions (part 1).
2001-08-22 Rex JolliffDriverEntry is now called with correct parameters
2001-05-01 Casper HornstrupPreparations for checked/free like builds (CPRINT ...
2001-04-03 David WelchKeep DPC queue size correct
2001-01-13 David WelchFix for vfatfs on volumes with smaller cluster sizes
2000-12-28 David WelchImplemented /Device/PhysicalMemory
2000-10-05 Eric KohlAdded registry shutdown function CmShutdownRegistry()
2000-09-10 Eric KohlImplemented driver shutdown registration
2000-08-24 Eric KohlMinor ide driver cleanup
2000-07-07 David WelchCorrected bug where user32.a wasn't being cleaned
2000-07-07 Eric KohlImplemented vpb spinlock
2000-06-29 David WelchMade header file usage more consistent