- Change dispatcher lock release to be more like documented in Windows Internals...
[reactos.git] / reactos / ntoskrnl / io /
2005-12-27 Alex Ionescu- Added support for NTLDR style freeloader GUI. To...
2005-12-15 Hervé PoussineauSet the ConfigFlags value in registry if not present
2005-12-15 Hervé PoussineauSet DNF_ASSIGNING_RESOURCES, DNF_RESOURCE_ASSIGNED...
2005-12-12 Hervé PoussineauFix the case when IRP_MN_QUERY_DEVICE_TEXT returns...
2005-12-08 Aleksey BraginRespect the fact, that the driver can return NULL-point...
2005-12-08 Aleksey BraginRespect the fact, that the driver can return NULL-point...
2005-12-08 Aleksey BraginAdd a little more DPRINTs, they will save some debuggin...
2005-12-07 Aleksey BraginReformat to the generic style of this file (indentation...
2005-12-01 Steven Edwardsstop the abuse of having the ddk directory in the path...
2005-11-29 Hartmut BirrCleanup isn't necessary after calling the driver in...
2005-11-29 Thomas Bluemelproperly capture the file name in NtQueryDirectoryFile
2005-11-29 Hartmut BirrAllocate the memory for the search pattern in kernel...
2005-11-29 Thomas Bluemel- fixed the ProbeForWrite prototype
2005-11-28 Alex Ionescu- Support INIT section pragmas for msvc. Patch by Breze...
2005-11-26 Gé van GeldorpSilence debug messages
2005-11-25 Royce Mitchell IIImore descriptive debug message
2005-11-25 Casper HornstrupMerge duplicate definitions
2005-11-24 Hervé PoussineauDetect devices using the NULL driver, and set the START...
2005-11-22 Alex Ionescu- Don't use EXPORTED
2005-11-21 Alex Ionescu- Misc janitorial fixes by Brezenbak to fix some MSVC...
2005-11-19 Aleksey BraginAccording to MSDN: "PnP Manager queries a device's...
2005-11-18 Hervé PoussineauRevert 19324 and part of 19325...
2005-11-18 Hervé PoussineauPrevent the reinstall of devices that use the NULL...
2005-11-16 Aleksey BraginFix IoIsWdmVersionAvailable() to confirm we're compatib...
2005-11-15 Aleksey BraginFix "Devices Parameters" subkey creation in a call...
2005-11-09 Hervé PoussineauFix string returned by IopGetParentIdPrefix, which...
2005-11-09 Alex Ionescu- Fixed two really nasty bugs in I/O completion:
2005-11-08 Hervé PoussineauWhen a driver is a legacy driver, call its AddDevice...
2005-11-08 Alex Ionescu- Send a hacked access state to FS Drivers, they can...
2005-11-01 Thomas Bluemel- if a file object is a named pipe don't allow the...
2005-10-17 Hervé PoussineauFix IoGetDeviceProperty, which should never return...
2005-10-16 Hervé PoussineauSorry, most devices were reinstalled at each boot,...
2005-10-15 Hartmut BirrAllocated buffers from non paged pool for all user...
2005-10-14 Hervé PoussineauBig Plug-and-Play patch for ReactOS:
2005-10-14 Hervé PoussineauStep 2 for a PnP ReactOS: add some (little) hacks
2005-10-14 Hervé PoussineauDon't always return STATUS_BUFFER_TOO_SMALL when an...
2005-10-13 Hervé PoussineauIopGetBusTypeGuidIndex: Fix an infinite loop
2005-10-11 Hervé PoussineauSend the right LocaleId to device stack when querying...
2005-10-10 Thomas Bluemelconvert DefaultSetInfoBufferCheck and DefaultQueryInfoB...
2005-10-08 Hervé PoussineauNtPlugPlayControl: Implement PlugPlayControlResetDevice...
2005-10-07 Hervé Poussineau- Fill Level field in DEVICE_NODE structure
2005-10-03 Hervé PoussineauReference the PDO before returning it
2005-09-28 Thomas Bluemeldon't dereference the port in NtSetInformationFile...
2005-09-27 Hervé PoussineauKEBUGCHECK(0) -> KEBUGCHECK(INACCESSIBLE_BOOT_DEVICE)
2005-09-26 Gunnar Dalsnes-reorder InsertXscendingOrder macro argument order...
2005-09-25 Thomas Bluemel- fixed uninitialized variable warning
2005-09-24 Hartmut BirrMerged the main code from NtQueryAttributesFile and...
2005-09-24 Hervé PoussineauIf device instance id is not unique, prepend informatio...
2005-09-21 Hartmut Birr- Do only create a registry entry for partitions if...
2005-09-21 Thomas Bluemelsome arc names might be longer than 100 characters...
2005-09-15 Hartmut Birr- Assign first the partitions to drive letters, which...
2005-09-15 Hartmut Birr- Fixed the creation of arc names. Only valid partition...
2005-09-15 Hervé PoussineauIf we have a PCI device, try to keep the IRQ assigned...
2005-09-11 Alex IonescuMajor refactoring of the exception handling code +...
2005-09-11 Hervé PoussineauDisplay debug error message only when action fails
2005-09-05 Gé van GeldorpThe kernel extension is really a EXTENDED_DEVOBJ_EXTENS...
2005-09-05 Alex Ionescu- More NDK/MSDDK compatibility fixes.
2005-09-04 Alex Ionescu- Fix kernel32 and ntoskrnl build issues.
2005-08-23 Hartmut BirrReturnRecognizedPartitions in HalIoReadPartitionTable...
2005-08-22 Filip NavaraCleanup IoGetDmaAdapter and use HalGetDmaAdapter instea...
2005-08-21 Thomas Bluemel- use inlined probing macros for basic types
2005-08-16 Alex IonescuRemove all non-official LPC structures/defines/hardcode...
2005-08-15 Hartmut BirrFixed a terminating NULL in IoRegisterDeviceInterface.
2005-08-11 Alex Ionescu- Use correct, documented, LPC Message structure (PORT_...
2005-08-11 Alex Ionescu- Fix DEVICE_NODE definition to remove ROS-only fields
2005-08-09 Hartmut BirrSilence a debug message.
2005-08-09 Hartmut BirrIf the file object is for a device, we must gather...
2005-08-07 Alex Ionescu- Completely reimplement NtWaitForMultipleObjects:
2005-08-07 Alex Ionescu- Initialize more fields when creating an Object Type
2005-08-05 Alex Ionescu- FS Devices don't need a device queue, optimize the...
2005-08-05 Alex Ionescu- DeviceExtension should be NULL if the caller didn...
2005-08-01 Thomas Bluemelcompile release builds with -O3 instead of -Os because...
2005-07-30 Filip Navara- Replace MODULE_OBJECT with LDR_DATA_TABLE_ENTRY.
2005-07-29 Filip NavaraStop abusing the non-paged pool.
2005-07-29 Filip NavaraIoAllocateAdapterChannel should set CurrentIrp field...
2005-07-29 Filip NavaraIoAllocateAdapterChannel should set CurrentIrp field...
2005-07-29 Filip NavaraInitialize DescriptorTranslated->u.Interrupt.Level...
2005-07-29 Filip NavaraProperly propagate the SL_PENDING_RETURNED flag to...
2005-07-26 Hartmut BirrSilence debug messages.
2005-07-26 Hartmut Birr- Remove the permanent flag from an object if ObInserOb...
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...
next