Year, in the copyright string, updated.
[reactos.git] / reactos / drivers /
2002-01-15 Hartmut BirrAdded some fixes for accessing the page file.
2002-01-15 David WelchImplemented NtW32Call and NtCallbackReturn
2002-01-14 Eric KohlImproved disk driver stack.
2002-01-08 David WelchMore swapping fixes
2002-01-01 David WelchFixed bug with cygwin1.dll (still doesn't work)
2001-11-30 Eugene IngermanFixed small bug in keyboard driver that prevented filte...
2001-11-20 Hartmut BirrFixed a bug in FAT12FindAvailableCluster.
2001-11-20 Eric KohlImplemented read/write.
2001-11-07 Phillip SusiRe enabled mounting more than one filesystem
2001-11-03 Casper HornstrupNew target 'implib' to avoid cicular references.
2001-11-03 Eric KohlDisabled secondary channel by default
2001-11-02 Hartmut BirrReworked code for handling of asynchonous i/o requests.
2001-11-02 Hartmut BirrReworked code for handling of asynchonous i/o requests.
2001-11-02 Hartmut BirrFixed a minor bug in vfatMakeRootFCB().
2001-11-02 Hartmut BirrSpeed optimization in FATxxFindAvailableCluster().
2001-11-01 Eric KohlRemoved PCI_COMMON_CONFIG
2001-11-01 Eric KohlSet sector size to 512 bytes.
2001-11-01 Eric KohlEnabled secondary IDE channel for PCI and ISA bus
2001-11-01 Hartmut BirrFixed some bugs in VfatGetStandardInformation().
2001-11-01 Hartmut BirrEnabled the check of the correct buffer size in some...
2001-11-01 Eric KohlMoved/added some declarations
2001-11-01 Eric KohlMoved/added some declarations
2001-10-21 Casper HornstrupNPFS read/write functionality.
2001-10-20 Eric KohlImplemented waiting for server pipe (WaitNamedPipe()).
2001-10-16 Phillip SusiImported bzip2 modified to build a decompression only...
2001-10-11 Hartmut BirrFixed a bug, when there is a write operation to the...
2001-10-10 Hartmut BirrAdded/Removed some definitions.
2001-10-10 Hartmut BirrRewritten the read and write functions.
2001-10-10 Hartmut BirrChanged the initialization for the fat cache in VfatMou...
2001-10-10 Hartmut BirrRemoved vfatRequestAndValidateRegion() and vfatReleaseR...
2001-10-10 Hartmut BirrChanged the cache access from CcRos...CacheSegment...
2001-10-10 Hartmut BirrChanged the directory access to Cc...Data().
2001-10-10 Hartmut BirrChanged the cache access from vfat...Region() to Cc...
2001-10-10 Hartmut BirrFixed the returned size in VfatGetFile...Information().
2001-10-10 Hartmut BirrAdded cache access for GetEntyName() and FindFile().
2001-10-07 Hartmut BirrFixed a dead lock in GetNextCluster.
2001-10-03 Hartmut BirrFixed the 'higher 4 bit fat32'-bug.
2001-09-24 Casper HornstrupInitial OS level SEH support.
2001-09-23 Casper HornstrupCompile using gcc 3.0
2001-09-16 Casper HornstrupAdded PCI bus driver skeleton
2001-09-09 Eric KohlAdded new atapi driver. It can only scan the pci busses...
2001-09-09 Eric KohlAdded pci bus scanner to find ide controllers. Hardware...
2001-08-30 David WelchMore Linux compilation fixes.
2001-08-27 Eric KohlFixed callback calling conventions (part 2).
2001-08-23 Casper HornstrupFixes for APCI bus driver.
2001-08-23 Eric KohlForward exports to HAL.DLL after splitting HAL.
2001-08-21 Casper HornstrupMajor update of the build system:
2001-08-14 Hartmut BirrAdded support for directory/file removing/deleting.
2001-08-14 Hartmut BirrFixed the return value in Fat12GetNextCluster().
2001-08-13 Eric KohlImplemented IOCTL_DISK_GET_DRIVE_LAYOUT.
2001-08-08 Hartmut BirrVfatReadBigCluster()/VfatReadSmallCluster()/
2001-08-07 Hartmut BirrFixed a bug in VfatWriteFile().
2001-08-05 Eric KohlFixed stupid typo.
2001-08-05 Hartmut BirrRemoved changes 1.26/1.27
2001-08-04 Hartmut BirrDisabled debug message in VfatReadFile()/VfatWriteFile().
2001-08-04 Hartmut BirrAdded updating of FileObject->CurrentByteOffset in...
2001-08-03 Hartmut BirrFixed a bug in addEntry().
2001-08-03 Hartmut BirrAdded support for file/directory finding by short names.
2001-08-02 Eric KohlAdded .cvsignore
2001-08-01 Hartmut BirrFixed a bug in vfatGetNextDirEntry().
2001-08-01 Hartmut BirrFixed a minor bug in vfat8Dot3ToString,
2001-07-30 Emanuele Aliberti\r processing.
2001-07-29 Eric KohlMajor npfs update.
2001-07-29 Eric KohlFixed buggy 'install' rule.
2001-07-28 Emanuele AlibertiFixed makefile (missing specs).
2001-07-28 Hartmut BirrFixed a bug FsdGetFsVolumeInformation().
2001-07-28 Hartmut BirrFixed the 'REACTOS' volume label bug.
2001-07-26 Eric KohlRemoved specs files.
2001-07-26 Eric KohlFixed broken rule.
2001-07-26 Eric KohlUpdated .cvsignore and makefile.
2001-07-26 Eric KohlVidport did not have an export table because of broken...
2001-07-25 Hartmut BirrFixed bug in vfatMakeRootFCB().
2001-07-25 Eric KohlFixed bug in ReadVolumeLabel().
2001-07-25 Eric KohlRemove unusable 'driver'.
2001-07-25 Eric KohlAdded missing .cvsignore files.
2001-07-25 Eric KohlMinor update
2001-07-25 Eric KohlAdded missing .cvsignore files.
2001-07-24 Eric KohlMore cleanups
2001-07-24 Eric KohlUpdated makefile
2001-07-24 Eric KohlMinor updates.
2001-07-24 Eric KohlAdded disk class driver skeleton.
2001-07-23 Eric KohlAdded scsi class driver skeleton.
2001-07-21 Eric KohlAdded scsiport driver skeleton.
2001-07-20 Eric KohlEnabled caching for FAT32 partitions.
2001-07-18 Eric KohlVarious fixes by Hartmut Birr.
2001-07-17 Eric KohlFixed crash while mounting a FAT32 partition.
2001-07-15 Rex Jolliffmove work on clean rule
2001-07-14 Eric KohlFixed a string overrun.
2001-07-13 Eric KohlAdded support for FAT16 partition with clustersize...
2001-07-05 Rex JolliffPartial directory caching (create calls cached, but...
2001-07-04 Casper HornstrupFixed ne2000 driver so it will link correctly.
2001-07-04 Casper HornstrupUpdated clean rules.
2001-07-01 Jason FilbyWide characters to conform to LOGFONTW definition
2001-06-29 Eric KohlStarted moving common gdi32/w32k types into common...
2001-06-26 Eric KohlFixed typos and warnings.
2001-06-22 Eric KohlAdded symbol __NTDRIVER__ to identify drivers.
2001-06-21 Eric KohlAdded missing directories to 'clean' rule.
2001-06-18 Phillip SusiEnhanced floppy driver to read up to an entire track...
2001-06-18 Phillip SusiCheck in of new ram disk driver, loads floppy image...
2001-06-16 Eric KohlAdded unstripped driver to .cvsignore.
next