Split custom ReactOS-only non-standard extensions from NTDDSND.H
[reactos.git] / reactos / drivers /
2009-02-15 Andrew GreenwoodSplit custom ReactOS-only non-standard extensions from...
2009-02-15 Johannes Anderwald- Partly implement IPortFilterWaveCyclic_fnNewIrpTarget
2009-02-14 Johannes Anderwald- Directly create the device objects in its DriverEntry...
2009-02-13 Christoph von Wittichfix a memory leak
2009-02-13 Christoph von Wittich-use ExAllocatePoolWithTag/ExFreePoolWithTag
2009-02-12 Johannes Anderwald- Define interface for wdmaud.drv
2009-02-12 Christoph von Wittich-move FCB_TAG to header
2009-02-11 Hervé PoussineauRevert r39517, as there is no reason for such a change...
2009-02-11 Johannes Anderwald- Use ZwCreateFile to get the file handle
2009-02-11 Johannes Anderwald- Implement KsCreateTopologyNode, KsCreatePin
2009-02-10 Johannes Anderwald- Implement KsDefaultDispatchPnp, KsAcquireDeviceSecuri...
2009-02-10 Johannes Anderwald- Increase reference count on ISubdevice interface...
2009-02-10 Dmitry Gorbachevmpu401.sys: remove entrypoint="..."
2009-02-10 Sylvain PetreolleRtlCreateUnicodeString needs ntifs.h inclusion.
2009-02-10 Johannes Anderwald- Handle IRP_MN_QUERY_PNP_DEVICE_STATE
2009-02-10 Christoph von Wittichset entrypoint="0"
2009-02-10 Johannes Anderwald- Move includes to a common header- Implement IKsDevice...
2009-02-09 Timo KreuzerRename ntddk.h include guard to _NTDDK_ as it's suppose...
2009-02-09 Christoph von Wittichformatting fix tabs to 4 spaces
2009-02-08 Dmitry GorbachevFlush buffers before sending a command to keyboard...
2009-02-08 Michael Martin- Set Buffer pointer to NULL on failure.
2009-02-08 Michael Martin- Fix formatting
2009-02-08 Timo Kreuzermerge from amd64 branch. and
2009-02-04 Dmitry Gorbachev- Remove extra semicolons. Amine Khaldi, bug #3980.
2009-02-04 Christoph von Wittichdisable dprints
2009-02-04 Christoph von Wittichfix formatting (again)
2009-02-04 Art YerkesAdd a per-directory cache of short filenames allowing...
2009-02-03 Timo KreuzerDon't cast pointers to ULONG!
2009-02-03 Christoph von Wittichfix formatting
2009-02-03 Christoph von Wittich-check for filesize in MmCanFileBeTruncated
2009-02-02 Dmitry GorbachevMove hack to other place because of bug #4120.
2009-02-02 Dmitry GorbachevHack-close TCP connection. Bug #1283.
2009-01-28 Johannes Anderwald- Implement enumerating available virtual audio devices...
2009-01-28 Johannes Anderwald-fix build
2009-01-28 Johannes Anderwald- Implement initializing routines for wdmaud
2009-01-27 Johannes Anderwald- Register sysaudio device interfaces
2009-01-27 Johannes Anderwald- Fix registered guids for IPortMidi
2009-01-27 Johannes Anderwald- Add guids for IPortMidi and IMiniportMidi
2009-01-27 Johannes Anderwald- Rename device context struct
2009-01-26 Johannes Anderwald- Use InterlockedIncrement, InterlockedDecrement over...
2009-01-26 Johannes Anderwald- Reimplement SysAudio device initilization
2009-01-26 Johannes Anderwald- Start implementing object bag support functions
2009-01-26 Christoph von Wittich-fix header
2009-01-26 Christoph von Wittichno DriverEntry in here -> entrypoint="0"
2009-01-25 Stefan Ginsberg- Missed fs_rec in last commit
2009-01-25 Stefan Ginsberg- Deprecate global helper.h -- define the various ...
2009-01-25 Pierre Schweitzer- Fixed a TODO.
2009-01-25 Pierre SchweitzerFixed a wrong behaviour
2009-01-25 Pierre SchweitzerFixed copy/paste
2009-01-24 Pierre SchweitzerThis shouldn't have been commited... Thanks to RapidSVN
2009-01-24 Pierre SchweitzerAdded/Updated French translation for almost everything...
2009-01-23 Colin Finck- Convert the function headers to a Doxygen-compatible...
2009-01-23 Pierre SchweitzerAdded notifications stuff to VCB
2009-01-23 Aleksey BraginChristoph von Wittich
2009-01-23 Aleksey Bragin[FORMATTING]
2009-01-23 Aleksey Bragin[FORMATTING]
2009-01-23 Aleksey BraginAlex Vlasov
2009-01-23 Aleksey BraginAlex Vlasov
2009-01-23 Aleksey Bragin- Add TAG definition to be compatible with GCC multicha...
2009-01-23 Aleksey Bragin- Fix FatValidSectorsPerCluster, otherwise it ended...
2009-01-23 Aleksey BraginAlex Vlasov
2009-01-23 Aleksey BraginAlex Vlasov
2009-01-23 Aleksey Bragin- Bring FatPerformDevIoCtrl to our coding standards...
2009-01-22 Pierre Schweitzer- Implemented FatPerformDevIoCtrl
2009-01-22 Pierre SchweitzerWoops! I mixed my patches. It fixes leaks anyway ;).
2009-01-22 Pierre SchweitzerDon't leak IRPs in case of failure
2009-01-22 Stefan Ginsberg- Change DPRINT to INFO_ to silence the spam
2009-01-21 Michael Martin- npfs.h: The member named WriteMode is meaningless...
2009-01-20 Aleksey Bragin[FORMATTING]
2009-01-20 Stefan Ginsberg- Fix leftover from 38960
2009-01-20 Aleksey BraginAlex Vlasov
2009-01-19 Stefan GinsbergFix the completely retarded implementation of KdComPort...
2009-01-19 Stefan Ginsberg- Kill off more unnecessary allowwarnings="true"
2009-01-19 Stefan Ginsberg- Remove unnecessary allowwarnings="true"
2009-01-19 Aleksey Bragin- Fix a misnamed var in fastfat.h.
2009-01-18 Johannes Anderwald- Register all device interfaces identified in the...
2009-01-18 Johannes Anderwald- Fix IPortWaveCyclic interface
2009-01-18 Johannes Anderwald- Fix debug prints
2009-01-18 Michael Martin- Fix calculation of WriteQuotaAvailable and WritePtr...
2009-01-18 Johannes Anderwald- Implement IPortEvents interface to IPortWavePci
2009-01-17 Johannes Anderwald- Store DeviceObject before calling IMiniportTopology...
2009-01-17 Johannes Anderwald- Handle IRP_MN_QUERY_INTERFACE
2009-01-17 Johannes Anderwald- Store DeviceObject before calling IMiniportWaveCyclic...
2009-01-17 Michael Martin- rw.c: Better implementation of read/write for pipes.
2009-01-17 Johannes Anderwald- Check for valid DeviceExtensionSize
2009-01-16 Michael Martin- Reply 38790, with fix for npfsPeekPipe which was...
2009-01-16 Michael Martin- Revert 38790 as i broke autotests.
2009-01-16 Michael Martin- create.c: All instances of a pipe must be the same...
2009-01-15 Aleksey Bragin- Delete npfs_new skeleton. One rewrite less.
2009-01-14 Johannes Anderwald- sorry folks
2009-01-14 Stefan Ginsberg- Revert 38762 to fix build
2009-01-14 Johannes Anderwald- Implement PcForwardIrpSynchronous
2009-01-14 Aleksey Bragin- Add stubs for VolumeControlBlock structure, VolumeDev...
2009-01-13 Johannes Anderwald- Copy provided PCM_RESOURCE_LIST when a new ResourceLi...
2009-01-13 Aleksey Bragin- Remove unneeded functions.
2009-01-13 Cameron Gutman - Merge aicom-network-fixes up to r38730
2009-01-12 Johannes Anderwald- fix me (add missing file)
2009-01-12 Johannes Anderwald- Implement IPortTopology::NewRegistryKey, IPortWavePci...
2009-01-12 Stefan Ginsberg- Revert to pre-38722 to unbreak build
2009-01-12 Aleksey Bragin- Stubplement handlers for all needed IRP_MJ except...
next