Added paint/paint.rbuild to applications.rbuild
[reactos.git] / reactos / drivers /
2009-05-12 Aleksey Bragin- Fix WaitOnBusy, WaitOnBaseBusy and Wait[Short]ForDrq...
2009-05-11 Johannes Anderwald- Use ExInterlockedList * functions for speed and stability
2009-05-10 Cameron Gutman - Don't cast NDIS_SPIN_LOCK directly to KSPIN_LOCK
2009-05-10 Cameron Gutman - Allocate space for the packet extension located...
2009-05-08 Johannes Anderwald- Partly implement IMasterClock
2009-05-08 Johannes Anderwald- Implement IPortMidi, IPortFilterDMus, IPortPinDMus
2009-05-07 Johannes Anderwald- When acquiring a mapping check if the mapping hasn...
2009-05-07 Johannes Anderwald- Fix build (sorry)
2009-05-06 Johannes Anderwald- Use a spinlock with list functions over interlocked...
2009-05-06 Johannes Anderwald- Fix debug statement
2009-05-06 Johannes Anderwald- Declare IID_IDmaChannelSlave as it is not visible...
2009-05-06 Cameron Gutman - Implement support for IOCTL_NDIS_QUERY_GLOBAL_STATS
2009-05-05 Cameron Gutman - Register the unload handler so it gets called by...
2009-05-05 Johannes Anderwald- Return status code if releasing the mapping has succeeded
2009-05-05 Cameron Gutman - Implement and register a ProtocolUnbindAdapter handler
2009-05-05 Cameron Gutman - Add and register a ProtocolPnPEvent handler with...
2009-05-05 Johannes Anderwald- Fix build
2009-05-05 Johannes Anderwald- Implement IPortWaveRT, IPortFilterWaveRT, IPortPinWav...
2009-05-05 Cameron Gutman - Implement handing for IRP_MN_SET_POWER and IRP_MN_QU...
2009-05-05 Cameron Gutman - Handle IRP_MN_QUERY_REMOVE_DEVICE and IRP_MN_CANCEL_...
2009-05-05 Cameron Gutman - Implement handling for IRP_MN_CANCEL_STOP_DEVICE
2009-05-05 Cameron Gutman - Implement handling for IRP_MN_QUERY_STOP_DEVICE
2009-05-04 Aleksey Bragin- Ditto as r40781, but for ohci. Spotted by Cameron...
2009-05-04 Aleksey Bragin- Handle failure case correctly in *_submit_urb: remove...
2009-05-03 Cameron Gutman - Implement NdisCopyBuffer and NdisGetCurrentProcessor...
2009-05-03 Cameron Gutman - Translate the raw address before attempting to map it
2009-05-02 Cameron Gutman - Add debug prints to NdisMMapIoSpace
2009-05-02 Cameron Gutman - Fix memory corruption when reading binary data
2009-05-01 Cameron Gutman - Check for invalid ConfigurationContext
2009-05-01 Timo KreuzerMerge from amd64-branch:
2009-04-30 Timo Kreuzermerge 37282 from amd64-branch:
2009-04-30 Cameron Gutman - Pass IRP_MN_QUERY_DEVICE_RELATIONS down the stack
2009-04-28 Cameron Gutman - Fix build (try 2)
2009-04-28 Cameron Gutman - Wait for NdisMFreeSharedMemoryPassive to complete...
2009-04-28 Cameron Gutman - Only call NdisMEthIndicateReceiveComplete once per...
2009-04-27 Johannes Anderwald- Silence a few debug prints
2009-04-27 Johannes Anderwald- Remove test code which should never have come into...
2009-04-27 Johannes Anderwald- Fix IPortWavePci_Notify routine
2009-04-27 Johannes Anderwald- Experimental IPortPinWavePci implementation
2009-04-26 Johannes Anderwald- Implement KSPROPERTY_PIN_DATARANGES handler- Always...
2009-04-26 Cameron Gutman - Free NdisMiniportBlock.Resources when we receive...
2009-04-26 Cameron Gutman - Also copy AllocatedResources from the stack to NdisM...
2009-04-26 Johannes Anderwald- Pass KSPROPERTY_SET to subdevice constructor
2009-04-25 Cameron Gutman - Fix support for asynchronously completed requests
2009-04-25 Cameron Gutman - Use Int32x32To64 to calculate timeout
2009-04-25 Johannes Anderwald- Fix allocation of CM_RESOURCE_LIST
2009-04-25 Cameron Gutman - We don't need these debug prints anymore
2009-04-24 Johannes Anderwald- Implement VideoPortPutDmaAdapter, VideoPortStartDma...
2009-04-23 Johannes Anderwald- Remove unused file
2009-04-23 Cameron Gutman - Allocate memory for the OOB area also
2009-04-23 Johannes Anderwald- Add tons of ASSERT_IRQL / ASSERT_IRQL_EQUAL
2009-04-23 Cameron Gutman - Fix the size passed to RtlZeroMemory so it also...
2009-04-23 Timo Kreuzerfix build
2009-04-23 Johannes Anderwald- Re-dispatch irp to the default handler
2009-04-23 Cameron Gutman - Zero the whole packet in other packet allocation...
2009-04-23 Johannes Anderwald- Once a create handler indicates success, leave creati...
2009-04-22 Johannes Anderwald- Increase importance of the audio dpc which finishes...
2009-04-22 Johannes Anderwald- Allocate work item for each filter / pin being opened
2009-04-22 Johannes Anderwald- Allocate a work item for each specific request (start...
2009-04-22 Cameron Gutman - Don't attempt to store packets and buffers in the...
2009-04-21 Johannes Anderwald- Add error debug traces
2009-04-21 Johannes Anderwald- Implement KSPROPERTY_PIN_CTYPE, KSPROPERTY_PIN_DATAFL...
2009-04-21 Johannes Anderwald- Implement FastDeviceIoControl for IPortFilterWavePci
2009-04-21 Timo KreuzerSome work on freetype font driver
2009-04-21 Johannes Anderwald- Implement handling a FastDeviceIoControl path (not...
2009-04-21 Johannes Anderwald- Fix return type of FastDeviceIo / FastRead / FastWrite
2009-04-21 Cameron Gutman - Add an ASSERT
2009-04-21 KJK::HyperionSupersedes r40538, r40539; RosBE bug fixed with a RosBE...
2009-04-20 Cameron Gutman - Implement NdisQueryAdapterInstanceName
2009-04-20 Cameron Gutman - Implement NdisMRegisterUnloadHandler, NdisMRegisterD...
2009-04-20 Cameron Gutman - Implement NdisMGetDeviceProperty
2009-04-20 Johannes Anderwald- Rename function to fix linking errors on x64
2009-04-19 Johannes Anderwald- Forward & wait IRP_MN_START_DEVICE to lower device...
2009-04-19 Johannes Anderwald- Handle IRP_MN_QUERY_RESOURCE_REQUIREMENTS
2009-04-19 Johannes Anderwald- Silence a few debug prints
2009-04-19 Johannes Anderwald- Drivers might use this unused area
2009-04-19 Johannes Anderwald- Activate IPortFilterWavePci
2009-04-19 Johannes Anderwald- Implement IPortFilterWavePci (based on IPortFilterWav...
2009-04-19 Cameron Gutman - Print the current and maximum lookahead to aid in...
2009-04-19 Cameron Gutman - Stub MiniSetComplete and MiniQueryComplete
2009-04-17 Cameron Gutman - Don't leak the dma adapter when we fail
2009-04-17 Cameron Gutman - Fix another multiplication error
2009-04-17 Cameron Gutman - Initialize the spin lock in NdisInitializeReadWriteLock
2009-04-16 Cameron Gutman - Simplify timer implementation (done by me)
2009-04-16 KJK::HyperionThis is why we can't have nice things. Reverting r40538...
2009-04-16 KJK::HyperionRbuild rationalization commit, umpteenth of infinite
2009-04-15 Johannes Anderwald- Plug in sample rate conversion library, doesnt work yet
2009-04-14 Johannes Anderwald- Implement Channel de-muxing
2009-04-14 Johannes Anderwald- Fix a bug in the KSPROPERTY_PIN_DATAINTERSECTION...
2009-04-14 Johannes Anderwald- Handle KSPROPERTY_PIN_DATAINTERSECTION
2009-04-14 Johannes Anderwald- Use a work item for each specific task: start, stop...
2009-04-13 Cameron Gutman - Fix release build (try 1)
2009-04-13 Cameron Gutman - Fix a typo
2009-04-13 Cameron Gutman - Implement the rest of MiniIndicateReceivePacket
2009-04-12 Cameron Gutman - Don't close the connection handle and dereference...
2009-04-11 Cameron Gutman - Revert 40446 and 40447
2009-04-10 Cameron Gutman - MiniSendComplete acquires the adapter lock so releas...
2009-04-10 Cameron Gutman - Acquire the adapter lock instead of just raising...
2009-04-10 Cameron Gutman - Deserialized miniports always complete their sends...
2009-04-09 Michael Martin- rw.c: After the write wait has been satisfied, check...
next