[NTOS:KDBG] Fix uninitialized variable usage.
[reactos.git] / drivers /
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.
2019-02-26 Thomas Faber[HDAUDBUS] Split FDO/PDO PNP handling into separate...
2019-02-26 Thomas Faber[HDAUDBUS] Minor fixes:
2019-02-25 Pierre Schweitzer[AFD] Don't allow caller to set broken values to window...
2019-02-25 Pierre Schweitzer[AFD] Add default window sizes on socket creation
2019-02-17 Thomas Faber[ACPI] Update ACPICA library to version 20190215.
2019-02-16 Pierre Schweitzer[E1000] Remove useless null check
2019-02-16 Pierre Schweitzer[E1000] Don't attempt to free uninitialized pointer
2019-02-14 Pierre Schweitzer[FASTFAT] On volume open, update share access if volume...
2019-02-13 Andrew Cook[RAMDISK] Fix unterminated query table
2019-02-10 Hermès Bélusca-Maïto[USBSTOR][USBSTOR_NEW] Fix a comparison made for assign...
2019-02-10 Hermès Bélusca-Maïto[DISK.SYS] Add a HACK so that we can use NT5+ NTOS...
2019-02-10 Pierre Schweitzer[OOPS] That was not meant to be pushed/commited
2019-02-10 Pierre Schweitzer[CRYPTEX] Add French translation
2019-02-10 Serge Gautherie[UDFS] Correctly check SeSinglePrivilegeCheck() return...
2019-02-07 Victor Perevertkin[E1000] Finished an implementation of the driver.
2019-02-07 Mark Jansen[NDIS] Improve debug output
2019-02-07 Mark Jansen[E1000] Initial send implementation.
2019-02-07 Mark Jansen[E1000] Implement basic sending.
2019-02-07 Mark Jansen[E1000] Basic initialization of the card
2019-02-07 Mark Jansen[E1000] Create an initial driver skeleton
2019-02-02 Alexandr A. Telyat... [UNIATA] Add AHCI revision 1.3.1
2019-01-27 Hermès Bélusca-Maïto[MOUNTMGR] Fix MSVC build after commit 53abbb06. 1316/head
2019-01-27 Hermès Bélusca-Maïto[MOUNTMGR][MUP] Use global definition of INIT_FUNCTION...
2019-01-22 Joachim Henze[CDFS] Addendum to last commit CORE-15659
2019-01-22 Joachim Henze[CDFS] Make windows gcc release build compile, regressi...
2019-01-20 Pierre Schweitzer[MOUNTMGR] Misc. fixes to QueryDeviceInformation:
2019-01-12 Thomas Faber[ACPICA] Update to version 20190108. CORE-15593
2019-01-12 Thomas Faber[ACPICA] Update to version 20181213. CORE-15593
2019-01-12 Thomas Faber[FASTFAT] Avoid a use after free in VfatCloseFile.
2019-01-12 Thomas Faber[FASTFAT] Avoid a use after free in VfatCheckForDismount.
2019-01-03 Pierre Schweitzer[MOUNTMGR] Fix buffer length checking
2019-01-03 Eric KohlAddendum to 60f018ae: Remove obsolete DPRINTs and fix...
2019-01-02 Eric Kohl[ACPI] Add code to retrieve packet type data from ACPI...
2019-01-02 Pierre Schweitzer[TCPIP] Don't trust the TEB
2019-01-01 Eric Kohl[BATTC] Fixed an oops!
2019-01-01 Eric Kohl[BATTC] Some tiny fixes
2019-01-01 Eric Kohl[BATTC] Fix indentation. No code changes!
2019-01-01 Pierre Schweitzer[TCPIP] Check buffer before dereferencing it
2018-12-31 Pierre Schweitzer[TCPIP] Don't assume the TEB is always defined
2018-12-31 Pierre Schweitzer[TCPIP] Return the SubProcessTag when enumerating conne...
2018-12-31 Pierre Schweitzer[TCPIP] Save the SubProcessTag when an ADDRESS_FILE...
2018-12-30 Hermès Bélusca-Maïto[CDFS] Addendum to 5429771b, 6c733856 and 3c64b4cb...
2018-12-30 Timo Kreuzer[NDK][NTOS] Add global definition of INIT_FUNCTION...
2018-12-25 Pierre Schweitzer[BTRFS] Reduce diff with upstream
2018-12-16 Hermès Bélusca-Maïto[BTRFS] Fix MSVC build.
2018-12-16 Pierre Schweitzer[BTRFS] Fix link with modern MSVC compilers
2018-12-16 Pierre Schweitzer[BTRFS] Upgrade to 1.1
2018-12-15 Pierre Schweitzer[FLOPPY_NEW] Import the floppy driver from MS GitHub...
2018-12-09 Timo Kreuzer[TCPIP] Implement InfoTdiQueryGetATInfo
2018-12-01 Pierre Schweitzer[NTFS] Don't perform overzealous checks on bitmap while...
2018-11-28 Pierre Schweitzer[IPHLPAPI_APITEST] CurrPorts seems to confirm that...
2018-11-27 Pierre Schweitzer[TCPIP] Stubplement returning module information for...
2018-11-27 Pierre Schweitzer[TCPIP] Save the date when an ADDRESS_FILE is created
2018-11-27 Pierre Schweitzer[TCPIP] Define a enum to select which information to...
2018-11-25 Pierre Schweitzer[TCPIP] In InfoTdiQueryGetConnectionTcpTable(), only...
2018-11-25 Hermès Bélusca-Maïto[FASTFAT] Improvements for volume dismount + minor...
2018-11-24 Pierre Schweitzer[TCPIP] Properly display local information for establis...
2018-11-24 Pierre Schweitzer[TCPIP] Implement enumerating UDP connections with...
2018-11-24 Pierre Schweitzer[TCPIP] Implement enumerating TCP connections with...
2018-11-24 Pierre Schweitzer[TCPIP] Store creator PID in ADDRESS_FILE
2018-11-23 Pierre Schweitzer[TCPIP] When enumerating sockets, retrieve their state...
2018-11-22 Pierre Schweitzer[TCPIP] Fix returned IP address when querying TCP conne...
2018-11-18 Pierre Schweitzer[TCPIP] Properly handle listening sockets
2018-11-18 Pierre Schweitzer[TCPIP] Implement returning UDP connections
2018-11-18 Pierre Schweitzer[TCPIP] Implement returning TCP connections
2018-11-16 Pierre Schweitzer[FASTFAT] Properly return failure in vfatFindDirSpace()
2018-11-11 Mark Harmstone[BTRFS] Import BTRFS upstream commit e43183a0 "open_fil...
2018-10-29 Pierre Schweitzer[FLTMGR] Remove duplicated export
2018-10-29 Ged Murphy[FLTMGR] Add a bit more basic code layout for filter...
2018-10-29 Pierre Schweitzer[FLTMGR] Remove duplicated export
2018-10-29 Ged Murphy[FLTMGR] Callers must have registered an unload routine...
next