Correctly interpret the cell type in CmiDestroyCell. Patch by brbak <mpd000@yahoo...
[reactos.git] / reactos / drivers /
2005-09-25 Thomas Bluemelfixed uninitialized variable warnings
2005-09-23 Hervé PoussineauReport correctly USB device class and subclass when...
2005-09-23 Alex IonescuMake TAB+ debug combos work again. Based on bugfix...
2005-09-22 Filip NavaraInfoTdiQueryInformationEx should return failure if...
2005-09-22 Hervé PoussineauFix IRP_MJ_PNP / IRP_MN_QUERY_ID / BusQueryHardwareIDs...
2005-09-22 Hervé PoussineauFix IRP_MJ_PNP / IRP_MN_QUERY_DEVICE_TEXT / DeviceTextL...
2005-09-21 Thomas Bluemelfixed some mismatching prototypes, sorry for breaking...
2005-09-21 Thomas Bluemelfixed differences in signedness warnings
2005-09-19 Hervé PoussineauImplement IRP_MN_QUERY_CAPABILITIES, IRP_MN_QUERY_RESOU...
2005-09-18 Hartmut BirrRevert my last changes.
2005-09-18 Hartmut BirrDon't check the share access for directories.
2005-09-15 Hartmut BirrUsed the given registry path from DriverEntry to query...
2005-09-15 Hervé PoussineauRevert 17858 and fix all warnings at once.
2005-09-15 Hervé PoussineauInitialize flags variable to 0
2005-09-15 Aleksey BraginInitialize DeviceNumber to 0
2005-09-14 Alex Ionescufix build
2005-09-11 Hervé PoussineauSignal USB device arrivals to PnP manager
2005-09-11 Hervé PoussineauDisable USB keyboard and mouse support, as they conflic...
2005-09-11 Aleksey Braginupdated wait_for_completion, should work similar to...
2005-09-11 Hervé PoussineauLet OHCI miniport use shared code in drivers/usb/minipo...
2005-09-10 Hervé PoussineauxHCI:
2005-09-10 Hervé PoussineauRemove unneeded pointer indirection
2005-09-10 Hervé PoussineauMove shareable part of USB miniport drivers to a new...
2005-09-10 Hervé PoussineauMove common code of USB miniport drivers into drivers...
2005-09-08 Royce Mitchell IIIwin32 api compatibility fix
2005-09-08 Hervé PoussineauRemove warnings and allow installation of USB files...
2005-09-08 Hervé PoussineauFix build, by correcting include paths and updating...
2005-09-08 Hervé PoussineauAdd xml files at the right places
2005-09-08 Hervé PoussineauMove drivers to the right location
2005-09-08 Hervé PoussineauRename drivers to their right name
2005-09-08 Hervé PoussineauStart of big changes in layout of USB code. Fireball...
2005-09-05 Alex Ionescu- NDK compatibility fixes for MSDDK. Use NTAPI instead...
2005-09-04 Alex Ionescu- Fix incorrect PFILE_MAILSLOT_SET_INFORMATION definition
2005-09-04 Alex Ionescu- Fix typo in NDK
2005-09-04 Hervé PoussineauFix definition of STDCALL. Thanks Alex
2005-09-04 Hervé PoussineauAlex prefers that we don't locally define structures...
2005-09-04 Hervé PoussineauAllow compilation of npfs driver with MSVC
2005-09-04 Hervé PoussineauAllow compilation of fs_rec driver with MSVC
2005-09-01 Gregor AnichLink against string.a instead of hal and ntoskrnl,...
2005-09-01 Andrew MungerCorrect some checks, fix bug 748 (qemu networking)...
2005-08-27 Andrew Munger17519 requires __REACTOS__ to be defined for KDB to...
2005-08-24 Filip NavaraREVISON -> REVISION
2005-08-24 Filip NavaraFix a memory leak if VideoPortInitialize is called...
2005-08-24 Hervé PoussineauCleanup i8042prt.h
2005-08-24 Hervé PoussineauRemove $Id$ tags
2005-08-24 Hervé PoussineauFix IRP_MJ_QUERY_INFORMATION/FileStandardInformation...
2005-08-24 Hervé PoussineauReplace ExAllocatePool by ExAllocatePoolWithTag
2005-08-24 Filip NavaraMake BusyLoop volatile. Spotted by Thomas.
2005-08-24 Filip NavaraImplement the most over-optimized lock in NT - the...
2005-08-24 Filip NavaraRemove bogus and unneeded cast.
2005-08-24 Filip NavaraGet rid of one memory leak and two more ROS-only fields...
2005-08-24 Filip NavaraStart removing dead code and ReactOS specific structure...
2005-08-23 Filip NavaraGet rid of NdisWorkItemHalt.
2005-08-23 Filip NavaraRemove buffer pool implementation and replace buffer...
2005-08-23 Filip NavaraRemove obsolete APIs and APIs that are actually impleme...
2005-08-23 Filip NavaraMS DDK compatibility fixes.
2005-08-23 Filip NavaraShut up PREFAST warnings about shadowing declarations.
2005-08-23 Filip NavaraFix incorrect string manipulation in NdisOpenProtocolCo...
2005-08-18 Gé van GeldorpImport VMware open source BusLogic driver
2005-08-18 Hartmut BirrFixed the directory index for FATX in FATXAddEntry.
2005-08-17 Alex IonescuMajor cleanup of NDK. I've decided that it would be...
2005-08-14 James TaborCreate Usb bulk storage template.
2005-08-14 James TaborImplemented USBD_ParseConfigurationDescriptorEx and...
2005-08-12 Aleksey BraginCorrect include tree, fixing multiple defines.
2005-08-12 Aleksey BraginXbox hack added, so two exactly the same PCI devices...
2005-08-12 Aleksey BraginMajor additions to usb stack:
2005-08-12 Aleksey Braginremoved debug message about submitting urb
2005-08-12 Aleksey BraginUSB keyboard and mouse "embedded" drivers from cromwell...
2005-08-12 Royce Mitchell IIIcheck for failure of vfatAttachFCBToFileObject() during...
2005-08-11 Hervé PoussineauInput parameter in FSCTL_GET_RETRIEVAL_POINTERS is...
2005-08-11 Filip NavaraImplement NdisAllocatePacketPool by calling NdisAllocat...
2005-08-11 Hartmut BirrImplemented (copied from NdisAllocatePacketPool) NdisAl...
2005-08-11 Hervé PoussineauRemove debug output and some useless code
2005-08-11 Hartmut BirrFixed some problems if special parameters are delivered...
2005-08-11 Hartmut BirrImplemented IRP_MJ_QUERY_VOLUME_INFORMATION/FileFsDevic...
2005-08-08 Filip NavaraRevert part of #17156 and #17157 changes.
2005-08-07 Thomas Bluemelfixed differences in signedness warnings
2005-08-07 Eric KohlReplace Win32 types by native ones.
2005-08-07 Filip NavaraFix a race condition in input packet processing.
2005-08-07 Filip NavaraReadd check that I accidently removed.
2005-08-07 Filip NavaraCorrectly set internal state in NpfsDisconnectPipe...
2005-08-07 Filip NavaraFix mutex unlocking in NpfsWaiterThread and add ASSERT.
2005-08-06 Thomas Bluemelfixed uninitialized variable warning
2005-08-05 Filip NavaraRemove spurious call from I8042BasicDetect.
2005-08-05 Filip NavaraRemove mouse device detection for now, since it fails...
2005-08-05 Filip NavaraMove a flush call few lines down.
2005-08-05 Filip NavaraFix keyboard and mouse detection. We must disable the...
2005-08-03 Hervé PoussineauDon't display available resolutions even if DBG is...
2005-08-03 Hervé PoussineauImplement VideoPortVerifyAccessRanges
2005-08-03 Hervé PoussineauSet right compatible IDs for USB devices with multiple...
2005-08-03 Filip NavaraAdd stub for VpNotifyEaData.
2005-08-03 Martin Fuchsset svn:eol-style of *.dsp/dsw to CRLF
2005-08-01 Emanuele AlibertiFirst attempt to make the XML data we feed rbuild confo...
2005-08-01 Thomas Bluemelcompile release builds with -O3 instead of -Os because...
2005-07-31 Thomas Bluemelfixed some warnings when compiling with -O3
2005-07-31 Martin Fuchsset svn:eol-style to native
2005-07-31 Martin Fuchsset eol-style for all remaining XML files
2005-07-30 Magnus Olsenfix waring kdump.c:246: warning: 'OldIrql' may be used...
2005-07-29 Thomas Bluemeldefine __NO_CTYPE_INLINES to get DBG:=0 builds work...
2005-07-29 Emanuele AlibertiVarious fixes to DPRINT parameter list.
next