- Use _SEH2_YIELD when returning from an exception instead of returning outside the...
[reactos.git] / reactos / drivers /
2009-08-24 Stefan Ginsberg- Missed these in 42915
2009-08-24 Stefan Ginsberg- Start deprecating TAG()
2009-08-24 Johannes Anderwald- Check that all pins have been closed when the last...
2009-08-24 Johannes Anderwald- Fix calling property handler in IKsFilter_DispatchDev...
2009-08-23 Johannes Anderwald[KS]
2009-08-23 Stefan Ginsberg- copy.c, view.c: malloc.h now properly implements...
2009-08-23 Johannes Anderwald- Code polishing
2009-08-23 Johannes Anderwald- Fix exporting of CBaseUnknown
2009-08-23 Johannes Anderwald- Implement CBaseUnknown class functions in C!
2009-08-22 Matthias Kupfer- halve and round up (improved version) ;-)
2009-08-21 Johannes Anderwald[KS]
2009-08-21 Johannes Anderwald- IOCTL_KS_WRITE_STREAM passes the data in the OutputBu...
2009-08-21 Stefan Ginsberg- Fix EXT2 IFS for msvc:
2009-08-21 Stefan Ginsberg- svchost: #ifdef _MSC_VER doesn't mean "using Microsof...
2009-08-21 Johannes Anderwald- Remove test code
2009-08-21 Aleksey Bragin- Convert a wrong macro to an inlined function.
2009-08-21 Johannes Anderwald- Partly implement KsCreateBusEnumObject
2009-08-21 Johannes Anderwald- Remove hacks for bug 4566
2009-08-20 Stefan Ginsberg- Include windef.h so CDECL gets declared for msvc...
2009-08-20 Cameron Gutman - Forgot to change debug print
2009-08-20 Cameron Gutman - Fix receiving packets on an interface's broadcast...
2009-08-20 Johannes Anderwald- Implement KsCopyObjectBagItems
2009-08-20 Johannes Anderwald- Implement DllInitialize
2009-08-20 Johannes Anderwald- Define automation tables for Filter & Pin
2009-08-20 Stefan GinsbergDon't use dllexport for videoprt; we use a .spec. Also...
2009-08-19 Johannes Anderwald- Arch should learn english first before bashing gcc
2009-08-19 Johannes Anderwald- Implement KsProbeStreamIrp
2009-08-18 Cameron Gutman - Print a message to the debug log if ZwClose returns...
2009-08-18 Cameron Gutman - Handle failure of NdisMInitializeWrapper
2009-08-18 Cameron Gutman - Verify that we got a handle to a file object
2009-08-18 Johannes Anderwald- Implement IPortEvents interface for IPortTopology
2009-08-18 Johannes Anderwald- Increment reference count only if resource list was...
2009-08-17 Johannes Anderwald[WDMAUD.DRV]
2009-08-17 Johannes Anderwald- Fix a big bug in the samplerate conversion routine
2009-08-16 Dmitry GorbachevRevert r42569.
2009-08-16 Dmitry GorbachevSynchronize with paging I/O.
2009-08-16 Dmitry GorbachevTake inode size from Ext2 superblock.
2009-08-15 Johannes Anderwald- Implement KsGetFirstChild, KsGetNextSibling
2009-08-15 Johannes Anderwald- Include splitter in build
2009-08-15 Cameron Gutman - Actually zero the select events in ZeroEvents
2009-08-15 Cameron Gutman - Fix more select bugs related to the disconnect event
2009-08-15 Cameron Gutman - Fix several bugs in select code and remove some...
2009-08-14 Johannes Anderwald- Implement KsPropertyHandler, KsPropertyHandlerWithAll...
2009-08-14 Johannes Anderwald[KS]
2009-08-14 Cameron Gutman - Fix several bugs so select() will now recognize...
2009-08-13 Cameron Gutman - Fix a handle leak
2009-08-13 Johannes Anderwald[SPLITTER]
2009-08-13 Johannes Anderwald[KS]
2009-08-13 Johannes Anderwald- Implement IPortDMus_fnNewRegistryKey
2009-08-12 Cameron Gutman - Don't access an uninitialized variable
2009-08-11 Johannes Anderwald- Filter dispatch is optional, handle it when creating...
2009-08-11 Johannes Anderwald- Start implementing splitter
2009-08-11 Johannes Anderwald- Add sanity checks
2009-08-11 Johannes Anderwald- Fix allocation check
2009-08-11 Johannes Anderwald[KS]
2009-08-11 Johannes Anderwald- Remove superflouous checks
2009-08-10 Cameron Gutman - Make Connect IRPs cancellable (should fix some deadl...
2009-08-10 Johannes Anderwald- Implement swenum
2009-08-10 Johannes Anderwald- Implement BdaPropertyGetPinControl
2009-08-10 Johannes Anderwald- Implement BdaPropertyNodeTypes, BdaPropertyPinTypes
2009-08-10 Johannes Anderwald- Implement BdaInitFilter, BdaCreateTopology
2009-08-10 Johannes Anderwald- Arch broke it
2009-08-10 Johannes Anderwald- Add BDA filter context to object bag, so that it...
2009-08-10 Johannes Anderwald[BDASUP]
2009-08-10 Johannes Anderwald[WDMAUD]
2009-08-09 Dmitry GorbachevDo not call CcUnpinData() with NULL PtrBCB.
2009-08-09 Stefan Ginsberg- ne2000: Don't assume stdcall is default for MSVC
2009-08-09 Cameron Gutman - Return the correct value for AFD_INFO_BLOCKING_MODE
2009-08-08 Stefan GinsbergFix Uniata for msvc:
2009-08-08 Pierre SchweitzerInclude header where needed
2009-08-07 Stefan Ginsberg- Don't use dllexport for dxapi -- we have a .spec
2009-08-07 Cameron Gutman - We associate the MDL with the IRP later (in TdiBuild...
2009-08-07 Cameron Gutman - Call IoCompleteRequest to free IRPs created by IoBui...
2009-08-07 Christoph von Wittichinclude windef.h to get the definitions for BYTE and...
2009-08-07 Christoph von Wittichstub bdasup
2009-08-07 Johannes Anderwald- Remove hack of starting stream automatically when...
2009-08-07 Johannes Anderwald[KS]
2009-08-06 Johannes Anderwald- Add a few parameters check
2009-08-06 Johannes Anderwald- Check if translated / untranslated resource list...
2009-08-05 Gregor Schneider-Import tkreuzer's time implementation from AMD64 branch
2009-08-05 Stefan Ginsberg- Fix release build broken in 42400
2009-08-05 Cameron Gutman - Fix a bug in TDI_TRANSPORT_ADDRESS_FILE handling
2009-08-05 Cameron Gutman - Correct the loopback adapter's address mask and...
2009-08-04 Cameron Gutman - Partial rewrite of recursive mutex code
2009-08-04 Johannes Anderwald- Implement KsMergeAutomationTables
2009-08-04 Cameron Gutman - Hardcode the return value of OID_GEN_HARDWARE_STATUS...
2009-08-04 Cameron Gutman - Finally get IRP_MJ_CLOSE working properly
2009-08-03 Stefan Ginsberg- Cleanup from 42219 -- remove superfluous return statement
2009-08-03 Cameron Gutman - Fix some cleanup vs. close confusion
2009-08-03 Cameron Gutman - Revert r42358 due to what seems to be issues handlin...
2009-08-03 Cameron Gutman - Fix a typo
2009-08-03 Cameron Gutman - Check if the handle is valid before closing it
2009-08-02 Dmitry GorbachevLove Nystrom (=lovenystrom=at=hotmail=dot=com=), bug...
2009-08-02 Stefan Ginsberg- Wooops, fix dxg and dxapi build after 42346.
2009-08-02 Johannes Anderwald[PORTCLS]
2009-08-02 Johannes Anderwald- Implement KsStreamPointerDelete, KsStreamPointerSched...
2009-08-02 Johannes Anderwald[KS]
2009-08-02 Johannes Anderwald[KS]
2009-07-31 Stefan Ginsberg- delayimp.h: Use FORCEINLINE instead of static __inline__
2009-07-31 Johannes Anderwald- Partly Implement KsRegisterFilterWithNoKSPins
next