[CPL][DESK] Use shell32 icon directly; follow-up to #2281
[reactos.git] / drivers /
2020-01-18 Thomas Faber[FLTMGR] Safely query object name in FltpGetObjectName...
2020-01-14 Serge Gautherie[FLOPPY_NEW] WindowsSync to 8fb512a (#2238)
2020-01-11 Thomas Faber[NTFS] Fix use after free in failure case of NtfsMountV...
2020-01-11 Suraj K Suresh[UDFS] Fix uninitialized var use in UDFCommonCreate...
2020-01-07 Serge Gautherie[KS] KsQueryInformationFile(): Fix 'FastIoQueryBasicInf...
2020-01-06 Oleg Dubinskiy[USB] Update the names of new USB drivers
2020-01-06 Oleg Dubinskiy[SDK][USB] Delete old USB drivers and libusb
2020-01-03 Hermès Bélusca-Maïto[BLUE] Add IOCTL buffers validation. Addendum to commit... 2172/head
2020-01-02 Thomas Faber[DISK_NEW] Return correct info size in failure case...
2020-01-02 Thomas Faber[CDROM] Return the correct data length for IOCTL_DISK_G...
2019-12-27 Victor Perevertkin[REACTOS] Exclude some modules from clang-format
2019-12-24 Hermès Bélusca-Maïto[BLUE] Fix a visual regression introduced in bfd8a848...
2019-12-23 Hermès Bélusca-Maïto[BOOTVID] Correctly fix scrolling and printing when...
2019-12-23 Hermès Bélusca-Maïto[BOOTVID] Factor out the common code that is used befor...
2019-12-23 Hermès Bélusca-Maïto[BOOTVID] Code style fixes; Replace some 'do-while...
2019-12-23 Hermès Bélusca-Maïto[BOOTVID] Replace hardcoded screen and font size number...
2019-12-16 Victor Perevertkin[USBOHCI] Use KeQueryTickCount for timeouts instead...
2019-12-15 Victor Perevertkin[KS] Use KeQueryTickCount for timeouts instead of KeQue...
2019-12-15 Hermès Bélusca-Maïto[BLUE] Improve initialization and interfacing with...
2019-12-15 Hermès Bélusca-Maïto[BLUE] Use ExFreePoolWithTag().
2019-12-15 Hermès Bélusca-Maïto[BLUE] Improve includes.
2019-12-15 Hermès Bélusca-Maïto[BLUE] Code formatting, add SAL2 annotations, and updat...
2019-12-14 Thomas Faber[ACPICA] Update to version 20191213. CORE-16559
2019-11-30 Eric Kohl[STORAGE] Storage driver cleanup part 5 (last part)
2019-11-30 Eric Kohl[STORAGE] Storage driver cleanup part 4
2019-11-30 Eric Kohl[STORAGE] Storage driver cleanup part 3
2019-11-30 Eric Kohl[STORAGE] Storage driver cleanup part 2
2019-11-30 Eric Kohl[STORAGE] Storage driver cleanup part 1
2019-11-24 Hermès Bélusca-Maïto[PCIX][BLUE] Don't hardcode values in KeDelayExecutionT...
2019-11-23 Mark Jansen[MOUNTMGR] Fix out of bounds write
2019-11-19 Pierre Schweitzer[CDROM] Forcibly declare our CD devices to the MountMgr
2019-11-17 Hermès Bélusca-Maïto[I8042PRT] Remove dead commented-out code; Allow sendin...
2019-11-16 Thomas Faber[ACPICA] Update to version 20191018. CORE-16434
2019-11-12 Pierre Schweitzer[BTRFS] Fix MSVC build
2019-11-12 Pierre Schweitzer[BTRFS] Upgrade to 1.5
2019-11-11 Pierre Schweitzer[CLASS2] Drop the drive letter hack
2019-11-01 Hermès Bélusca-Maïto[NTOS][CLASS2][FFS][WIN32SS] Fix some pool tags so...
2019-10-27 Pierre Schweitzer[FLOPPY] Make floppy drives letters being handled by...
2019-10-23 Robert Naumann[REISERFS] Fix a copy paste Error. CID 1363527
2019-10-23 Robert Naumann[UDFS] Fix a copy paste error. CID1321910
2019-10-22 Pierre Schweitzer[MOUNTMGR] Fix invalid WorkerReferences check in QueueW...
2019-10-21 Pierre Schweitzer[DISK] Forcibly declare our partitions to the MountMgr
2019-10-21 Pierre Schweitzer[CLASS2] Hackplement support for IOCTL_MOUNTDEV_QUERY_U...
2019-10-21 Pierre Schweitzer[MOUNTMGR] Fix setting up reparse index file name
2019-10-21 Pierre Schweitzer[MOUNTMGR] That was not meant to be committed
2019-10-21 Pierre Schweitzer[MOUNTMGR] Misc. fixes for WorkerThread()
2019-10-19 Pierre Schweitzer[MOUNTMGR] Don't kill Mm when a device has several...
2019-10-19 Pierre Schweitzer[MOUNTMGR] Fix enumerating drive letter for creating...
2019-10-19 Pierre Schweitzer[MOUNTMGR] Fix interpretation of QueryDeviceInformation...
2019-10-19 Pierre Schweitzer[MOUNTMGR] Fix IsFtVolume so that it returns TRUE only...
2019-10-19 Pierre Schweitzer[MOUNTMGR] Query proper device when creating mount...
2019-10-19 Pierre Schweitzer[MOUNTMGR] Remove cancel routine before completing...
2019-10-17 Pierre Schweitzer[MOUNTMGR] QueryPointsFromMemory: take into account...
2019-10-16 Serge Gautherie[MOUNTMGR] QueryPointsFromSymbolicLinkName(): Fix a...
2019-10-06 Serge Gautherie[MOUNTMGR] Properly look for device and break when...
2019-10-06 Serge Gautherie[MOUNTMGR] QueryPointsFromMemory(): Do not leak DeviceN...
2019-10-05 Pierre Schweitzer[MOUNTMGR] Properly look for symlink and break when...
2019-09-29 Serge Gautherie[USBPORT] USBPORT_InvalidateEndpointHandler(): Properly...
2019-09-27 Thomas Faber[HDAUDBUS] Build a device instance ID from Codec &... 1941/head
2019-09-26 Thomas Faber[HDAUDBUS] Fix timeouts for hardware register operation... 1899/head
2019-09-22 Serge Gautherie[MOUNTMGR] HasDriveLetter(): Simplify code by using...
2019-09-14 Pierre Schweitzer[FLOPPY] Implement IOCTL_MOUNTDEV_QUERY_DEVICE_NAME
2019-09-14 Pierre Schweitzer[MOUNTMGR] Properly enumerate pending IRPs on cleanup
2019-09-13 Pierre Schweitzer[MOUNTMGR] Fix MountState usage in MountMgrTargetDevice...
2019-09-13 Pierre Schweitzer[MOUNTMGR] Fix broken check
2019-09-08 Timo Kreuzer[UNIATA] Fix uniata on x64
2019-09-08 Thomas Faber[ACPICA] Update to version 20190816. CORE-16368
2019-09-07 Pierre Schweitzer[BTRFS] Reenable the MountMgr thread
2019-09-07 Pierre Schweitzer[MOUNTMGR] Properly return EpicNumber in MountMgrChange...
2019-09-07 Serge Gautherie[BTRFS] Revert "Allow driver to start at first stage...
2019-09-07 Serge Gautherie[BTRFS] Revert "Leak the root stream file object on...
2019-09-06 Pierre Schweitzer[BTRFS] bool must be 1-sized
2019-09-06 Serge Gautherie[MOUNTMGR] Remove a leftover UNREFERENCED_PARAMETER()
2019-09-06 Pierre Schweitzer[MOUNTMGR] Don't overrun output buffer in QueryPointsFr...
2019-09-06 Pierre Schweitzer[MOUNTMGR] Fix QueryPointsFromSymbolicLinkName and...
2019-09-05 Pierre Schweitzer[MOUNTMGR] Fix QueryPointsFromMemory and make it working
2019-09-05 Pierre Schweitzer[MOUNTMGR] Properly validate input buffer size
2019-09-05 Pierre Schweitzer[MOUNTMGR] Fix global symbolic link creations
2019-09-02 Pierre Schweitzer[BTRFS] Fix fileinfo.c build
2019-09-02 Pierre Schweitzer[BTRFS] Fix create.c build
2019-09-02 Pierre Schweitzer[BTRFS] Fix dirctl.c build
2019-09-02 Pierre Schweitzer[BTRFS] Upgrade to 1.4
2019-09-01 Stanislav Motylkov[BOOTVID] Refactor font data from i386 and arm bootdata...
2019-08-19 Victor Perevertkin[USB] Enable *_new usb stack
2019-08-19 Victor Perevertkin[USBPORT] Fix endless loop, occasionally happened on...
2019-08-18 Hermès Bélusca-Maïto[FFS] Silence some only-informative KdPrints.
2019-08-17 Victor Martinez[UDFS] Avoid freeing Vcb when it couldn't have been...
2019-08-17 Victor Martinez[UDFS] Fix NewCFBName leakage in UDFFirstOpenFile()
2019-08-17 Victor Martinez[UDFS] Fix accessing an already freed pointer in UDFMar...
2019-08-17 Victor Martinez[UDFS] Don't access OldInIcb after being freed
2019-08-17 Victor Martinez[UDFS] Fix uninitialized variable
2019-08-16 Victor Perevertkin[USBOHCI_NEW] Fix unused variable
2019-08-16 Stanislav Motylkov[USBOHCI_NEW] Refactor OHCI_AbortTransfer function
2019-08-16 Sylvain Deverre[NTFS] Correctly find attributes stored in another...
2019-08-15 Serge Gautherie[NDIS] Enforce '#if DBG' around MiniDisplayPacket[2]()
2019-08-15 Timo Kreuzer[TDI] Improve spec file
2019-08-15 Timo Kreuzer[REACTOS] Fix MSVC printf format warnings
2019-08-10 Hermès Bélusca-Maïto[PROCESSR] Employ usual casing for CurrentControlSet...
2019-08-03 Oleg Dubinskiy[USBAUDIO] Fix compilation issues
2019-07-28 Hermès Bélusca-Maïto[DLLs] Fix .spec files regarding OLE-specific exports. 1601/head
next