Properly setup the I/O stack location in IopSecurityFile.
[reactos.git] / reactos / ntoskrnl / io /
2005-07-26 Filip NavaraProperly setup the I/O stack location in IopSecurityFile.
2005-07-24 Thomas Bluemeluse ZwQueryInformationFile and ZwSetInformationFile...
2005-07-23 Hartmut BirrFixed an uninitialized variable error.
2005-07-22 Thomas Bluemel- replaced IopCreateUnicodeString with RtlCreateUnicode...
2005-07-22 Thomas Bluemelremoved MmCopyFromCaller and MmCopyToCaller and depend...
2005-07-21 Eric KohlMake IoGetDeviceObjectFromDeviceInstance work without...
2005-07-12 Alex IonescuPartial patch of larger rosrtl removal patch. This...
2005-07-05 Thomas Bluemelfixed some signed/unsigned comparison warnings with...
2005-07-04 Thomas Bluemelsome %x -> %p fixes
2005-07-04 Alex IonescuDprint fixes by our lovely Filip
2005-07-03 Eric Kohl- Implement PlugPlayControlProperty and PlugPlayControl...
2005-07-03 Eric Kohl- Move definitions from ntpnp.h into NDK and DDK
2005-07-03 Eric Kohl- Define and use PLUGPLAY_CONTROL_CLASS
2005-06-25 Alex IonescuLarge partial cleanup of ntoskrnl internal headers...
2005-06-25 Alex IonescuBuild ntoskrnl with NDK, and don't use rosrtl
2005-06-23 Alex IonescuFix bug in interrupt code
2005-06-23 Steven Edwardsproperly break it. correct typo
2005-06-23 Steven Edwardsbreak the tree for gcc 3.4.1 and gcc 4 at the request...
2005-06-23 Steven Edwardsone has to wonder if I am fixing a kernel build.....
2005-06-22 Alex IonescuFix definition of KINTERRUPT in ROS headers so that...
2005-06-21 KJK::HyperionPartial merge from the ROX-U branch (various fixes...
2005-06-21 Gé van GeldorpPatch by Hartmut Birr
2005-06-18 Filip NavaraUse W32API for NTOSKRNL.
2005-06-17 Filip NavaraFix the export of HalExamineMBR. It mustn't be aliased...
2005-06-13 Hervé PoussineauFix string returned by IoRegisterDeviceInterface()
2005-06-06 Eric KohlNtPlugPlayControl: Implement PLUGPLAY_GET_RELATED_DEVIC...
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-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...
next