some %x -> %p fixes
[reactos.git] / reactos / ntoskrnl / io / device.c
2005-07-04 Thomas Bluemelsome %x -> %p fixes
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-20 Steven Edwardsstarted moving tags to a private internal header
2005-05-18 Hervé PoussineauBasic resources device allocation (doesn't prevent...
2005-05-17 Alex IonescuSorry for the nonatomic commit
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-12 Alex IonescuFix uninit var
2005-05-12 Alex IonescuSmall fix.
2005-05-12 Alex Ionescucleanup NtDeviceIoControlFile a bit...remove some redun...
2005-05-09 Steven Edwardsstrip whitespace from end of lines
2005-05-05 Casper HornstrupMerge 14551:14980 from trunk
2005-05-05 Hervé PoussineauChange ExFreePool to ExFreePoolWithTag
2005-05-05 Casper HornstrupCopy wininet to branch
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-28 Alex IonescuIO Manager Cleanup continues:
2005-04-23 Hartmut BirrRemoved a wrong additional reference in IoCreateDevice.
2005-04-19 Thomas Bluemelconvert the device object to a temporary device before...
2005-04-19 Thomas Bluemel- Delete named objects from the namespace when the...
2005-04-17 Alex IonescuPut in alphabetical order, remove IopCreateDevice,...
2005-04-17 Alex IonescuIoCreateDevice Changes:
2005-04-16 Alex IonescuMore I/O Stuff that was leftover in the old branch...
2005-04-16 Alex IonescuAdd file object flags, complete DEVOBJ_EXTENSION, and...
2005-04-14 Hervé PoussineauChange debug messages to more neutral ones
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-03-19 Thomas Bluemel- correctly deny access to handles when rights requeste...
2005-03-12 Filip NavaraAlex Ionescu <ionucu@videotron.ca>
2005-03-11 Hervé PoussineauAdd semi-implementation of AttachDeviceToDeviceStackSafe
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi
2005-02-07 Eric Kohl- Nt->Zw
2005-01-26 Alex IonescuStandardize comment headers. Patch by Trevor McCort
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2004-12-27 Eric KohlEnumerate FILE_DEVICE_BUS_EXTENDER and FILE_DEVICE_ACPI...
2004-12-24 Filip Navara- Fix compilation with GCC 4.0-20041219.
2004-11-18 Eric KohlPass a fake translated resource list to a driver when...
2004-11-15 Eric KohlAdd support for FILE_AUTOGENERATED_DEVICE_NAME to IoCre...
2004-11-06 Alex IonescuReimplimented IO Timers correctly.
2004-10-23 Filip Navara- Minor device node fixes.
2004-10-23 Gregor AnichFixed debug build
2004-10-23 Eric KohlUpdate DEVICE_NODE structure but some ReactOS specific...
2004-10-22 Eric KohlUse upper-case ASSERT macros.
2004-10-22 Eric Kohl- Remove obsolete variables from the DEVICE_NODE struct...
2004-08-21 Mike NordellFix misplaced STDCALL
2004-08-18 Filip Navara- Copy over device object SectorSize and AlignmentRequi...
2004-08-18 Eric KohlDon't retrieve a resource list when a device gets start...
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-08-14 Eric KohlTry to retrieve the resource list before starting a...
2004-08-12 Alex IonescuI/O Manager fixes. Patch by Filip Navara.
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-04-08 Filip Navara- Don't bugcheck if FDO wasn't attached.
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.
2004-03-07 Filip Navara- Fixed RtlFormatCurrentUserKeyPath and it's use.
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2003-12-15 Eric KohlImplemented driver reinitialization.
2003-10-16 Eric Kohl- Moved and renamed RtlpCreateRegistryKeyPath() to...
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-09-25 Eric KohlReplaced ObRosCreateObject() by ObCreateObject() and...
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-06-07 Casper Hornstrup2003-06-07 Casper S. Hornstrup <chorns@users.sourcefo...
2003-06-04 Gunnar Dalsnes-Impl. IoGetRelatedDeviceObject
2003-05-13 Casper Hornstrup2003-05-13 Casper S. Hornstrup <chorns@users.sourcefo...
2003-05-12 Eric KohlAdded ability to open a file using a handle to a direct...
2003-02-19 Gé van GeldorpDon't pass (unused) DeviceHandle into ObCreateObject...
2002-10-03 Robert DickensonSome debug macro changes.
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
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.
2002-05-16 Eric KohlModified LdrLoadModule() to return NTSTATUS.
2002-05-05 Casper HornstrupFixed warnings and errors so ReactOS can be compiled...
2002-04-19 Eric KohlFixed a silly bug! I forgot to move an #include line...
2002-04-19 Eric KohlRestricted mounting of file systems (e.g. don't try...
2002-04-10 Eric KohlMoved IoVerifyVolume().
2002-03-24 Eric KohlInitialized device lock event.
2002-02-19 Eric Kohl- Fixed object creation. Named objects are now automati...
2001-09-16 Casper HornstrupEnumerate legacy devices
2001-09-01 Casper HornstrupImplemented many console & registry functions to get...
2001-08-30 David WelchChanged internal/config.h -> roscfg.h in a number of...
2001-08-26 Eric KohlFixed callback calling conventions (part 1).
2001-08-22 Rex JolliffDriverEntry is now called with correct parameters
next