[NTOS:CC] CcWriteVirtualAddress(): Do not round 'Size'
[reactos.git] / drivers /
2019-06-30 Timo Kreuzer[FASTFAT] Fix use after free when volume is unmounted
2019-06-27 Eric Kohl[STORPORT] Improvements to the device enumerator code.
2019-06-25 Victor Perevertkin[USBSTOR] Do not print device descriptor by default.
2019-06-25 Victor Perevertkin[USBOHCI_NEW] Rename counter-intuitive field of Transfe...
2019-06-25 Victor Perevertkin[USBOHCI_NEW] Zero out the transfer descriptor right...
2019-06-25 Victor Perevertkin[USBOHCI_NEW] Simplify the MapTransferToTD routine...
2019-06-25 Thomas Faber[UNIATA] Update to version 0.47a. CORE-15930
2019-06-25 Thomas Faber[ACPICA] Update to version 20190509. CORE-16138
2019-06-25 Timo Kreuzer[CMIDRIVER] Try to fix build 3
2019-06-25 Hermès Bélusca-Maïto[BLUE] Initialize the console with a default font for...
2019-06-24 Timo Kreuzer[CMIDRIVER] Try to fix build 2
2019-06-24 Timo Kreuzer[CMIDRIVER] Try to fix build
2019-06-24 Timo Kreuzer[STDUNK][PORTCLS][CMIDriver] Fix issue with operator...
2019-06-23 Hermès Bélusca-Maïto[BOOTVID] Diverse enhancements.
2019-06-23 Hermès Bélusca-Maïto[BOOTVID] Fixes for VgaIsPresent() and VidInitialize().
2019-06-23 Hermès Bélusca-Maïto[BOOTVID] Simplify the code by introducing and using...
2019-06-22 Bișoc George[FASTFAT][FLTMGR][NTOS] Do not explicitly call ObfDeref...
2019-06-16 Benjamin Aerni[I8042PRT] Add Latitude E6400 to the hack list (#1665)
2019-06-15 Victor Perevertkin[NTFS] Do not print debug message for every function...
2019-06-11 Pierre Schweitzer[BTRFS] Fix MSVC build
2019-06-11 Pierre Schweitzer[BTRFS] Fix MSVC build
2019-06-11 Pierre Schweitzer[BTRFS] Upgrade to 1.3
2019-06-11 Victor Perevertkin[USBSTOR] Properly handle IRP_MN_QUERY_DEVICE_RELATIONS...
2019-06-11 Victor Perevertkin[USBSTOR] Register dumb IRP_MJ_SYSTEM_CONTROL handler.
2019-06-11 Victor Perevertkin[USBSTOR] Improve handling of IRP_MN_QUERY_DEVICE_TEXT...
2019-06-11 Victor Perevertkin[USBSTOR] Do not leak fields of DeviceExtensions upon...
2019-06-11 Victor Perevertkin[DISK] Disable IsFloppyDevice check.
2019-06-11 Victor Perevertkin[USBSTOR] Weaken the type checks of a device.
2019-06-11 Victor Perevertkin[USBSTOR] Refactor device reset and pipe reset code.
2019-06-11 Victor Perevertkin[USBSTOR] Do not try to retry a failed request
2019-06-11 Victor Perevertkin[USBSTOR] Issue a SCSI Request Sense after receiving
2019-06-11 Victor Perevertkin[USBSTOR] Keep CBW and CSW inside an IRP context.
2019-06-11 Victor Perevertkin[USBSTOR] Refactor request issue code.
2019-06-11 Victor Perevertkin[USBSTOR] Better handle CBW/CSW transfer errors
2019-06-11 Victor Perevertkin[USBSTOR] Better validate SCSI IRPs.
2019-06-11 Victor Perevertkin[USBSTOR] Rework the routines for sending internal...
2019-06-11 Victor Perevertkin[USBSTOR] Do not create a new Irp for USB requests...
2019-06-11 Victor Perevertkin[USBSTOR] Do not attempt additional processing of SCSI...
2019-06-11 Victor Perevertkin[FORMATTING][USBSTOR] Remove Captain Obvious and line...
2019-06-09 Hermès Bélusca-Maïto[FASTFAT] Adjust the 'UnCleanCount', followng commit...
2019-06-09 Hermès Bélusca-Maïto[FASTFAT] Minor cleanup of the main header file.
2019-06-04 Serge GautherieMisc addendum to CORE-14271 (#1529)
2019-06-02 Eric Kohl[STORPORT] Detect attached devices
2019-06-02 Eric Kohl[STORPORT] Fix resource list size calculation
2019-05-27 Timo Kreuzer[REISERFS] Convert a tab to spaces
2019-05-27 Timo Kreuzer[CRT] Add missing posix error codes
2019-05-14 Hervé Poussineau[HIDCLASS] Implement IRP_MJ_WRITE
2019-05-11 Pierre Schweitzer[BTRFS] Upgrade to 1.2.1
2019-05-10 Hervé Poussineau[MOUHID] Correctly detect tablet devices
2019-05-02 Hervé Poussineau[HIDPARSE/HIDPARSER] Move HidP_* functions from hidpars...
2019-05-02 Hervé Poussineau[SERIAL] Immediately complete read IRP if all requested...
2019-05-02 Hervé Poussineau[I8042PRT] Do not assert on unknown IOCTL
2019-04-19 Hervé Poussineau[HIDCLASS] Implement IOCTL_HID_GET_FEATURE/IOCTL_HID_SE...
2019-04-14 Thomas Faber[USBHUB_NEW] Support NULL HubExtension in USBH_PdoRemov... 1484/head
2019-04-14 Thomas Faber[USBHUB_NEW] Fix inverted check in USBH_RestoreDevice.
2019-04-14 Thomas Faber[USBCCGP] Allow unconfiguring the device in USBCCGP_PDO...
2019-04-14 Thomas Faber[USBCCGP] Do not try to unconfigure a device that is...
2019-04-08 Victor Perevertkin[USBHID] Do not assert if the device was unplugged...
2019-04-07 Hervé Poussineau[UDFS] Fix macros to support 'bit' being a complex...
2019-04-07 Hervé Poussineau[UDFS] Keep same includes/defines on x64 as on other...
2019-04-07 Hervé Poussineau[MUP] Use _SEH2_AbnormalTermination() instead of _abnor...
2019-04-07 Hervé Poussineau[EXT2] Add __REACTOS__ check around changes done in...
2019-04-07 Thomas Faber[ACPICA] Update to version 20190405. CORE-15926
2019-04-06 Jérôme Gardou[CMAKE] Use modules instead of shared libraries
2019-04-04 Pierre Schweitzer[UDFS] Fix an integer overflow leading to a buffer...
2019-04-02 Alexandr A. Telyat... [UNIATA] Fix for uninitialized Lun pointer 1461/head
2019-04-02 Timo Kreuzer[UDFS] Fix 64 bit issues
2019-04-01 Hervé Poussineau[UDFS] Really use 'logical or' when meant to
2019-04-01 Hervé Poussineau[EXT2] Correctly zero memory before using it
2019-03-30 Thomas Faber[ACPICA] Update to version 20190329. CORE-15900
2019-03-28 Maxim Smirnov[NULL] Use correct device characteristics value for...
2019-03-24 Thomas Faber[UNIATA] Update to version 0.47. CORE-15870 1430/head
2019-03-24 Thomas Faber[SERIAL] Do not return NTSTATUS from an interrupt routine.
2019-03-14 Thomas Faber[UNIATA] Update to version 46e8. CORE-15843 1416/head
2019-03-14 Thomas Faber[UNIATA] Remove an unnecessary ROS-diff.
2019-03-11 Thomas Faber[USBUHCI_NEW] Fix an infinite loop. 1392/head
2019-03-11 Thomas Faber[USBPORT] Implement interface setting in USBPORT_OpenIn...
2019-03-11 Thomas Faber[USBPORT] Correctly handle alternate settings returned...
2019-03-11 Thomas Faber[USBPORT] Correctly find interface descriptor in USBPOR...
2019-03-11 Thomas Faber[USBPORT] Acquire EndpointSpinLock in addition to Minip...
2019-03-11 Thomas Faber[USBPORT] Release StateChangeSpinLock before acquiring...
2019-03-11 Thomas Faber[USBPORT] Leave IRP status untouched for unhandled...
2019-03-11 Thomas Faber[USBPORT] Don't change the status of IRP_MJ_SYSTEM_CONT...
2019-03-11 Thomas Faber[USBHUB_NEW] Don't leak IRP_MJ_SYSTEM_CONTROL requests.
2019-03-10 Pierre Schweitzer[AFD] Don't reallocate buffers if windows sizes didn...
2019-03-04 Timo Kreuzer[REACTOS] Fix 64 bit issues
2019-03-04 Timo Kreuzer[SACDRV] Fix CHECK_PARAMETER_WITH_STATUS error handling...
2019-03-04 Timo Kreuzer[CDROM_NEW] Fix SLIST_ENTRY vs SINGLE_LIST_ENTRY issues
2019-03-04 Timo Kreuzer[CLASSPNP] Fix SLIST_ENTRY vs SINGLE_LIST_ENTRY issues
2019-02-28 Thomas Faber[HDAUDBUS] Wait until the correct number of responses...
2019-02-28 Thomas Faber[HDAUDBUS] Handle responses in a DPC instead of the...
2019-02-28 Thomas Faber[HDAUDBUS] Fix a DPRINT.
2019-02-27 Thomas Faber[HDAUDBUS] Prevent overflow of the AudioGroups array...
2019-02-26 Thomas Faber[HDAUDBUS] Implement HDA_Unload. Stub HDA_Power and... 1377/head
2019-02-26 Thomas Faber[HDAUDBUS] Correctly mask register values.
2019-02-26 Thomas Faber[HDAUDBUS] Implement PDO removal. CORE-14617
2019-02-26 Thomas Faber[HDAUDBUS] Implement FDO removal. CORE-14617
2019-02-26 Thomas Faber[HDAUDBUS] Use IoForwardIrpSynchronously instead of...
2019-02-26 Thomas Faber[HDAUDBUS] Forward FDO requests instead of completing...
2019-02-26 Thomas Faber[HDAUDBUS] Use a switch for minor function codes.
next