[APPHELP] Implement ShimDumpCache and ShimFlushCache
[reactos.git] / drivers /
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...
2018-10-29 Ged Murphy[FLTMGR] Delete unused file
2018-10-29 Pierre Schweitzer[FLTMGR] Stub FltReleaseFileNameInformation()
2018-10-29 Pierre Schweitzer[FLTMGR] Stub FltGetDestinationFileNameInformation()
2018-10-29 Pierre Schweitzer[FLTMGR] Stub FltAttachVolume()
2018-10-29 Pierre Schweitzer[FLTMGR] Export FltCreateCommunicationPort() and FltClo...
2018-10-29 Pierre Schweitzer[FLTMGR] Stub FltGetFileNameInformation()
2018-10-29 Pierre Schweitzer[FLTMGR] Implement FltGetVolumeName()
2018-10-29 Pierre Schweitzer[FLTMGR] Stub FltDetachVolume()
2018-10-29 Pierre Schweitzer[FLTMGR] Implement FltCreateFile()
2018-10-29 Pierre Schweitzer[FLTMGR] Stub FltCreateFileEx()
2018-10-29 Pierre Schweitzer[FLTMGR] Export FltCloseClientPort()
2018-10-29 Pierre Schweitzer[FLTMGR] Stub FltGetFileNameInformationUnsafe()
2018-10-29 Pierre Schweitzer[FLTMGR] Implement FltEnumerateVolumes()
2018-10-29 Pierre Schweitzer[FLTMGR] Export FltObjectDereference() and FltSendMessage()
2018-10-28 Thomas Faber[ACPICA] Update to version 20181003. CORE-15222 975/head
2018-10-28 Thomas Faber[ACPICA] Update to version 20180531. CORE-15222
2018-10-28 Thomas Faber[ACPICA] Update to version 20180105. CORE-15222
2018-10-28 Thomas Faber[ACPICA] Update to version 20171215. CORE-15222
2018-10-13 Hermès Bélusca-Maïto[FASTFAT] Don't mess my debug log when partition SysTyp...
2018-09-30 Thomas Faber[BTRFS] Fix IRP leak.
2018-09-30 Pierre Schweitzer[NPFS] Magic--;
2018-09-29 Hermès Bélusca-Maïto[BLUE] Perform size/rectangle boundary checks on read...
2018-09-16 Bernhard Feichtinger[RAMDISK] Implement missing IOCTLs
2018-09-10 Amine Khaldi[USBEHCI_NEW] Bring-in the USB EHCI miniport driver...
2018-09-09 Vadim Galyant[USBHUB_NEW][USBPORT] Fix buffer size calculation for...
2018-09-08 Thomas Faber[USBUHCI_NEW] Add license headers.
2018-09-08 Thomas Faber[USBOHCI_NEW] Add license headers.
2018-09-08 Thomas Faber[USBOHCI_NEW][USBUHCI_NEW] Avoid unnecessary/incorrect...
2018-09-01 Thomas Faber[USBOHCI_NEW] Avoid storing pointers as ULONG and physi...
2018-09-01 Thomas Faber[USBHUB_NEW] Fix x64 warnings.
2018-09-01 Amine Khaldi[USBUHCI_NEW] Bring-in the USB UHCI miniport driver...
2018-08-29 Katayama Hirofumi MZ[STORAHCI] Fix MSVC "uninitialized local variable"...
2018-08-29 Pierre Schweitzer[CDFS] Revert 9d0596a
next