Fixed error handling in _filebuf().
[reactos.git] / reactos / drivers /
2002-03-27 Eric KohlImplemented the SENSE_REQUEST command.
2002-03-25 Eric KohlStarted improving error handling and retries.
2002-03-24 Eric KohlSet feature register for atapi commands.
2002-03-22 Eric KohlDisabled annoying debug message.
2002-03-22 Eric KohlStarted using lookaside lists for SRBs.
2002-03-22 Eric KohlDisabled debug output.
2002-03-22 Eric KohlPass correct Cdb size.
2002-03-22 Eric KohlStarted support for removable disk drives.
2002-03-22 Eric KohlFixed default geometry.
2002-03-22 Eric KohlAdded default disk geometry.
2002-03-22 Eric KohlFixed atapi block size bug.
2002-03-20 Eric KohlTry to read disk capacity on startup.
2002-03-20 Eric KohlFixed minor bugs.
2002-03-20 Eric KohlFixed minor bug.
2002-03-19 Hartmut BirrDisabled the cache access for the page file in VfatRead...
2002-03-19 Eric KohlImplemented ATAPI support.
2002-03-18 Hartmut BirrAll:
2002-03-17 Hartmut BirrImplemented RamdrvDispatchDeviceControl for IOCTL_DISK_...
2002-03-17 Hartmut BirrImplemented FloppyDispatchDeviceControl for IOCTL_DISK_...
2002-03-17 KJK::HyperionAdded zlib version 1.1.4 to the source tree (contains...
2002-03-17 Eric KohlFixed a 'ghost drives' bug.
2002-03-16 Eric KohlAdded ISA-Bus initialization by Hartmut Birr.
2002-03-15 Eric KohlFixed device characteristics.
2002-03-15 Eric KohlAdded write-ability for ATA devices (harddisks).
2002-03-13 Eric KohlMoved creation of ARC names into ntoskrnl.
2002-03-13 Eric KohlMoved creation of ARC names into ntoskrnl.
2002-03-12 Eric KohlImplemented IOCTL_DISK_GET_PARTITION_INFO.
2002-03-08 Eric KohlSilenced it.
2002-03-08 Eric KohlAdded IOCTL_DISK_GET_PARTITION_INFO.
2002-03-08 Eric KohlSilenced it.
2002-03-08 Eric KohlRecognizes CD-ROM drives.
2002-03-08 Eric KohlImproved recognition of ATAPI devices.
2002-03-05 Eric KohlFixed a typo.
2002-03-04 Eric KohlEnabled reading of multiple sectors.
2002-03-03 Eric KohlFixed stupid bugs.
2002-03-03 Eric KohlFixed a typo, thanks to Hartmut Birr.
2002-03-01 Eric KohlImplemented IOCTL_DISK_GET_PARTITION_INFO.
2002-02-27 Eric KohlRemoved useless controller object.
2002-02-26 Eric KohlFree an SRB after use.
2002-02-16 Hartmut BirrChanged from Nt to Zw functions in VGAResetDevice.
2002-02-15 Hartmut BirrRestore the 80x50 mode in VGAResetDevice().
2002-02-12 Jason FilbyReenable CSRSS process detection
2002-02-08 Casper HornstrupRemoved or changed debug prints printed at boot.
2002-02-05 Hartmut BirrFixed some bugs in vfatMakeAbsoluteFilename/VfatOpenFil...
2002-02-05 Hartmut BirrFixed a bug in DoQuery with empty serach pattern string...
2002-02-05 Phillip SusiFixed linkage to unbzip2.sys, working again
2002-02-04 Eric KohlFixed a typo.
2002-02-03 Eric KohlUpdates to the disk driver stack.
2002-02-02 Phillip SusiOops! binary libraries should't be in CVS!
2002-02-02 Hartmut BirrFixed a buffer overflow in DoQuery, if the unicode...
2002-01-31 Phillip SusiBuild unbzip2.sys as export driver, instead of unbzip2.dll
2002-01-31 Phillip SusiLink to unbzip2.sys
2002-01-31 Phillip SusiA few minor changes
2002-01-31 Eric KohlAdded cdrom class driver skeleton.
2002-01-31 Eric KohlDisk driver stack update.
2002-01-27 David WelchAdded missing files
2002-01-27 David WelchFixes for problems with win32k
2002-01-27 Eric KohlBasic work on disk driver stack (still incomplete).
2002-01-27 David WelchMore user work
2002-01-24 Eric KohlFixed drive identification bug.
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
next