[SHELL32_APITEST] Show that our current SHCreateFileExtractIconW is incorrect.
[reactos.git] / drivers /
2018-04-03 Timo Kreuzer[REACTOS] Fix 64 bit build (#465)
2018-03-29 Colin FinckMerge PR #283 "[USBPORT] Transaction Translator (TT...
2018-03-27 Thomas Faber[USBHUB_NEW] Fix USBH_CheckDeviceIDUnique return value.
2018-03-21 Nikita Krapivin[I8042PRT] Enable keyboard clock explicitly (fixes...
2018-03-21 Mark Jansen[AFD] Mark the socket as named pipe, so NtWriteFile...
2018-03-21 Mark Jansen[AFD] Respond to FileFsDeviceInformation.
2018-03-12 Bișoc George[BUS][ACPI] Silence DPRINT1 in the special case of...
2018-03-03 Eric Kohl[STORPORT][DDK] Add the StorPortExtendedFunction stub
2018-02-25 Pierre Schweitzer[CDFS_NEW] Sync with HEAD.
2018-02-21 Vadim Galyant[USBPORT] Use USB2_HS_INTERRUPT_IN_OVERHEAD instead... 283/head
2018-02-17 Pierre Schweitzer[FASTFAT] Drop read ahead locking routines in favor...
2018-02-15 Doug Lyons[I8042PRT] Apply a workaround for Dell Latitude D610
2018-02-12 Pierre Schweitzer[CDFS_NEW] Fix a bug in Microsoft CDFS implementation...
2018-01-26 Vadim Galyant[USBPORT] Small changes for debugging.
2018-01-22 Vadim Galyant[USBPORT] Add USB2_BIT_STUFFING_OVERHEAD constant.
2018-01-21 Vadim Galyant[USBPORT] Fixing use DeviceSpeed instead Direction.
2018-01-21 Vadim Galyant[USBPORT] Add a space in indentation.
2018-01-21 Vadim Galyant[USBPORT] Delete DPRINTs.
2018-01-21 Vadim Galyant[USBPORT] Add USB2_PREV_MICROFRAME constant.
2018-01-21 Vadim Galyant[USBPORT] Moving array CMASKS[] to start file.
2018-01-21 Vadim Galyant[USBPORT] Removing optional braces.
2018-01-21 Vadim Galyant[USBPORT] Correcting check Period.
2018-01-21 Vadim Galyant[USBPORT] Use min(), max() macro.
2018-01-21 Vadim Galyant[USBPORT] Check Period instead Factor.
2018-01-21 Vadim Galyant[USBPORT] Proper naming.
2018-01-21 Vadim Galyant[USBPORT] Use min() macro.
2018-01-21 Vadim Galyant[USBPORT] Fixing calculation pointer for FdoExtension...
2018-01-21 Vadim Galyant[USBPORT] Implement USBPORT_FreeBandwidthUSB2().
2018-01-21 Vadim Galyant[USBPORT] Correcting USB2_DeallocateEndpointBudget().
2018-01-21 Vadim Galyant[USBPORT] Implement USB2_PromotePeriods().
2018-01-21 Vadim Galyant[USBPORT] Add USB2_ChangePeriod().
2018-01-21 Vadim Galyant[USBPORT] Implement USB2_DeallocateEndpointBudget().
2018-01-21 Vadim Galyant[USBPORT] Implement USB2_RebalanceEndpoint().
2018-01-21 Vadim Galyant[USBPORT] Implement USB2_Rebalance().
2018-01-21 Vadim Galyant[USBPORT] Add stub for USB2_RebalanceEndpoint().
2018-01-21 Vadim Galyant[USBPORT] Rename variables only in USB2_AllocateTimeFor...
2018-01-21 Vadim Galyant[USBPORT] Start implementation USB2_DeallocateEndpointB...
2018-01-21 Vadim Galyant[USBPORT] Add USB2_CommonFrames().
2018-01-21 Vadim Galyant[USBPORT] Implement USB2_MoveTtEndpoint().
2018-01-21 Vadim Galyant[USBPORT] Implement USB2_DeallocateHS().
2018-01-21 Vadim Galyant[USBPORT] Correcting USB2_AllocateHS().
2018-01-21 Vadim Galyant[USBPORT] Reduces output of debug messages.
2018-01-21 Vadim Galyant[USBPORT] Add USB2_GetCMASK().
2018-01-21 Vadim Galyant[USBPORT] Add USB2_GetSMASK()and USB2_ConvertFrame().
2018-01-21 Vadim Galyant[USBPORT] Add stub for USB2_MoveTtEndpoint().
2018-01-21 Vadim Galyant[USBPORT] Add stub for USB2_DeallocateHS().
2018-01-21 Vadim Galyant[USBPORT] Correcting USB2_InitTtEndpoint().
2018-01-21 Vadim Galyant[USBPORT] End implementation USB2_AllocateTimeForEndpoi...
2018-01-21 Vadim Galyant[USBPORT] Correcting USB2_GetStartTime().
2018-01-21 Vadim Galyant[USBPORT] Start implementation USB2_AllocateTimeForEndp...
2018-01-21 Vadim Galyant[USBPORT] Continue implementation USBPORT_AllocateBandw...
2018-01-21 Vadim Galyant[USBPORT] Use ExFreePoolWithTag() instead ExFreePool...
2018-01-21 Vadim Galyant[USBPORT] Add USBPORT_DumpingEndpointProperties() and...
2018-01-21 Vadim Galyant[USBPORT] Implement USB2_AllocateHS().
2018-01-21 Vadim Galyant[USBPORT] Add USB2_GetHsOverhead().
2018-01-21 Vadim Galyant[USBPORT] Reduces output of debug messages.
2018-01-21 Vadim Galyant[USBPORT] Remove unnecessary semicolon.
2018-01-21 Vadim Galyant[USBPORT] Add stubs for USB2_AllocateHS() and USB2_Deal...
2018-01-21 Vadim Galyant[USBPORT] Add USB2_GetPrevMicroFrame().
2018-01-21 Vadim Galyant[USBPORT] Add USB2_IncMicroFrame().
2018-01-21 Vadim Galyant[USBPORT] Add USB2_GetStartTime().
2018-01-21 Vadim Galyant[USBPORT] Add USB2_GetLastIsoTime().
2018-01-21 Vadim Galyant[USBPORT] Add USB2_CheckTtEndpointInsert().
2018-01-21 Vadim Galyant[USBPORT] Add USB2_AllocateCheck().
2018-01-21 Vadim Galyant[USBPORT] Add USB2_AddDataBitStuff().
2018-01-21 Vadim Galyant[USBPORT] Add USB2_GetOverhead().
2018-01-21 Vadim Galyant[USBPORT] Start implementation USBPORT_AllocateBandwidt...
2018-01-21 Vadim Galyant[USBPORT] Change debug message in USBPORT_RemoveDevice(().
2018-01-21 Vadim Galyant[USBPORT] Add support for transaction translators in...
2018-01-21 Vadim Galyant[USBPORT] Correcting USBPORT_InitializeDevice() and...
2018-01-21 Vadim Galyant[USBPORT] Implement USBPORT_FreeBandwidth().
2018-01-21 Vadim Galyant[USBPORT] Implement USBPORT_AllocateBandwidth().
2018-01-21 Vadim Galyant[USBPORT] Add support for transaction translators in...
2018-01-21 Vadim Galyant[USBPORT] Initialize FdoExtension->Bandwidth[] in USBPO...
2018-01-21 Vadim Galyant[USBPORT] Add USBPORT_GetTt().
2018-01-21 Vadim Galyant[USBPORT] Add support for transaction translators in...
2018-01-21 Vadim Galyant[USBPORT] Add support for transaction translators in...
2018-01-21 Vadim Galyant[USBPORT] Add USBPORT_UpdateAllocatedBwTt().
2018-01-21 Vadim Galyant[USBPORT] Implement USBPORT_InitializeTT().
2018-01-21 Vadim Galyant[USBPORT] Add USB2_InitTtEndpoint().
2018-01-21 Vadim Galyant[USBPORT] Add USB2_InitTT().
2018-01-21 Vadim Galyant[USBPORT] Add USB2_InitController().
2018-01-21 Vadim Galyant[USBPORT] Add initial support for transaction translato...
2018-01-21 Vadim Galyant[USBPORT] Use constants in USBPORT_OpenPipe().
2018-01-21 Vadim Galyant[USBPORT] Define structures for Transaction Translator.
2018-01-21 Vadim Galyant[USBPORT] Use constants in USBPORT_CalculateUsbBandwidth().
2018-01-21 Vadim Galyant[USBPORT] Define constants for Transaction Translator.
2018-01-21 Amine Khaldi[CMAKE] My eyes!
2018-01-21 Amine Khaldi[USBSTOR_NEW] Create usbstor_new based on usbstor in...
2018-01-20 Ged MurphyFormatting, no code change
2018-01-12 Amine Khaldi[USBOHCI_NEW] Bring-in the USB OHCI miniport driver...
2018-01-10 Vadim Galyant[USBPORT] In USBHI_GetExtendedHubInformation, pass...
2018-01-10 Vadim Galyant[USBHUB] Move DPRINT after check Status. 282/head
2018-01-10 Vadim Galyant[USBHUB] Correcting L"USB\\Vid_0000&Pid_0000" for case...
2018-01-10 Thomas Faber[TCPIP] Fix buffer sizes in ReadIpConfiguration. 278/head
2018-01-10 Thomas Faber[TCPIP] Check for allocation failures in ReadIpConfigur...
2018-01-07 Serge Gautherie[FASTFAT] Improve code style in addition to 8294118174b...
2018-01-07 Pierre Schweitzer[FASTFAT] Notify on file size change in FileAllocationI...
2018-01-07 Pierre Schweitzer[FASTFAT] Add a wrapper around FsRtlNotifyFullReportChange
2018-01-07 Pierre Schweitzer[FASTFAT] When a file gets overwritten, notify about...
next