Initialize DescriptorTranslated->u.Interrupt.Level before calling HalGetInterruptVect...
[reactos.git] / reactos / ntoskrnl / io / pnpmgr.c
2005-07-29 Filip NavaraInitialize DescriptorTranslated->u.Interrupt.Level...
2005-07-22 Thomas Bluemel- replaced IopCreateUnicodeString with RtlCreateUnicode...
2005-07-04 Thomas Bluemelsome %x -> %p fixes
2005-06-25 Alex IonescuBuild ntoskrnl with NDK, and don't use rosrtl
2005-06-18 Filip NavaraUse W32API for NTOSKRNL.
2005-06-06 Eric KohlDisable patch 15796 because it breaks the bootcd.
2005-06-04 Eric Kohl- Create device instance key for root device node.
2005-05-30 Hervé PoussineauWrite resource requirements list in the registry, inste...
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-20 Hervé PoussineauIopAssignDeviceResources():
2005-05-19 Hervé PoussineauIoGetDeviceProperty():
2005-05-19 Hervé PoussineauDon't create a new DriverObject if one is already existing
2005-05-19 Alex Ionescufix compiling
2005-05-18 Hervé PoussineauBasic resources device allocation (doesn't prevent...
2005-05-16 Hervé PoussineauDon't send multiple IRP_MJ_PNP/IRP_MN_START_DEVICE...
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-10 Hervé PoussineauImplement IoInvalidateDeviceRelations
2005-05-09 Steven Edwardsstrip whitespace from end of lines
2005-05-05 Casper HornstrupMerge 14551:14980 from trunk
2005-05-05 Casper HornstrupCopy wininet to branch
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
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-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-03-25 Royce Mitchell IIIpatch by Filip Navara:
2005-03-13 Thomas Bluemel- fixed handle table structures
2005-03-13 Hartmut BirrInitialized the key name before each call to ZwCreateKe...
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-02-07 Eric Kohl- Nt->Zw
2005-02-05 Eric Kohl- Link ntoskrnl against libwdmguid.a.
2005-02-01 Eric KohlFirst attempt at implementing NtGetPlugPlayEvent.
2005-01-26 Alex IonescuStandardize comment headers. Patch by Trevor McCort
2005-01-23 Thomas Bluemelget rid of the reactos-only RTL_REGISTRY_ENUM flag...
2005-01-01 Alex IonescuRemove unneeded defines and fix hal operation function...
2004-11-19 Filip Navara- Correctly calculate size of the CM_RESOURCE_LIST...
2004-11-09 Alex IonescuSilence informational messages.
2004-11-08 Thomas Bluemeldon't return uninitialized variable. thx to Alex.
2004-11-07 Filip Navara- Export the InitSafeBootMode variable as per KB83764.
2004-11-07 Filip Navara- New and complete implementation of IoOpenDeviceRegist...
2004-10-23 Filip Navara- Minor device node fixes.
2004-10-23 Gregor AnichFixed debug build, uncommented NDEBUG in io/pnpmgr.c
2004-10-23 Eric KohlUpdate DEVICE_NODE structure but some ReactOS specific...
2004-10-22 Filip Navara- Check for DeviceNode->CapabilityFlags being NULL...
2004-10-22 Eric KohlUse upper-case ASSERT macros.
2004-10-22 Eric KohlFix a debug message
2004-10-22 Eric Kohl- Remove obsolete variables from the DEVICE_NODE struct...
2004-10-21 Art YerkesAdded null check for CapabilityFlags.
2004-10-19 Hartmut Birr- Fixed the size calculation of the resource list in...
2004-10-19 Filip Navara- Fix various bugs in IoGetDmaAdapter.
2004-10-11 Eric KohlStore device instance data in the registry.
2004-10-11 Filip Navara- Allow querying information for root enumerated device...
2004-10-10 Gregor AnichFixed compiler warning ('RegistryPropertyName' might...
2004-10-09 Filip Navara- Implement IoOpenDeviceRegistryKey for PLUGPLAY_REGKEY...
2004-08-21 Mike NordellFix misplaced STDCALL
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-08-01 Filip Navara- Replace some usages of KEBUGCHECK(0) with correct...
2004-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-06-23 Alex IonescuAdded Io Stubs
2004-06-10 Eric KohlRetrieve Hardware IDs and Compatible IDs from the bus...
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-20 Filip Navara- Minor correction to IopGetSystemPowerDeviceObject.
2004-03-18 Filip Navara- Fixed return status of IoGetDeviceProperty.
2004-03-14 Filip Navara- Don't load PnP drivers if they're disabled.
2004-03-12 Filip Navara- Implemented IoGetDriverObjectExtension and IoAllocate...
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2003-10-16 Eric Kohl- Moved and renamed RtlpCreateRegistryKeyPath() to...
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-03 Filip NavaraFixed DPRINT in IopInvalidateDeviceRelations.
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-09-28 Filip NavaraSetting of device node flags DNF_PROCESSED and DNF_ENUM...
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-21 Royce Mitchell IIIcreated KEBUGCHECK, KEBUGCHECKEX, KEBUGCHECKWITHTS...
2003-07-11 Royce Mitchell IIIfinished applying @implemented and @unimplemented comme...
2003-07-10 Royce Mitchell III@implemented and @unimplemented comments for ntoskrnl...
2003-01-16 Eric KohlRemoved outdated and duplicate bugcode definition.
2002-10-03 Robert DickensonAdded exports to def/edf files and modified some pnp...
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-07-17 David WelchFixed null pointer exceptions.
2002-06-10 Eric KohlChanged data structure which represents driver objects...
2001-09-16 Casper HornstrupEnumerate legacy devices
2001-09-01 Casper HornstrupImplemented many console & registry functions to get...
2001-05-01 Casper HornstrupPreparations for checked/free like builds (CPRINT ...
2001-04-16 Casper HornstrupAdded PnP and Power stubs