Remove all Skip hacks from the Wine tests as we resume from crashes now
[reactos.git] / reactos / drivers /
2009-03-24 Cameron Gutman - Fix several cancellation and socket shutdown issues:
2009-03-23 Art YerkesActually mark irp pending.
2009-03-23 Art YerkesFormatting only, no change.
2009-03-23 Cameron Gutman - This should fix a rare afd crash
2009-03-22 Cameron Gutman - Implement NdisFreeDmaChannel
2009-03-22 Cameron Gutman - Fix a memory leak
2009-03-22 Cameron Gutman - Query MaxMulticastAddresses from the miniport
2009-03-22 Cameron Gutman - Fix release build
2009-03-21 Cameron Gutman - Don't forget to store the status in the IRP
2009-03-21 Cameron Gutman - Uncomment the NdisUnmapFile call in NdisCloseFile
2009-03-21 Aleksey Bragin- Remove obsolete Doxyfile config files. Spotted by...
2009-03-20 Cameron Gutman - Reorganize NDIS code
2009-03-20 Cameron Gutman - Implement NdisFreeSharedMemory
2009-03-20 Cameron Gutman - Implement NdisAllocateSharedMemory
2009-03-20 Cameron Gutman - Implement NdisMCreateLog, NdisMCloseLog, and NdisMFl...
2009-03-20 Cameron Gutman - Implement NdisDeregisterAdapterShutdownHandler,...
2009-03-20 Dmitry Chapyshev- Implement NdisMapFile
2009-03-20 Cameron Gutman - Implement NdisCompleteUnbindAdapter
2009-03-20 Cameron Gutman - Implement NdisGetDriverHandle
2009-03-20 Cameron Gutman - DmaSize is NDIS_DMA_SIZE not BOOLEAN
2009-03-20 Cameron Gutman - Implement NdisMRegisterDmaChannel and NdisMInitializ...
2009-03-20 Cameron Gutman - Implement NdisMQueryAdapterInstanceName
2009-03-19 Cameron Gutman - Implement NdisMDeregisterDmaChannel
2009-03-17 Timo Kreuzer"same thing in BmfdUnloadFontFile btw :p"
2009-03-17 Timo KreuzerDon't access the font structure after it was freed...
2009-03-16 Johannes Anderwald- Fix memory leak
2009-03-14 Johannes Anderwald[20:33] Stefan100: the code inside an ASSERT won't...
2009-03-14 Johannes Anderwald- Silence a few debug prints
2009-03-13 Cameron Gutman - Merge aicom-network-fixes up to r39995
2009-03-13 Johannes Anderwald- Remove hack in IDmaChannel::PhysicalAddress as it...
2009-03-12 Johannes Anderwald- Disable some debug prints
2009-03-12 Johannes Anderwald- Don't use a tag if there is none assigned
2009-03-12 Aleksey Bragin- Unhack usb mouse driver after endpoint parsing code...
2009-03-12 Timo Kreuzerfix library name
2009-03-12 Timo KreuzerRemove freetype dll from build, build ftfd instead...
2009-03-12 Timo KreuzerWIP 1/x: Move freetype font driver.
2009-03-11 Cameron Gutman - Merge aicom-network-fixes up to r39943
2009-03-11 Johannes Anderwald- Use Byteswap intriniscs to improve performance
2009-03-11 Johannes Anderwald- Check if handle is re-used. Fixes double-freeing...
2009-03-11 Johannes Anderwald- Use Interlocked*List function to improve stability...
2009-03-11 Johannes Anderwald- Implement wave pcm bitrate conversion. Atm only 8...
2009-03-11 Johannes Anderwald- Add kmixer to bootcd
2009-03-10 Johannes Anderwald- Implement KSPROPERTY_PIN_PROPOSEDATAFORMAT
2009-03-09 Aleksey Bragin- Fix wrong placement of KEYBOARD_DEVICE_EXTENSION...
2009-03-09 Johannes Anderwald- Disable message flood when playing audio files as...
2009-03-09 Aleksey Bragin- Move USB keyboard LEDs managing code into an own...
2009-03-09 Aleksey Bragin- Major cleanup of USB keyboard driver:
2009-03-09 Aleksey Bragin- Fix an incorrect assumption that endpoint descriptors...
2009-03-08 Johannes Anderwald- Wait for the APC in wdmaud.drv
2009-03-08 Timo KreuzerBmfd: Rework code for BmfdQueryFontData, rename some...
2009-03-07 Aleksey Bragin- Fix UsbBuildGetStatusRequest macro.
2009-03-07 Johannes Anderwald- Rewrite writing to common buffer to fix stuttering...
2009-03-07 Johannes Anderwald- Free queued audio buffers and complete irps
2009-03-06 Cameron Gutman - Merge aicom-network-fixes up to r39293
2009-03-06 Johannes Anderwald- Sorry broke build
2009-03-06 Johannes Anderwald- Implement a fast read / fast write path with KsStreamIo
2009-03-06 Jeffrey MorlanFAT(X)IsDirectoryEmpty: When done with one page, go...
2009-03-05 Johannes Anderwald- Implement Pin object functions
2009-03-04 Johannes Anderwald- Start implementing kmixer
2009-03-04 Aleksey Bragin- Add first version of USB keyboard driver (limitations...
2009-03-04 Timo KreuzerBmfd: The cjGlyphMax field of the PFD_DEVICEMETRICS...
2009-03-03 Aleksey Bragin- Move part of the 1st stage pnp hacks to kbdclass...
2009-03-03 Timo KreuzerInitial version of a gdi font driver for bitmap fonts...
2009-03-01 Johannes Anderwald- Fix compilation of cmidriver
2009-02-28 Johannes Anderwald- Cleanup code a bit
2009-02-27 Andrew GreenwoodStarted new implementation of Sound Blaster driver...
2009-02-27 Aleksey Bragin- Wait untill all usb embedded drivers are initialized...
2009-02-27 Johannes Anderwald- Add sanity checks
2009-02-27 Johannes Anderwald- Implement enumerating devices for wave in devices
2009-02-27 Johannes Anderwald- Complete missing irp
2009-02-27 Johannes Anderwald- Ignore the failure of device interface registration...
2009-02-26 Aleksey Bragin- Rename a variable so it doesn't conflict with a reser...
2009-02-26 Aleksey Bragin- Actually advance current item pointer to the next...
2009-02-25 Johannes Anderwald- Refactor irp handling to support playing new stream...
2009-02-25 Aleksey Bragin- Scan three PCI buses in the legacy USB driver instead...
2009-02-25 Aleksey Bragin- Fix a horrible bug, when DriverEntry was not having...
2009-02-25 Johannes Anderwald- Fix a bug in the audio_test programm which initialize...
2009-02-25 Aleksey BraginAlex Vlasov
2009-02-25 Andrew GreenwoodMove sb16_nt4 and sndblst out of the way in preparation...
2009-02-24 Johannes Anderwald- Fix enumerating of KSDATARANGES
2009-02-24 Johannes Anderwald- Explictly use unicode structures
2009-02-23 Johannes Anderwald- Fix release build
2009-02-23 Stefan Ginsberg- Fix another issue with Portcls release build -- move...
2009-02-23 Stefan Ginsberg- Fix Portcls release build by putting a variable insid...
2009-02-23 Johannes Anderwald- Set a completion routine for irps send to lower devic...
2009-02-23 Dmitry GorbachevTrying to fix r39718, r39719...
2009-02-23 Dmitry Gorbachev- Reenable ACPI, it works now. Patch by Cameron Gutman...
2009-02-23 Johannes Anderwald- Extend test prog for quering capabilities
2009-02-22 Johannes Anderwald- Implement a common property handler for filter proper...
2009-02-21 Johannes Anderwald- Fix a bug in KsAllocateDeviceHeader which copied...
2009-02-20 Johannes Anderwald- Implement enumerating sysaudio devices using device...
2009-02-19 Art Yerkes - Our code was a bit confused about close vs cleanup...
2009-02-19 Johannes Anderwald- If the current irp buffer is finished, set the state...
2009-02-19 Johannes Anderwald- Implement writing into cyclic buffer
2009-02-19 Johannes Anderwald- Implement KsAddIrpToCancelableQueue and KsRemoveIrpFr...
2009-02-18 Johannes Anderwald- Implement KSPROPERTY_CONNECTION_STATE & KSPROPERTY_CO...
2009-02-18 Johannes Anderwald- Fix implementation of KsAddObjectCreateItemToDeviceHeader
2009-02-18 Johannes Anderwald- fix build
2009-02-18 Johannes Anderwald- Set DEVICE_DESCRIPTION to version1
2009-02-17 Johannes Anderwald- Start implementing KsValidateConnectRequest
next