Maintain work sync res with en.rc res change adding IDS_USERDOMAINFORMAT "%1 (%2...
[reactos.git] / reactos / drivers /
2005-12-24 Hervé PoussineauAllow more than one USB controller
2005-12-24 Gé van GeldorpThere's a difference between a handle and an object...
2005-12-23 Gé van GeldorpChecking memory allocation return values helps prevent...
2005-12-23 Gé van GeldorpSend delayed ACKs after 200ms instead of 2500ms
2005-12-23 Gé van GeldorpForce Nagle algorithm off for loopback
2005-12-22 Gé van GeldorpReturn error code that oskit understands. Fixes ftp...
2005-12-22 Gé van GeldorpSilence debug message
2005-12-22 Gé van GeldorpRemove debugging breakpoint accidentally left in
2005-12-22 Gé van GeldorpRemember the last allocated port and try to allocate...
2005-12-18 Hervé PoussineauFix serial mouse type detection
2005-12-18 Hervé PoussineauFix little bug which prevented IRP_MJ_PNP to be forward...
2005-12-18 Hervé PoussineauUse the right default value for the serial port baud...
2005-12-13 Filip NavaraAdd stubs for status indication handlers. Fixes bug...
2005-12-13 Art YerkesPatch to fix bugcheck at exit for various TCP wielding...
2005-12-13 Filip NavaraAdd check for VbeModeInfo->PhysBasePtr != 0.
2005-12-13 Filip NavaraUnfuck up the formatting and remove broken check.
2005-12-12 Hervé PoussineauMinimize differences between UHCI and OHCI
2005-12-12 Art YerkesWorking work item library.
2005-12-11 Sebastian GasiorekRemove dot at the end of filename without extension
2005-12-11 Hervé PoussineauRemove some debug output for USB drivers
2005-12-11 Hervé PoussineauDon't include useless files
2005-12-11 Art YerkesAdded chew library.
2005-12-11 Art YerkesA little library for making it easier to get to PASSIVE...
2005-12-10 Gé van GeldorpShut off some debug messages
2005-12-10 Gé van GeldorpMultiple interrupt status bits can be active at the...
2005-12-10 Aleksey BraginFix for bug #932 (should go into 0.2.9 also)
2005-12-10 Thomas Bluemelfixed calls to NtDuplicateObject
2005-12-10 Thomas Bluemelfixed difference in signedness warning
2005-12-09 Filip NavaraDo not revoke the display ownership until the bootvid...
2005-12-09 Gé van GeldorpSynthesize FILE_ATTRIBUTE_NORMAL on NetworkOpenInformat...
2005-12-08 Art YerkesRevert my patch from yesterday. Need to take more...
2005-12-08 Alex Ionescu- Silence TCPIP.
2005-12-07 Art YerkesFix firefox exit. Implement a simple work queue for...
2005-12-05 Hartmut BirrUse a local copy of the path name in vfatGetFCBForFile...
2005-12-05 Hervé PoussineauChange code in InterfaceBusTranslateBusAddress to use...
2005-12-04 Hartmut BirrDon't try to create a file, if no parent fcb was found.
2005-12-04 Hartmut BirrRelease the correct locks and release they in the corre...
2005-12-03 Thomas Bluemelget the root fcb when creating a file and no parent...
2005-12-02 Hervé Poussineau- Implement PciIdeXSetBusData
2005-12-02 Steven Edwardsincress the number of passes to detect the mouse and...
2005-12-01 Steven Edwardsstop the abuse of having the ddk directory in the path...
2005-12-01 Hervé PoussineauLink video miniports to videoprt library only
2005-11-30 Hartmut BirrDon't check for RequestedOptions if a trailing slash...
2005-11-30 Andrew MungerDefine __NO_CTYPE_INLINES so release npfs will build...
2005-11-29 Thomas Bluemelanother hack to get reactos to build again
2005-11-29 Alex Ionescu- Fix the build (patch by Thomas Weidenmueller)
2005-11-28 Royce Mitchell IIIinline -> __inline
2005-11-28 Alex Ionescu- Make the NDK compatible with the MSDDK again.
2005-11-28 James TaborFix header includes.
2005-11-27 Hartmut BirrUse the calculated cluster/offset pair if we extend...
2005-11-27 Hartmut Birr- Lock the MainResource if we overwrite or supersede...
2005-11-27 Alex Ionescu- Add DDK alignment macros and move/rename the ones...
2005-11-26 James TaborClean up Xml files, show usbd functions as implemented...
2005-11-25 James TaborFix typo.
2005-11-24 James TaborFix missed files. Svn problem?
2005-11-24 Hartmut Birr- Allow trailing back slashes only for directories.
2005-11-24 Hervé PoussineauPatch by Elrond:
2005-11-24 Andrew GreenwoodRemove portcls from old location
2005-11-24 Andrew GreenwoodSome preliminary stubbing of the Kernel Streaming compo...
2005-11-24 Hervé PoussineauSort entries in usbport.def
2005-11-24 James Taborset eol-style to native
2005-11-24 James TaborSorry for the mess. 8^P
2005-11-24 James TaborPortCls.sys, Port Class functions for audio drivers.
2005-11-24 James TaborPortCls.sys, Port Class functions for audio drivers.
2005-11-24 James TaborPortCls.sys, Port Class functions for audio drivers.
2005-11-23 Hervé PoussineauUse a common header file
2005-11-23 Magnus OlsenVerify VBE is found and not anything else, is a safe...
2005-11-23 Magnus OlsenTotalMemory is in number of 64K block not 16K block...
2005-11-23 Hervé PoussineauImplement IRP_MN_QUERY_DEVICE_RELATIONS
2005-11-23 Magnus OlsenDetect Bad graphic Bios, Some graphice card report...
2005-11-23 Alex Ionescumove devices.h to a more appropriate location (approxim...
2005-11-22 Filip NavaraFix compilation.
2005-11-20 Alex IonescuIt is generally considered a good idea to release a...
2005-11-19 Hervé PoussineauFix access rights (even if not checked in KernelMode)
2005-11-19 Hervé PoussineauImplement InterfacePciDevicePresent(Ex) of PCI_DEVICE_P...
2005-11-18 Aleksey BraginImplement stubs for PCI_DEVICE_PRESENT_INTERFACE query...
2005-11-18 Hervé PoussineauRevert 19324 and part of 19325...
2005-11-18 Hervé Poussineau- Don't use buffered I/O, to prevent some lag
2005-11-18 Art YerkesFixed skipped events from keyboard:
2005-11-15 Hervé PoussineauForgot to commit this with r19248... ("Add back ACPI...
2005-11-14 Alex IonescuCatch really weird scenario where we don't have a File...
2005-11-12 Hervé PoussineauMove the initialization of USB keyboard and mouse to...
2005-11-11 Thomas Bluemelfixed some more warnings when compiled with -Wwrite...
2005-11-09 Thomas Bluemelfixed uninitialized variable warnings
2005-11-09 Hervé PoussineauNew serial mouse driver, which is PnP compliant
2005-11-09 Hervé PoussineauDelete old legacy serial mouse driver, will be replaced...
2005-11-09 Hervé Poussineau- Add registry entry in HKEY_LOCAL_MACHINE\HARDWARE...
2005-11-09 Hervé Poussineau- Add registry entry in HKEY_LOCAL_MACHINE\HARDWARE...
2005-11-09 Hervé PoussineauSTDCALL -> NTAPI
2005-11-09 Hervé Poussineau- pciidex: Fix Hardware IDs returned for channel PDOs
2005-11-08 Gé van GeldorpAllocate mem for the structure, not only for a pointer.
2005-11-08 Hervé PoussineauWhen a driver is a legacy driver, call its AddDevice...
2005-11-08 Hervé PoussineauPatch by Filip Navara/Hervé Poussineau:
2005-11-05 Hartmut BirrUse the share disposition to detect the direction of...
2005-11-05 Eric KohlOpen pipe in 'passive' mode if the desired access right...
2005-11-05 Hervé PoussineauReplace a void* by PDEVICE_OBJECT and fix its usage
2005-11-05 Hervé Poussineau- Remove Mou and Mouse strings in names to share more...
2005-11-05 Hervé PoussineauRevert Kdb and Keyboard strings in name to share more...
2005-11-04 Hervé PoussineauAllow more than one USB controller (was a XBOX hack...
2005-11-04 Hervé PoussineauRevert 18883 and 18912, as they break named pipes
next