Respect the fact, that the driver can return NULL-pointer, instead of a string having...
[reactos.git] / reactos / ntoskrnl / io / iomgr.c
2005-11-28 Alex Ionescu- Support INIT section pragmas for msvc. Patch by Breze...
2005-11-16 Aleksey BraginFix IoIsWdmVersionAvailable() to confirm we're compatib...
2005-08-07 Alex Ionescu- Completely reimplement NtWaitForMultipleObjects:
2005-07-30 Filip Navara- Replace MODULE_OBJECT with LDR_DATA_TABLE_ENTRY.
2005-07-05 Thomas Bluemelfixed some signed/unsigned comparison warnings with...
2005-06-25 Alex IonescuBuild ntoskrnl with NDK, and don't use rosrtl
2005-06-21 KJK::HyperionPartial merge from the ROX-U branch (various fixes...
2005-06-18 Filip NavaraUse W32API for NTOSKRNL.
2005-06-04 Eric Kohl- Create device instance key for root device node.
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-21 Hervé PoussineauRemove some debug messages at boot (DPRINT1 changed...
2005-05-20 Steven Edwardsstarted moving tags to a private internal header
2005-05-20 Hervé PoussineauRemove some debug messages at boot
2005-05-16 Hervé PoussineauDon't send multiple IRP_MJ_PNP/IRP_MN_START_DEVICE...
2005-05-16 Casper HornstrupMerge 15268:15329 from trunk
2005-05-15 Alex IonescuMake Object Type creation compatible with OB 2.0 from...
2005-05-15 Alex IonescuRemoved incorrect Create/DuplicationNotify callbacks...
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-13 Alex IonescuFix lookaside structures, rewrite lookaside code to...
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-30 Hervé PoussineauImplement IoRegisterPlugPlayNotification, IoUnregisterP...
2005-04-28 Alex IonescuIO Manager Cleanup continues:
2005-04-25 Alex IonescuKD System Rewrite:
2005-04-23 Alex IonescuSmall Debugging Services re-arrangement. /dbgk created...
2005-04-17 Alex IonescuPut in alphabetical order, remove IopCreateDevice,...
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-04-01 Gunnar Dalsnesmmfuncs.h: add MmGetSystemAddressForMdlSafe/MmMapLocked...
2005-03-19 Thomas Bluemel- correctly deny access to handles when rights requeste...
2005-03-13 Thomas Bluemel- fixed handle table structures
2005-03-12 Thomas BluemelAlex Ionescu <ionucu@videotron.ca>
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
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-17 Thomas Bluemel1. object type names are stored in ntoskrnl's image...
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi (again)
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-04 Gunnar Dalsnes-move structs OBJECT_TYPE/OBJECT_HEADER into private...
2004-12-21 Gé van Geldorp- Standardize I/O Completion Port initialization function
2004-11-21 Alex IonescuHal DMA Patch: Implemented correct AdapterObject, updat...
2004-11-06 Alex IonescuReimplimented IO Timers correctly.
2004-09-08 Eric KohlAdd support for setting a security descriptor for a...
2004-09-07 Eric KohlReturn a security descriptor that grants full access...
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-07-22 Eric Kohl- Add security function for file and registry key objects.
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-05-09 Hartmut Birr- Put the event from file object as user event into...
2004-05-02 Eric KohlAdd missing io performance counters.
2004-03-27 Filip Navara- Rewritten some driver loading functions to get higher...
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2003-12-31 Hartmut Birr- Set the flag IRP_CLOSE_OPERATION in IopDeleteFile.
2003-11-18 Eric KohlInitialize error log worker.
2003-11-17 KJK::HyperionMoved and renamed some ReactOS specific macros
2003-11-14 Eric KohlFixed io statistic variables and initialized spinlock.
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-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-07-11 Royce Mitchell IIIfinished applying @implemented and @unimplemented comme...
2003-07-10 Royce Mitchell III@implemented and @unimplemented comments for ntoskrnl...
2003-06-02 Eric Kohl- Implemented ObQueryNameString().
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...
2002-11-05 Hartmut Birr* Setting the DeviceObject and Vbp for given FileObject...
2002-10-05 David WelchImplemented IO work queue functions using the system...
2002-10-03 Robert DickensonAdded call to possibly tempory IoInitializeWorkerThreads.
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupRemove some debugging code.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-08-20 KJK::HyperionNew macros InitializeUnicodeString(), RtlInitUnicodeStr...
2002-08-14 David Welch2002-08-14 David Welch <welch@computer2.darkstar...
2002-06-10 Eric KohlMoved io/drvlck.c to mm.
2001-12-05 David WelchFixed security define spelling
2001-08-26 Eric KohlFixed callback calling conventions (part 1).
2001-05-01 Casper HornstrupPreparations for checked/free like builds (CPRINT ...
2001-03-07 David WelchAdded tagging of most allocates
2001-01-28 Eric KohlAdded mapping of access rights
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 Eric KohlImplemented vpb spinlock
2000-06-29 David WelchMade header file usage more consistent
2000-06-15 Eric KohlImproved symbolic links (reparsing).
2000-05-09 Eric KohlFixed or added exported object type variables
next