implemented sweeping of handle tables
[reactos.git] / reactos / ntoskrnl / io /
2005-06-04 Alex IonescuFix filip's fixme and alex's fixme (ie: make IRP cancel...
2005-05-31 Hartmut BirrTry always to open a file as named object first.
2005-05-31 Hartmut BirrChanged the indentation to a more readable format ...
2005-05-30 Hervé PoussineauRead resource requirements list for devices enumerated...
2005-05-30 Hervé PoussineauWrite resource requirements list in the registry, inste...
2005-05-29 Hervé PoussineauRead device instance IDs in registry instead of forcing...
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-24 Alex IonescuFix memory leaks in object manager, use tags and use...
2005-05-21 Eric KohlIoRegisterDeviceInterface: Create nested keys one-by...
2005-05-21 Hervé PoussineauRemove some debug messages at boot (DPRINT1 changed...
2005-05-21 Hartmut BirrSet the flag FO_DIRECT_DEVICE_OPEN after the call to...
2005-05-20 Steven Edwardsmove the rest of the alread defined tags to the private...
2005-05-20 Steven Edwardsstarted moving tags to a private internal header
2005-05-20 Hervé PoussineauRemove some debug messages at boot
2005-05-20 Hervé PoussineauIopAssignDeviceResources():
2005-05-20 Hervé PoussineauRemove some debug messages at boot
2005-05-19 Hervé PoussineauIoGetDeviceProperty():
2005-05-19 Hervé PoussineauDon't create a new DriverObject if one is already existing
2005-05-19 Alex IonescuUnnamed objects do not have a base directory.
2005-05-19 Alex IonescuDon't free io completion packet twice
2005-05-19 Alex Ionescufix boot on vmware
2005-05-19 Alex Ionescufix compiling
2005-05-18 Hervé PoussineauBasic resources device allocation (doesn't prevent...
2005-05-18 Alex IonescuObject Manager Patch. This patch continues the work...
2005-05-18 Alex IonescuPrettify usetup a bit, show a warranty page before...
2005-05-18 Alex IonescuFix usetup. This hack needs to remain even though it...
2005-05-17 Alex IonescuSorry for the nonatomic commit
2005-05-17 Alex IonescuSorry for the nonatomic commit
2005-05-17 Alex IonescuShare NtDevice/FsIoControlFile, fixes NtFsControlFile...
2005-05-17 Hartmut Birr- Reference the file object in IopSecurityFile.
2005-05-17 Hervé PoussineauDon't empty the DriverObject extension if it is already...
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 Hartmut BirrDon't push an already freed irp to the list (in IoFreeIrp).
2005-05-15 Alex IonescuRemoved incorrect Create/DuplicationNotify callbacks...
2005-05-14 Emanuele AlibertiLittle fix to compile with gcc 3.4.2
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-13 Alex IonescuCleanup ntlock/unlockfile with proper io semantics...
2005-05-13 Alex IonescuFix IRP structure (add missing member) and optimize...
2005-05-13 Alex IonescuImplement Lookaside List allocation and release for...
2005-05-13 Alex IonescuFix lookaside structures, rewrite lookaside code to...
2005-05-12 Casper HornstrupMerge 12736:14980 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-10 Hervé PoussineauAllow a NULL PeripheralType in IoQueryDeviceDescription
2005-05-10 Hervé PoussineauImplement IoInvalidateDeviceRelations
2005-05-09 Alex IonescuReuse buffer in IopQueryNameFile, since it's temporary...
2005-05-09 Alex IonescuRevert most of IoCreateStreamFileObject... it's wrong...
2005-05-09 Phillip SusiFixed backwards access check that was causing NtWriteFi...
2005-05-09 Hartmut BirrRemoved the deallocation of the irp on error after...
2005-05-09 Steven Edwardsstrip the whitespace one more time
2005-05-09 Alex IonescuMake the remaning code match the current formatting...
2005-05-09 Alex IonescuFix IopSecurityFile: Do not use BuildFsd, create IRP...
2005-05-09 Alex IonescuFix NtSetInformationFile: Cleanup FileCompletionInforma...
2005-05-09 Alex IonescuFix NtWriteFile: Get right Deviceobject, Use FileObject...
2005-05-09 Steven Edwardsstrip whitespace from end of lines
2005-05-09 Alex IonescuFix KDBG and enable IRP_NOCACHE for ReadFile. Also...
2005-05-09 Alex IonescuFix uninitailzied variable on dbg=0
2005-05-09 Alex IonescuGrrr..it's getting late or something. CORRECT fix.
2005-05-09 Alex IonescuSorry, wrong version got commited
2005-05-09 Alex IonescuFix a previous bug and fix NtReadFile: Read FileObject...
2005-05-08 Alex IonescuFix NtQueryDirectoryFile to wait on right status, to...
2005-05-08 Hartmut BirrFixed the unlocking of pages from a mdl.
2005-05-08 Hartmut BirrFree the irp after a close operation.
2005-05-08 Hartmut BirrFree the irp after a close operation.
2005-05-08 Hartmut Birr- Changed IopCompleteRequest back to the old schematics...
2005-05-07 Alex IonescuFix driver loading. patch by tinus
2005-05-07 Alex IonescuMore IRP Completion changes. Use proper stack count...
2005-05-07 Alex IonescuUpdate ETHREAD to latest version.
2005-05-06 Alex IonescuUpdate EPROCESS to latest version. Basic Fast Referenci...
2005-05-06 Thomas Bluemeldon't leak the registry path string after initializing...
2005-05-05 Hervé PoussineauRtlFreeUnicodeString -> ExFreePool changes
2005-05-05 Casper HornstrupMerge 14551:14980 from trunk
2005-05-05 Hervé PoussineauChange ExFreePool to ExFreePoolWithTag
2005-05-05 Hervé PoussineauBetter handle of wrong arguments in IoRegisterDeviceInt...
2005-05-05 Hervé PoussineauCall Fs notifications at PASSIVE_LEVEL by using a guard...
2005-05-05 Alex IonescuSimply fix up the formatting, there were tabs and 3...
2005-05-05 Hartmut Birr- Free always the name string and the completion contex...
2005-05-05 Hartmut Birr- Guard the copying to the IOSB.
2005-05-05 Casper HornstrupCopy wininet to branch
2005-05-05 Thomas Bluemel- fixed RegSetValueEx to take the null-terminating...
2005-05-03 Hartmut BirrDo always set the UserIosb of an irp in IoSecondStageCo...
2005-05-02 Alex IonescuSame kind of fixes for NtFlushBuffersFile
2005-05-02 Alex IonescuFix NtQueryInformationFile. Use right device object...
2005-05-01 Alex IonescuDo not signal event twice. Thanks to Gunnar for finding...
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-05-01 Hervé PoussineauPlease give names to your PDOs. Should correct the...
2005-05-01 Alex IonescuFix IopCloseFile: Use IRP_SYNC_API flag, use local...
2005-05-01 Alex IonescuFix IopDeleteFile: Use IRP_SYNC_API flag, use local...
2005-05-01 Thomas Bluemelfixed some warnings with gcc4 (mostly assignment differ...
2005-04-30 Eric KohlNtQueryInformationFile/NtSetInformationFile:
2005-04-30 Alex IonescuAdd hack for ROS's weird behavior. Will investigate...
2005-04-30 Alex IonescuRemove debug message
2005-04-30 Hervé PoussineauI forgot to dereference FileObject in IoSetDeviceInterf...
2005-04-30 Hervé PoussineauImplement IoRegisterPlugPlayNotification, IoUnregisterP...
2005-04-29 Alex IonescuIRP Completion Fixes for 2nd-Stage:
next