Remove .cvsignore files.
[reactos.git] / reactos / ntoskrnl / io /
2004-12-31 Casper HornstrupRemove .cvsignore files.
2004-12-30 Alex IonescuImplemented:
2004-12-27 Eric KohlEnumerate FILE_DEVICE_BUS_EXTENDER and FILE_DEVICE_ACPI...
2004-12-26 Gé van GeldorpMove the I/O completion port setting to second stage...
2004-12-26 Gé van GeldorpSet I/O completion port on completion of the IRP
2004-12-26 Gé van GeldorpImplement IoSetIoCompletion()
2004-12-24 Filip Navara- Fix compilation with GCC 4.0-20041219.
2004-12-23 Eric KohlPass create parameters for named pipes and mailslots...
2004-12-23 Filip Navara- Check the return value of LdrProcessModule instead...
2004-12-23 Eric KohlFix the signature of Nt/ZwCreateNamedPipe, the 8th...
2004-12-23 Eric KohlMerge EXTENDED_IO_STACK_LOCATION into IO_STACK_LOCATION...
2004-12-21 Gé van Geldorp- Standardize I/O Completion Port initialization function
2004-12-21 Gunnar DalsnesNtRemoveIoCompletion: didn't check for possible NTSTATU...
2004-12-12 Thomas Bluemel* Implement EnumDisplayDevicesA
2004-12-09 Royce Mitchell IIIallow data from SYM files to be used in stack traces...
2004-11-27 Filip Navara- Fix calling convention of IoReadPartitionTable, IoSet...
2004-11-25 Alex IonescuFix IO completion APIs/Structures.
2004-11-21 Alex IonescuHal DMA Patch: Implemented correct AdapterObject, updat...
2004-11-21 Alex Ionescu1) Updated KUSER_SHARED_DATA to NT5+ exported documente...
2004-11-19 Filip Navara- Correctly calculate size of the CM_RESOURCE_LIST...
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-12 Aleksey BraginRemoved PriorityBoost from DPRINT at IoSecondStageCompl...
2004-11-10 Alex IonescuRewrote APC Implementation.
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- Initialize DriverObject->HardwareDatabase for newly...
2004-11-07 Filip Navara- New and complete implementation of IoOpenDeviceRegist...
2004-11-06 Thomas Bluemelsilence debug output
2004-11-06 Alex IonescuReimplimented IO Timers correctly.
2004-10-31 Alex IonescuFix deleted line.
2004-10-31 Alex Ionescucleanup.c: Fix typo
2004-10-31 Alex IonescuUse proper IRP structure
2004-10-24 Thomas Bluemelfixed prototypes of NtSetEvent(), NtResetEvent(), NtQue...
2004-10-24 Filip Navara- Return STATUS_SUCCESS for root bus PDO PnP IRPs so...
2004-10-23 Filip Navara- Minor device node fixes.
2004-10-23 Gregor AnichFixed debug build
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 Thomas Bluemelfixed redefinition of ASSERT
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-18 Filip Navara- Fix a typo.
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 Eric KohlNtReadFile(): Take FILE_USE_FILE_POINTER_POSITION into...
2004-10-10 Gregor AnichFixed compiler warning ('RegistryPropertyName' might...
2004-10-10 Eric KohlNtDeviceIoControlFile() and NtFsControlFile():
2004-10-09 Filip Navara- Implement IoOpenDeviceRegistryKey for PLUGPLAY_REGKEY...
2004-10-08 Filip Navara- Fix one error case to prevent crashes when registry...
2004-09-28 Eric Kohl- Implement IoFreeErrorLogEntry().
2004-09-28 Eric KohlUse FILE_APPEND_DATA access right to write log entries.
2004-09-28 Eric KohlNtWriteFile must append to file if it was opened with...
2004-09-26 Eric KohlDelete a boot log from the registry after it was writte...
2004-09-24 Eric KohlClose the bootlog key if value enumeration or writing...
2004-09-24 Eric Kohl- Print correct ReactOS version in the boot log header.
2004-09-23 Eric KohlImplement boot logging. Add /BOOTLOG to the command...
2004-09-20 Hartmut Birr- Implemented the loading of drivers according to the...
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-09-07 Eric KohlIopInvalidDeviceRequest must return STATUS_INVALID_DEVI...
2004-08-25 Filip Navara- Fix masking out the write flags in IoCheckShareAccess...
2004-08-24 Filip Navara- Remove dereferencing non-referenced FileObject in...
2004-08-22 Filip Navara- Implement NtNotifyChangeDirectoryFile.
2004-08-21 Mike NordellFix misplaced STDCALL
2004-08-21 Mike NordellFix arithmetics on void.
2004-08-21 Mike NordellFix arithmetics on void.
2004-08-21 Hartmut Birr- Check for a valid layout buffer entry in xHalIoAssign...
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-18 Filip Navara- Don't increase Irp->AssociatedIrp.IrpCount in IoMakeA...
2004-08-18 Filip Navara- Set StackPtr->Parameters.Read.Length in IoPageRead.
2004-08-18 Filip NavaraPrint in the debug traces if a partition is recognized...
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-08-12 Alex IonescuSet the thread to the Allocated IRPs created by Io...
2004-08-10 Alex IonescuSmall fixes to I/O Manager and Implemented IoMakeAssoci...
2004-08-10 Filip NavaraFix compiler warnings.
2004-08-07 Alex IonescuTagged certain functions that were exported both under...
2004-08-01 Filip Navara- Replace some usages of KEBUGCHECK(0) with correct...
2004-08-01 Hartmut Birr- Changed all internal memory functions to use the...
2004-07-24 Filip Navara- Associate Irp with thread in NtSetInformationFile.
2004-07-22 Eric Kohl- Add security function for file and registry key objects.
2004-07-22 Filip Navara- Map the GENERIC_* flags depending of the object type...
2004-07-20 Filip Navara- Fix handling of METHOD_IN_DIRECT IRPs.
2004-07-18 Filip Navara- Change IoReportResourceUsage from using UNIMPLEMENTED...
2004-07-17 Alex IonescuAdded New System Call Prototypes and Stubs
2004-07-03 Filip Navara- Fix errors during optimized build.
2004-06-23 Alex IonescuAdded Io Stubs
2004-06-20 Vizzinivarious bugfixes to IoQueryDeviceDescription and friend...
2004-06-20 Filip Navara- Fixed memory corruption in IopInitializeBuiltinDriver.
2004-06-19 Vizzinipatch by Tom (tmkpl@poczta.onet.pl)
2004-06-11 Eric KohlThe root bus driver should return an empty resource...
next