2003-08-11 Casper S. Hornstrup <chorns@users.sourceforge.net>
[reactos.git] / reactos / drivers /
2003-08-11 Royce Mitchell IIIfixed diag lines - initial error for bresnham algo...
2003-08-11 Royce Mitchell IIIfixed miscalculation for upward or leftward bound diago...
2003-08-11 Royce Mitchell IIIfixed several bugs, simplified some calculations. This...
2003-08-11 Royce Mitchell IIIfixed bug in DrawLineTo for up-ward verticals and left...
2003-08-10 Hartmut Birr- Fixed the test for the start vcn in VfatGetRetrievalP...
2003-08-09 Gé van GeldorpReplace DbgPrint by DPRINT/DPRINT1
2003-08-09 Gé van GeldorpFix border case and improve speed
2003-08-09 David Welch- Accelerate PATINVERT blits. Makes moving windows...
2003-08-08 Royce Mitchell IIIappx 4x speed improvement to VGAtoVGA(), which is used...
2003-08-08 Royce Mitchell IIIUpdated by TortoiseCVS
2003-08-07 Andrew GreenwoodW32API conversion update
2003-08-07 Royce Mitchell IIIpatch by vizzini - added settings for vmware's net...
2003-08-06 David Welch- Optimized implementation of blits from the display...
2003-08-05 Aleksey BraginImplemented NdisImmediateReadPort..() and NdisImmediate...
2003-08-04 Royce Mitchell IIIpatch by vizzini - began addition of NDIS4 support...
2003-08-04 Hartmut Birr- Fixed a buffer overflow, if a atapi device returns...
2003-08-02 David Welch- Fixed vga to vga blits with a negative direction.
2003-08-01 David Welch- Added a missing break - fixes nonmasked, non-pattern...
2003-08-01 David Welch- Delete the device object and symbolic link if connect...
2003-07-31 Royce Mitchell IIImarked NdisAllocateMemoryWithTag as @implemented
2003-07-30 Steven EdwardsAdded missing files from Vizzinis NDIS patch
2003-07-30 Royce Mitchell IIIpatch submitted by Vizzini (tested by myself) - impleme...
2003-07-29 Richard CampbellFixed a possible bug in mouse detection, the code state...
2003-07-29 Royce Mitchell IIIadded *.tmp to .cvsignore
2003-07-24 Casper Hornstrup2003-07-24 Casper S. Hornstrup <chorns@users.sourcefo...
2003-07-24 Casper HornstrupMake vfatfs compile using VC6.
2003-07-24 Royce Mitchell IIIreorganized for NDIS_WDM support ( submitted by vizzini )
2003-07-23 Gé van GeldorpFix movement direction of mouse cursor, install serial...
2003-07-23 David Welch- Fix buffer overflow if mouse packets are arriving...
2003-07-23 Eric KohlImplemented IOCTL_DISK_IS_WRITABLE.
2003-07-21 Royce Mitchell IIIcreated KEBUGCHECK, KEBUGCHECKEX, KEBUGCHECKWITHTS...
2003-07-20 Hartmut Birr- Fixed the volume label length in FsdGetFsVolumeInform...
2003-07-20 Royce Mitchell IIIreworked the code in drivers/fs/vfat/volume.c: FsdGetFs...
2003-07-20 Royce Mitchell IIIdrivers/fs/vfat/volume.c: fixed bug lines 88, 92 -...
2003-07-19 Eric KohlImplemented NdisMPciAssignSlotResources() partially.
2003-07-17 Eric KohlPartially implemented NdisImmediateWritePciSlotInformat...
2003-07-17 Eric KohlPartially implemented NdisImmediateReadPciSlotInformati...
2003-07-17 Andrew GreenwoodWin 32 API header compatibility update
2003-07-17 Casper Hornstrup2003-07-17 Casper S. Hornstrup <chorns@users.sourcefo...
2003-07-16 Eric KohlFixed a potential bug related to anonymous struct/union.
2003-07-15 Gé van GeldorpReturn STATUS_NO_MEMORY instead of uninitialized Status...
2003-07-14 Aleksey BraginMake NdisMRegisterMiniport() say (MIN_TRACE) about...
2003-07-14 Gé van GeldorpSet screen width/height
2003-07-14 Gé van GeldorpImplement clipping of lines
2003-07-13 Eric KohlCreate media change events.
2003-07-12 Eric KohlConvert SCSI SRB to ATAPI format for MODE_SENSE, MODE_S...
2003-07-12 Eric KohlImplemented ScsiClassFindModePage().
2003-07-12 Casper Hornstrup2003-07-12 Casper S. Hornstrup <chorns@users.sourcefo...
2003-07-11 Eric KohlHandle abort command.
2003-07-11 Eric KohlImplemented ScsiClassModeSense().
2003-07-10 Casper Hornstrup2003-07-10 Casper S. Hornstrup <chorns@users.sourcefo...
2003-07-10 Casper Hornstrup2003-07-10 Casper S. Hornstrup <chorns@users.sourcefo...
2003-07-10 Casper Hornstrup2003-07-10 Casper S. Hornstrup <chorns@users.sourcefo...
2003-07-10 Casper Hornstrup2003-07-10 Casper S. Hornstrup <chorns@users.sourcefo...
2003-07-10 Casper Hornstrup2003-07-10 Casper S. Hornstrup <chorns@users.sourcefo...
2003-07-10 Casper Hornstrup2003-07-10 Casper S. Hornstrup <chorns@users.sourcefo...
2003-07-09 Hartmut Birr- Check for more illegal characters in VfatCreateFile.
2003-07-08 Gé van GeldorpImplement VideoPortLogError (not complete yet)
2003-06-29 guidoanother day of janitor stuff
2003-06-28 Gé van GeldorpImplement clipping for bitblt operations
2003-06-26 Hartmut Birr- Revert the last changes. Support for removable medias...
2003-06-24 Eric KohlVerify storage device upon file open request.
2003-06-24 Eric KohlImplemented several IOCTLs.
2003-06-24 Eric KohlMerged duplicate code.
2003-06-24 Eric KohlAllocate a sense data buffer for each disk device.
2003-06-24 Eric KohlMinor cleanup.
2003-06-24 Eric KohlAdded more stuff to the IDENTIFY data block.
2003-06-21 Hartmut Birr- Allocate the pipe buffer at creation time.
2003-06-21 Gé van GeldorpImplement display ownership, also makes ATI Rage 3rd...
2003-06-20 Gé van GeldorpMap video memory based on actual size of screen
2003-06-19 Gé van GeldorpImplement VideoPortSynchronizeExecution() and VideoPort...
2003-06-19 Gé van GeldorpImplement VideoPortSynchronizeExecution() and VideoPort...
2003-06-16 Hartmut Birr- Fixed the check for an existing paging file.
2003-06-07 Casper Hornstrup2003-06-07 Casper S. Hornstrup <chorns@users.sourcefo...
2003-06-04 Hartmut Birr- Fixed a wrong call to OffsetToCluster in VfatSetAlloc...
2003-05-27 Eric KohlImplemented spinlock and event functions.
2003-05-22 Gé van GeldorpAdd DebugOut device driver
2003-05-22 Gunnar Dalsnes-Fixed FileObject/Event dereferencing at IRP completion...
2003-05-20 Eric KohlImplemented NDIS timer functions.
2003-05-11 Hartmut Birr- Implemented FSCTL_GET_RETRIVAL_POINTERS.
2003-05-07 Aleksey BraginAdded EthFilterDprIndicateReceive(), EthFilterDprIndica...
2003-05-07 Aleksey BraginUncommented exporting of EthFilterDprIndicateReceive...
2003-05-06 Eric KohlMoved test sound.
2003-05-04 Gé van GeldorpClean up debugging stuff and silence debug messages
2003-05-03 Gé van GeldorpImplement GetDeviceCaps()
2003-05-01 Eric KohlGet timeout value from the registry or use default...
2003-05-01 Eric KohlGet timeout value from the registry.
2003-04-29 Eric KohlDisabled debug messages.
2003-04-29 Eric KohlImplemented disk geometry update for BIOS drives.
2003-04-28 Aleksey BraginAdded notification for partly-implemented NdisMSetAttri...
2003-04-28 Eric KohlUse disk signature or MBR checksum to find the right...
2003-04-27 Eric KohlDetect and print BIOS disk geometry.
2003-04-27 Eric KohlMoved disk manager related offset calculation to class2.
2003-04-26 Hartmut Birr- Fixed the offset in ReadPciConfigUshort/WritePciConfi...
2003-04-25 Aleksey BraginImplement part of the functionality of NdisMSetAttribut...
2003-04-06 Casper Hornstrup2003-04-06 Casper S. Hornstrup <chorns@users.sourcefo...
2003-04-05 Casper Hornstrup2003-04-05 Casper S. Hornstrup <chorns@users.sourcefo...
2003-04-05 Casper Hornstrup2003-04-05 Casper S. Hornstrup <chorns@users.sourcefo...
2003-03-28 Eric KohlAdded support for the Ontrack Disk Manager.
2003-03-28 Gé van GeldorpFix crash at load-time
next