Updated close graphic
[reactos.git] / reactos / drivers /
2003-02-17 Gé van GeldorpImplemented VideoPortGetAccessRanges
2003-02-15 Gé van GeldorpSupport for VMware video drivers (oops, forgot this...
2003-02-15 Gé van GeldorpMoved to drivers\dd\videoprt
2003-02-15 Gé van GeldorpSupport for VMware video drivers
2003-02-13 Hartmut Birr- Ntoskrnl uses for all access to internal structures...
2003-02-09 Hartmut BirrImplemented IRP_MJ_FLUSH_BUFFERS.
2003-01-31 Eric KohlRenamed misleading 'BootBackupSector' to 'FsInfoSector'.
2003-01-30 Eric KohlAdded write cache flushing (untested).
2003-01-28 Hartmut Birr-Using DataBuffer and DataTransferLength from DeviceExt...
2003-01-28 Hartmut Birr-Do not modify the buffer and length field within the...
2003-01-28 Hartmut Birr- Check the returned status after calls to NextCluster...
2003-01-25 Eugene IngermanMinor bug fix.
2003-01-25 Eugene IngermanFixed save/restore screen area bug. This bug showed...
2003-01-25 Hartmut Birr- Reverted my latest changes to fix the handling of...
2003-01-25 Hartmut Birr-Implemented vfat file locking. (Thanks to Gunnar Andr...
2003-01-24 Jason FilbyScrollbar improvements
2003-01-24 Eric KohlFixed size of BootBackup in the FAT32 bootsector.
2003-01-19 Gé van GeldorpSilence some debug messages
2003-01-19 Gé van GeldorpHonour FILE_OVERWRITE and FILE_OVERWRITE_IF (truncate...
2003-01-19 Gé van GeldorpFix truncation to 0 bytes
2003-01-17 Eric KohlDump some file attributes (file name, volume name,...
2003-01-17 Eric KohlDump some file attributes (file name, volume name,...
2003-01-17 Eric KohlFixed a few STDCALL issues and other warnings.
2003-01-16 Gé van GeldorpWhen an empty filename is passed in directory search...
2003-01-16 Eric KohlAdded UDF filesystem recognizer (still incomplete).
2003-01-15 guidoignore *.d
2003-01-15 Casper Hornstrup2003-01-15 Casper S. Hornstrup <chorns@users.sourcefo...
2003-01-15 Casper Hornstrup2003-01-15 Casper S. Hornstrup <chorns@users.sourcefo...
2003-01-13 Hartmut BirrFixed low memory mapping.
2003-01-11 Hartmut BirrRemoved FCB_UPDATE_ENTRY.
2003-01-11 Hartmut BirrCall VfatUpdateEntry on each write operation.
2003-01-11 Hartmut BirrInform/query the cache/memory manager if a file would...
2003-01-11 Hartmut BirrStore a pointer to the parent in the fcb structure and
2003-01-11 Hartmut BirrReduced some overhead in VfatUpdateEntry.
2003-01-11 Hartmut BirrRemoved the call to VfatUpdateEntry.
2003-01-11 Hartmut BirrRemoved the call to VfatUpdateEntry.
2003-01-08 Robert DickensonNew name for packet capture library network driver...
2003-01-05 Robert Dickensonhousekeeping files...
2003-01-05 Robert Dickensonhousekeeping files...
2003-01-04 Hartmut BirrFixed handling of large FAT32 partitions.
2003-01-03 Gé van GeldorpHandle FAT32 partitions larger than 4GB
2003-01-02 Hartmut BirrAdded a missing call to VfatCloseFile.
2003-01-02 Hartmut BirrAdded a terminating 0 in vfatGetFCBForFile. Vfat has...
2003-01-02 Hartmut BirrFixed the handling for errors/retries.
2003-01-02 Hartmut BirrCheck if a uncached read is sector aligned, fail if...
2003-01-02 Hartmut BirrUninitialize the file cache only if it was initialized.
2003-01-01 Robert DickensonMinor mods.
2002-12-28 Robert Dickensonupdates to the sc utility.
2002-12-27 Gé van GeldorpImproved file attribute and file time handling
2002-12-22 Gé van GeldorpFix sector size for AT LBA drives at 512 bytes
2002-12-22 Gé van GeldorpVolume label doesn't always have the ARCHIVE bit set
2002-12-21 Robert DickensonRevisted the packet capture driver and updated with...
2002-12-16 Hartmut BirrReplaced some calls to DbgPrint with the DPRINT macro.
2002-12-15 Casper Hornstrup2002-12-15 Casper S. Hornstrup <chorns@users.sourcefo...
2002-12-15 Eric KohlUse lookaside list to allocate SRBs.
2002-12-15 Steven EdwardsApply'd hartmut sector size patch for VMware.
2002-12-13 Eric KohlFixed data overrun upon read commands.
2002-12-10 Eric KohlAdded the Promise Ultra100 (PDC20267) controller to...
2002-12-09 Eric KohlImplemented ScsiPortGetDeviceBase() and ScsiPortFreeDev...
2002-12-09 Hartmut BirrAdded support for shared interrupts (tested with a...
2002-12-09 Hartmut BirrAdded more debug messages.
2002-12-09 Hartmut BirrRegister interrupts with hal.
2002-12-03 Eric KohlAdded bus- and target-specific data to the device map.
2002-12-03 Hartmut BirrAdded support for the lower case flags of 8.3 names.
2002-11-28 Eric KohlBuild the hardware device map for each SCSI port.
2002-11-20 Eric KohlDisabled debug message.
2002-11-18 Eric KohlDisabled a debug message.
2002-11-17 Robert DickensonRelative include path fixed to absolute path.
2002-11-14 Casper Hornstrup2002-11-13 Casper S. Hornstrup <chorns@users.sourcefo...
2002-11-13 Casper Hornstrup2002-11-13 Rick Gaiser <RickG81@Wanadoo.nl>
2002-11-11 Hartmut Birr* Implemented multiple sector commands for reading...
2002-11-11 Hartmut Birr* Used look aside lists to allocate memory for VFATFCB...
2002-11-10 Casper Hornstrup2002-11-10 Casper S. Hornstrup <chorns@users.sourcefo...
2002-11-10 Robert Dickensonchanged the default trace level to MID_TRACE for when...
2002-11-10 Robert Dickensonslight mod to the end of line for received ip packets...
2002-11-10 Robert Dickensondisplay some extra debug messages on boot to see whats...
2002-11-10 Robert Dickensondisplay debug message on boot.
2002-10-31 David WelchFixed race condition between psaux ISR and DPC.
2002-10-23 Steven EdwardsAdd some includes to fix part of building. (Adopt me)
2002-10-21 Hartmut BirrKeSetEvent must be called with Wait set to FALSE within...
2002-10-07 Robert DickensonAdded define _USE_NE2000 with increased tracing level...
2002-10-06 Robert DickensonQuick fix to prevent bochs users experiencing aborts...
2002-10-03 Steven EdwardsEnd of line fix for gcc 3.x
2002-10-01 Casper Hornstrup2002-10-01 Casper S. Hornstrup <chorns@users.sourcefo...
2002-09-30 Hartmut BirrRemoved VfatIoIsOperationSynchronous and changed back...
2002-09-30 Hartmut BirrFree the DirectorySeachPattern.
2002-09-30 Hartmut BirrChanged the starting cluster for the call to OffsetToCl...
2002-09-30 David WelchUse the correct bit order.
2002-09-25 David WelchAdded nicer looking default mouse cursor.
2002-09-24 Robert DickensonUpdated with latest version changes to original source.
2002-09-24 Robert DickensonTemporary workaround to prevent bochs trouble.
2002-09-24 Robert DickensonAdded calls to INIT_TAG for better debugging messages.
2002-09-24 Robert DickensonSuspicious call to ExFreePool commented out for peer...
2002-09-24 Robert DickensonDoing some work on the serial driver.
2002-09-24 Robert DickensonMinor fix to get ROS pinging reliably over ne2000 as...
2002-09-23 guidoadded clean rule
2002-09-21 David WelchAccelerate PATCOPY blits.
2002-09-20 Eugene IngermanPatch by Hartmut Birr: protect IrpFlags with spinlock.
2002-09-19 Eric KohlMoved SCSI headers because they are used by usetup.
2002-09-18 David WelchCreate a PDEV for the display driver only once.
next