KD System Rewrite:
[reactos.git] / reactos / ntoskrnl / io /
2005-04-25 Alex IonescuKD System Rewrite:
2005-04-23 Hartmut BirrRemoved a wrong additional reference in IoCreateDevice.
2005-04-23 Alex IonescuSmall Debugging Services re-arrangement. /dbgk created...
2005-04-20 Hervé PoussineauImplement IoRegisterDeviceInterface
2005-04-19 Gé van GeldorpHervé Poussineau <poussine@freesurf.fr>
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-11 Hervé PoussineauDon't call DriverEntry more than once. Fix suggested...
2005-04-11 Hervé PoussineauFilip Navara <xnavara@volny.cz>: Use correct service...
2005-04-09 Hartmut BirrFixed the dereferencing of an existing named object...
2005-04-08 Hartmut Birr- Don't allow to create objects in the nt name space...
2005-04-05 Hartmut BirrChanged back to IoBuildSynchronousFsdRequest.
2005-04-05 Hervé PoussineauRemove useless code (ACPI now reports resources correctly)
2005-04-05 Royce Mitchell IIIadd some asserts
2005-04-04 Hartmut BirrCheck for an valid mdl pointer before calling IoFreeMdl...
2005-04-04 Hervé PoussineauAllow ACPI detection and legacy detection for serial...
2005-04-03 Hartmut BirrInitialized the event with the object instead of the...
2005-04-01 Hartmut Birr- Use IoBuildAsynchronousFsdRequest instead IoBuildSync...
2005-04-01 Hartmut BirrGuard the calls to MmProbeAndLockPages and IoPrepareIrp...
2005-04-01 Gunnar Dalsnesmmfuncs.h: add MmGetSystemAddressForMdlSafe/MmMapLocked...
2005-03-25 Royce Mitchell IIIpatch by Filip Navara:
2005-03-21 Gunnar Dalsnesreadd incorrectly removed access mapping
2005-03-20 Thomas Bluemel- fixed access rights and shared access checks in IoSet...
2005-03-20 Thomas Bluemel- only mask out the generic rights flags in RtlMapGener...
2005-03-20 Hervé PoussineauImplement IoReportDetectedDevice
2005-03-19 Thomas Bluemel- correctly deny access to handles when rights requeste...
2005-03-18 Hervé PoussineauImplement partly IoReportResourceForDetection() and...
2005-03-14 Thomas BluemelAlex Ionescu <ionucu@videotron.ca>
2005-03-13 Thomas BluemelAlex Ionescu <ionucu@videotron.ca>
2005-03-13 Thomas Bluemel- fixed handle table structures
2005-03-13 Hartmut BirrInitialized the key name before each call to ZwCreateKe...
2005-03-12 Thomas BluemelThomas Weidenmueller <w3seek@reactos.com>
2005-03-12 Thomas BluemelAlex Ionescu <ionucu@videotron.ca>
2005-03-12 Thomas BluemelAlex Ionescu <ionucu@videotron.ca>
2005-03-12 Filip NavaraAlex Ionescu <ionucu@videotron.ca>
2005-03-11 Hervé PoussineauAdd semi-implementation of AttachDeviceToDeviceStackSafe
2005-03-08 Filip NavaraFix failure case in IoConnectInterrupt. (Now really)
2005-03-08 Filip NavaraFix failure case in IoConnectInterrupt.
2005-03-06 Gunnar DalsnesIoCancelIrp didnt remove the cancel routine from the...
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-24 Hervé PoussineauSilent debug messages
2005-02-17 Thomas Bluemel1. object type names are stored in ntoskrnl's image...
2005-02-13 Hartmut Birr- Partial implementation of IoSetInformation.
2005-02-13 Hartmut Birr- Initialize the Lock value of a stream file object.
2005-02-07 Eric Kohl- Nt->Zw
2005-02-05 Filip NavaraUse CONTAINING_RECORD macro instead of type cast, fix...
2005-02-05 Eric Kohl- Link ntoskrnl against libwdmguid.a.
2005-02-02 Gé van GeldorpStore symbolic information in a .rossym section in the
2005-02-01 Filip NavaraCorrect prototype for NtGetPlugPlayEvent and use the...
2005-02-01 Gunnar DalsnesRtlCreateUnicodeString->RtlpCreateUnicodeString
2005-02-01 Eric KohlFirst attempt at implementing NtGetPlugPlayEvent.
2005-01-28 Filip NavaraHervé Poussineau <poussine@freesurf.fr>
2005-01-26 Alex IonescuStandardize comment headers. Patch by Trevor McCort
2005-01-25 Thomas Bluemelreturn error status in case probing the parameters...
2005-01-24 Thomas Bluemelsome more parameter checks in IoCreateFile()
2005-01-24 Gé van GeldorpImplement IO_NO_PARAMETER_CHECKING flag
2005-01-24 Gé van GeldorpRollback last change, since we found out that IoCreateF...
2005-01-24 Gé van GeldorpIoCreateFile should be passed kernelmode parameters.
2005-01-23 Thomas Bluemelget rid of the reactos-only RTL_REGISTRY_ENUM flag...
2005-01-22 Thomas Bluemel1. remove obsolete buffer size checks from NtQueryInfor...
2005-01-22 Thomas Bluemel1. A few Nt vs. Zw fixes
2005-01-22 Alex IonescuFix remaning ROS bugs. A minor hack has been added...
2005-01-18 Eric Kohl- Remove Nt/ZwQueryOleDirectoryFile.
2005-01-12 Filip NavaraHervé Poussineau <poussine@freesurf.fr>
2005-01-07 Alex IonescuRemove /nt directory
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-05 Hartmut Birr- Initialize the symbols for boot load driver before...
2005-01-05 Alex IonescuRemove ROS-specific File Object Flags
2005-01-04 Gunnar Dalsnes-move structs OBJECT_TYPE/OBJECT_HEADER into private...
2005-01-01 Alex IonescuRemove unneeded defines and fix hal operation function...
2005-01-01 Hartmut Birr- Fixed a length calculation in IopInitializeDriverModule.
2005-01-01 Hartmut Birr- Implemented KeAcquireInterruptSpinLock and KeReleaseI...
2005-01-01 Alex IonescuFix DMA_OPERATIONS to use stdcall.
2005-01-01 Alex IonescuFix more old cruft.
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...
next