[USER32_APITEST] Improve GetMessageTime tests more (#1254)
[reactos.git] / drivers /
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
2018-08-28 Pierre Schweitzer[CDFS] Properly check for legal names in CdIsLegalName()
2018-08-21 Pierre SchweitzerAddendum to 45fd48b
2018-08-21 Pierre Schweitzer[CDFS_NEW] -> [CDFS] No old driver, thus no new driver
2018-08-21 Pierre Schweitzer[CDFS] Delete the old CDFS driver.
2018-08-21 Pierre Schweitzer[FASTFAT] Drop an useless #ifdef, we have this cast...
2018-08-21 Pierre Schweitzer[FASTFAT] Finally drop the TAG_VFAT allocation tag
2018-08-21 Mark Jansen[BTRFS] Fix booting with runtime checks
2018-08-20 Pierre Schweitzer[FASTFAT] Disable delayed close
2018-08-20 Victor Perevertkin[BTRFS] Applied upstream pull-requests before they...
2018-08-20 Victor Perevertkin[USETUP][SETUPLIB] Added support for formatting partiti...
2018-08-19 Pierre Schweitzer[CDROM] Set proper status on disk verify
2018-08-19 Pierre Schweitzer[FASTFAT] Don't delay any other close once shutdown...
2018-08-19 Pierre Schweitzer[FASTFAT] Magic values--
2018-08-18 Pierre Schweitzer[FASTFAT] Don't leak statistics on dismount
2018-08-18 Pierre Schweitzer[FASTFAT] Reduce the usage of the generic allocation tag
2018-08-18 Pierre Schweitzer[FASTFAT] Implement delayed close
2018-08-16 Thomas Faber[USBPORT] Fix 64 bit warnings.
2018-08-16 Thomas Faber[USBPORT] Specify the correct length for the root hub...
2018-08-16 Thomas Faber[USBPORT] Remove an unnecessary check in USBPORT_Alloca...
2018-08-16 Thomas Faber[USBPORT] Remove an unnecessary check in USB2_ConvertFr...
2018-08-16 Thomas Faber[USBPORT] Accept negative BusTime in USB2_MoveTtEndpoin...
2018-08-15 Mike SwansonRemove unnecessary executable bits
next