- Update SeaMonkey to 1.1.16
[reactos.git] / reactos / drivers /
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...
2009-04-09 Cameron Gutman - Fix a very old bug (since r11789) which causes minip...
2009-04-08 Cameron Gutman - Fix some copy/paste bugs
2009-04-08 Aleksey Bragin- ScsiPortNotification and ScsiPortDebugPrint are cdecl...
2009-04-08 Cameron Gutman - Pass the packet flags to the MiniportSend handler
2009-04-07 Cameron Gutman - Don't leave a bad handle or object pointer
2009-04-07 Cameron Gutman - Use ZwClose instead of NtClose
2009-04-07 Cameron Gutman - Set FCB->Recv.Window to NULL so it doesn't get freed...
2009-04-06 Cameron Gutman - Return the correct status when we get a bad parameter
2009-04-06 Aleksey Bragin- Specify NTAPI for all functions without calling conve...
2009-04-06 Cameron Gutman - Drivers must use DelayedWorkQueue
2009-04-06 Cameron Gutman - Report to drivers that we are NDIS 5.0
2009-04-05 Cameron Gutman - Revert r40367
2009-04-05 Johannes Anderwald- Check if allocation of work item succeeded - Thanks...
2009-04-05 Johannes Anderwald- Fix leaking of work item for each detected audio...
2009-04-05 Aleksey Bragin- Compile UniATA with stdcall default calling conventio...
2009-04-05 Cameron Gutman - Distinguish between cleanup and close properly
2009-04-05 Cameron Gutman - Implement a DispatchCleanup routine and properly...
2009-04-04 Johannes Anderwald- Re-use WorkItem
2009-04-04 Cameron Gutman - Remove the rest of the code that sets the wrong...
2009-04-04 Cameron Gutman - Initialize packets before using them
2009-04-03 Johannes Anderwald- Silence tons of debug messages
2009-04-03 Cameron Gutman - RapidSVN doesn't figure out that when I right click...
2009-04-03 Cameron Gutman - More leak fixes
2009-04-03 Cameron Gutman - Cancel all the IRPs in the pending IRP queue when...
2009-04-02 Art YerkesWe don't need the user buffer after launching the TDI...
2009-04-02 Art YerkesFORMATTING only.
2009-04-02 Art YerkesFORMATTING only.
2009-04-01 Art Yerkes[FORMATTING] no code change yet.
2009-04-01 Cameron Gutman - Handle IRP_MN_FILTER_RESOURCE_REQUIREMENTS
2009-03-30 Cameron Gutman - Move the buffer size validation before writing to...
2009-03-30 Cameron Gutman - Validate the output buffer size before writing to it
2009-03-29 Michael Martincreate.c: NpfsCleanup - Do not set the pipe's state...
2009-03-28 Cameron Gutman - Fix a typo
2009-03-28 Cameron Gutman - Implement NdisMAllocateSharedMemoryAsync
2009-03-28 Cameron Gutman - Remove a useless parameter from UnlockAndMaybeComplete
2009-03-28 Cameron Gutman - Remove an unnecessary parameter
2009-03-28 Cameron Gutman - More LockBuffers fixes
2009-03-27 Cameron Gutman - Fix some issues with LockBuffers
2009-03-27 Cameron Gutman - Remove some unnecessary code
2009-03-26 Johannes Anderwald- Remove dead code
2009-03-25 Johannes Anderwald- Export KsNullDriverUnload
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
next