[BROWSEUI/SHELLBARS] Add a PCH.
[reactos.git] / drivers /
2017-12-09 Amine Khaldi[ACLEDIT][ATL][ATL80][FLTMGR] Get the def files out...
2017-12-09 Pierre Schweitzer[FASTFAT] Finally drop the FileNameInformation class...
2017-12-09 Pierre Schweitzer[FASTFAT] Fix size checking in VfatGetFileNameInformation()
2017-12-09 Pierre Schweitzer[FASTFAT] Don't mix FileNameInformation and FileNamesIn...
2017-12-09 Pierre Schweitzer[FASTFAT] Calculate more accurately buffer length in...
2017-12-09 Pierre Schweitzer[FASTFAT] Allow partial returns on directory info query...
2017-12-07 Amine Khaldi[FREETYPE][PORTCLS][RPCSS][SPOOLSV][STLPORT][USETUP...
2017-12-07 Amine Khaldi[CMAKE/CLANG-CL] Silence some clang-cl warnings in...
2017-12-03 Amine Khaldi[AFD] Introduce and use pool tags. Thanks go to Arty...
2017-12-01 Amine Khaldi[AFD] Zap unused TaCopyAddress() and TaCopyAddressInPla...
2017-11-25 Pierre Schweitzer[CDFS_NEW] Fix broken cast.
2017-11-25 David Quintana[CDFS_NEW] Address review comments:
2017-11-25 David QuintanaRevert "[CDFS_NEW] Use CdAcquireForCreateSection from...
2017-11-25 David Quintana[CDFS_NEW] Accept STATUS_NOT_IMPLEMENTED for IOCTL_CDRO...
2017-11-25 David Quintana[CDFS_NEW] Use CdAcquireForCreateSection from the old...
2017-11-25 David Quintana[CDFS_NEW] Re-apply many of the reactos-specific change...
2017-11-25 David Quintana[CDFS_NEW] Replace old driver with a Ms-PL licensed...
2017-11-24 Pierre Schweitzer[FASTFAT_NEW] Fix build with FASTFATDBG set
2017-11-23 Pierre Schweitzer[FASTFAT_NEW] Import again FastFAT from MS. This time...
2017-11-23 Vadim Galyant[USBPORT] Type-safe function signature (PVOID -> PUSBPO... 138/head
2017-11-23 Pierre Schweitzer[FASTFAT_NEW] This is not permitted by WDK license.
2017-11-23 Pierre Schweitzer[FASTFAT_NEW] Fix build with FASTFATDBG set
2017-11-23 Amine Khaldi[CLANG-CL] Initial commit that allows us to compile...
2017-11-23 Pierre Schweitzer[FASTFAT] Import the MS FastFAT sample from WXP.
2017-11-21 Thomas Faber[PCIIDEX] Properly handle unknown PNP IRPs. CORE-13944 132/head
2017-11-21 Pierre Schweitzer[FASTFAT] More FS statistics
2017-11-21 Ged Murphy[FLTMGR] Latest from my branch (#135)
2017-11-21 Pierre Schweitzer[FLOPPY] Don't wait forever while trying to determine...
2017-11-19 Amine Khaldi[EXT2FS] For some reason we get error: conflicting...
2017-11-19 Amine Khaldi[REISERFS] Do not take this code path when compiling...
2017-11-18 Pierre Schweitzer[CDFS] Attempt to a switch to the MS CDFS driver.
2017-11-17 Pierre Schweitzer[CDFS_NEW] _SEH2_FINALLY implement SEH support for...
2017-11-12 Pierre Schweitzer[CDFS_NEW] Now NtWriteFile is fixed, revert 5f25582...
2017-11-12 Pierre Schweitzer[CDFS_NEW] Following 1bef487, add a hack and stub FastI...
2017-11-12 Pierre Schweitzer[CDFS_NEW] Bugfix for f88fe43: don't delete devices...
2017-11-12 Pierre Schweitzer[CDFS_NEW]
2017-11-12 Pierre Schweitzer[EXT2] Upgrade to 0.69
2017-11-07 Pierre Schweitzer[CDFS_NEW] Fix diff
2017-11-06 Pierre Schweitzer[NTOSKRNL] Make the CcWaitForCurrentLazyWriterActivity...
2017-11-06 Pierre Schweitzer[CDFS_NEW] Add a hack that allows locking a volume...
2017-11-06 Pierre Schweitzer[CDFS_NEW] You know... RBuild has been gone for ages!
2017-11-06 Pierre Schweitzer[CDFS_NEW] Add a CMakeFile and a registry file. When...
2017-11-06 Pierre Schweitzer[CDFS_NEW] Remove a broken change (lol?!) that prevente...
2017-11-06 Pierre Schweitzer[CDFS_NEW] Force calling convention to allow build
2017-11-06 Pierre Schweitzer[CDFS_NEW] Force calling convention to allow build
2017-11-06 Pierre Schweitzer[CDFS_NEW] Remove a no longer required build hack
2017-11-06 Pierre Schweitzer[CDFS_NEW] Remove a no longer required build hack
2017-11-06 Pierre Schweitzer[CDFS_NEW] Remove a no longer required build hack
2017-11-06 Pierre Schweitzer[CDFS_NEW] Fix headers inclusion so that it can work...
2017-11-05 Pierre Schweitzer[CDFS] Set the FO_CLEANUP_COMPLETE on cleanup
2017-11-05 Pierre Schweitzer[CDFS] Don't allow FS opening when volume is locked
2017-11-04 Pierre Schweitzer[CDFS] Addendum to 03a9d8c: check for volume state...
2017-11-04 Pierre Schweitzer[CDFS] Implement volume un/locking.
2017-11-04 Pierre Schweitzer[CDFS] Don't use uninit var. Fixes MSVC build (good...
2017-11-04 Pierre Schweitzer[CDFS] Implement open handle count
2017-11-04 Pierre Schweitzer[CDFS] Remove the VPB field from the VCB. Not only...
2017-10-31 Amine Khaldi[SERIAL] Fix Serial{Get,Clear}PerfStats() to become...
2017-10-31 Eric Kohl[STORPORT] Check status code of the call to PortFdoConn...
2017-10-30 Amine Khaldi[ACPICA] Take the gcc code path for host configuration...
2017-10-30 Amine Khaldi[NMIDEBUG] Do not take the msvc codepath in NmiClearFla...
2017-10-29 Serge Gautherie[MOUNTMGR][NTOSKRNL] ZwWriteFile() calls: Use explicit...
2017-10-28 Amine Khaldi[UDFS] Do not take some of the msvc codepaths when...
2017-10-23 Eric Kohl[STORPORT] Get the interrupt from the resource list...
2017-10-23 Serge GautherieCORE-13048. [I8042PRT] keyboard.c: Restore 1 "Irql...
2017-10-23 Pierre Schweitzer[FFS] Don't leak on failure
2017-10-23 Pierre Schweitzer[FFS] Don't leak memory on volume mount
2017-10-23 Pierre Schweitzer[FFS] Don't allocate (and leak :-)) an unused event
2017-10-22 Pierre Schweitzer[REISERFS] Don't leak on failure
2017-10-22 Pierre Schweitzer[REISERFS] Don't leak on failure
2017-10-22 Pierre Schweitzer[REISERFS] Don't allocate (and leak :-)) an unused...
2017-10-22 Timo Kreuzer[STORPORT] Fix x64 build
2017-10-22 Timo Kreuzer[REACTOS] Fix x64 build
2017-10-22 Eric Kohl[STORPORT] Add the InitializeDpc code path to StorPortN...
2017-10-21 Eric Kohl[STORPORT] Implement StorPortNotification() / EnablePas...
2017-10-21 Eric Kohl[STORPORT] Implement parts of StorPortGetPhysicalAddres...
2017-10-21 Eric Kohl[STORPORT] The miniport drivers HwInitialize routine...
2017-10-21 Eric Kohl[STORPORT] Implement StorPortGetUncachedExtension().
2017-10-21 Pierre Schweitzer[MOUNTMGR] Don't attempt to free random address on...
2017-10-21 Pierre Schweitzer[FLOPPY] Fix broken loop
2017-10-16 Eric Kohl[STORPORT] Implement StorPortGetDeviceBase().
2017-10-16 Pierre Schweitzer[BTRFS] Upgrade to BtrFS 1.0.1
2017-10-16 Eric Kohl[STORPORT] Implement StorPortSetBusDataByOffset.
2017-10-15 Eric Kohl[STORPORT] Query the bus interface of the lower (bus...
2017-10-15 Eric Kohl[STORPORT] Attach copies of the resource lists to the...
2017-10-15 Eric Kohl[STORPORT] Initialize the port configuration and pass...
2017-10-14 Eric Kohl[STORORT] Allocate the miniport device extension and...
2017-10-14 Eric Kohl[STORPORT] Initialize a miniport object and call the...
2017-10-13 Thomas Faber[USBPORT] Avoid more integer overflows.
2017-10-13 Thomas Faber[USBPORT] Avoid a benign integer overflow in USBHI_Quer...
2017-10-13 Thomas Faber[USBPORT] Remove unnecessary null check in USBPORT_Hand...
2017-10-13 Thomas Faber[USBPORT] Fix ControllerName leak in USBPORT_GetUnicode...
2017-10-13 Thomas Faber[USBPORT] Fix level check in USBDI_QueryBusInformation...
2017-10-13 Eric Kohl[STORAHCI] Make the storahci driver build on gcc and...
2017-10-12 Hermès Bélusca-Maïto[STORPORT]: Fix build: declare STORPORT_API functions...
2017-10-12 EricKohl[STORPORT] Start the implementation of the storport...
2017-10-12 Ged Murphy[FLTMGR]
2017-10-12 gedmurphy[FLTMGR]
2017-10-12 Ged MurphyStart to implement fltmgr tests [WIP] (#52)
2017-10-08 Sylvain Deverre[WDMAUD] Close mixers on cleanup. Should fix CORE-10735...
2017-10-06 Colin FinckFix remaining text file line endings in the tree. ...
next