[EXPLORER] Simplify how autohide is implemented
[reactos.git] / drivers /
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. ...
2017-10-04 Pierre Schweitzer[CLASS2]: Fix status code on too small as exposed by...
2017-10-04 Hermès Bélusca-MaïtoDelete "ghost" old(*) files that have been mysteriously...
2017-10-04 Hermès Bélusca-MaïtoAdd .keep guard files in order to restore lost but...
2017-10-04 Hermès Bélusca-MaïtoRemove unwanted .gitignore files.
2017-10-03 Pierre Schweitzer[CLASS2]: Cosmetic fixes by Thomas
2017-10-03 Pierre Schweitzer[CLASS2]: - In ScsiClassCreateDeviceObject() don't...
2017-10-03 Colin FinckGit conversion: Make reactos the root directory, move...
2017-01-27 Amine Khaldi[STORAHCI] Merge Storport Miniport driver by Aman Priya...
2016-08-18 Aman PriyadarshiMinor changes for ATAPI Srb Functions
2016-08-14 Aman PriyadarshiAdded Port Reset for non Idle ports
2016-07-26 Aman PriyadarshiFixed write crashes, write support working. Tested...
2016-07-26 Aman PriyadarshiAdded write support, next operation code 53 27.
2016-07-25 Aman PriyadarshiHandled SCSIOP_MODE_SENSE, Fixes made to maxLba count.
2016-07-25 Aman PriyadarshiHandled SCSIOP_TEST_UNIT_READY
2016-07-24 Aman PriyadarshiFixed SrbExtension == NULL bug! :D
2016-07-23 Aman PriyadarshiCompleted SCSIOP_READ_CAPACITY, SCSIOP_REPORT_LUNS...
2016-07-19 Aman PriyadarshiImplemented Dpc Routine, managed Srb functions and...
2016-07-05 Aman Priyadarshi- Handled DET = 03h case.
2016-07-04 Aman Priyadarshi- Fixed Offset Issue (VendorId and Reversed space offse...
2016-07-04 Aman PriyadarshiDebugging Port Device Status Check
2016-06-30 Aman Priyadarshi- Completed Interrupt Handler Routine
2016-06-27 Aman PriyadarshiNext: Interrupt Handler for completed FIS commands.
2016-06-22 Aman PriyadarshiImplemented AhciBuild_PRDT
2016-06-20 Aman PriyadarshiPlease look at notes.txt for implementation and progres...
2016-06-16 Aman Priyadarshifixed portCount boundary problem :D
2016-06-16 Aman Priyadarshi- Fixed CMakeLists issues reported by hbelusca
2016-06-15 Aman PriyadarshiAdded AHCI_Global_HBA_CAP_S64A support
2016-06-10 Aman PriyadarshiCode Review #2
2016-06-09 Aman Priyadarshichanges after code review
2016-06-07 Aman PriyadarshiAdded AhciHwInterrupt -- Round Robin Implementation...
2016-06-07 Aman PriyadarshiAHCI-SATA Interface almost ready.
2016-06-05 Aman PriyadarshiAdded INF File for driver installation with minimal...
2016-06-04 Aman Priyadarshi- Added all HwStor Initialization Required Functions
2016-06-03 Aman PriyadarshiAhciFindAdapter Completed
2016-06-02 Aman PriyadarshiRequired changes to meet community coding style.
2016-06-02 Aman Priyadarshi== Storahci driver
2016-04-24 Pierre SchweitzerCreate the AHCI branch for Aman's work
2014-12-14 Hermès Bélusca-MaïtoPartial merge of condrv_restructure branch r65657.
2014-12-14 Hermès Bélusca-MaïtoSync with trunk r65656.
2014-12-14 Hermès Bélusca-Maïto[CONDRV]: Code reshuffling only.
2014-12-05 Hermès Bélusca-MaïtoFix merge r65567.
2014-12-05 Hermès Bélusca-MaïtoSync to trunk r65566.
2014-11-26 Amine Khaldi* The Shell.. for a long time we dreamed of having...
2014-11-26 Amine Khaldi* Sync up to trunk head (r65491).
2014-11-25 Amine Khaldi* Sync up to trunk head (r65481).
2014-11-17 Amine Khaldi* Sync up to trunk head (r65426).
2014-11-13 Amine Khaldi* Sync up to trunk head (r65394).
2014-11-10 Amine Khaldi* Sync up to trunk head (r65353).
2014-11-06 Amine Khaldi* Sync up to trunk head (r65298).
2014-11-05 Amine Khaldi* Sync up to trunk head (r65270).
2014-11-02 Amine Khaldi* Sync up to trunk head (r65183).
2014-10-31 Amine Khaldi* Sync up to trunk head (r65147).
2014-10-30 Amine Khaldi* Sync up to trunk head (r65120).
2014-10-29 Amine Khaldi* Sync up to trunk head (r65095).
2014-10-28 Amine Khaldi* Sync up to trunk head (r65074).
2014-10-24 Amine Khaldi* Sync up to trunk head (r64959).
2014-10-23 Amine Khaldi* Sync up to trunk head (r64939).
2014-10-23 Amine Khaldi* Sync up to trunk head (r64921).
2014-10-22 Amine Khaldi* Sync up to trunk head (r64894).
2014-10-19 Amine Khaldi* Sync up to trunk head (r64829).
2014-10-13 Amine Khaldi* Sync up to trunk head (r64716).
next