[CALC] Fix input bug when display is in error. (#5988)
[reactos.git] / reactos / drivers / storage / cdrom / cdrom.c
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2007-04-03 Alex Ionescu- Cleanup /storage directory and prepare for NT5+ Stora...
2007-04-01 Aleksey Bragin- Commit "new" storage stack drivers support based...
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-03-21 Hervé PoussineauClear DO_DEVICE_INITIALIZING flag when device is initia...
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2006-12-04 Aleksey BraginCreate a place for work on creating a bootloader capabl...
2006-12-03 Alex Ionescu- Clear capacity data buffer before reading it to avoid...
2006-01-07 Alex Ionescuatapi, buslogic, cdrom, class2.
2005-12-01 Steven Edwardsstop the abuse of having the ddk directory in the path...
2005-07-20 Alex Ionescu - Build cdfs, ntfs, vfatfs with PCH
2005-07-05 Thomas Bluemelfix code that depends on GCC's void* pointer arithmetic...
2005-06-26 Alex IonescuKill NTOS headers. So long, and thanks for all the...
2005-06-18 Filip NavaraGet rid of ROS DDK SCSI headers (forgot these files...
2005-06-17 Filip NavaraUse W32API.
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-22 Hartmut BirrDon't create the media change event as named object.
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-08 Steven Edwardsremove whitespace from end of lines
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-02-12 Casper HornstrupBranch setupapi
2005-01-17 Eric KohlPatch by tinus.Fix media change support for CDROMs...
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2004-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-03 Filip Navara- Fix errors during optimized build.
2004-05-09 Hartmut Birr- Set the correct cdb length for the mode sens command...
2004-02-29 Hartmut Birr- Rewrote parts of the capability detection code.
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2003-11-13 Eric KohlEnabled -Wall and -Werror and fixed resulting bugs.
2003-11-10 Eric KohlRetry failed requests.
2003-11-07 Eric KohlProcess IOCTL_CDROM_GET_DRIVE_GEOMETRY asynchronously.
2003-11-07 Eric KohlImplemented asynchronous IOCTL_CDROM_CHECK_VERIFY.
2003-07-17 Andrew GreenwoodWin 32 API header compatibility update
2003-07-16 Eric KohlFixed a potential bug related to anonymous struct/union.
2003-07-13 Eric KohlCreate media change events.
2003-05-01 Eric KohlGet timeout value from the registry or use default...
2002-12-15 Eric KohlUse lookaside list to allocate SRBs.
2002-09-19 Eric KohlMoved SCSI headers because they are used by usetup.
2002-09-17 Hartmut Birradded support for IOCTL_CDROM_GET_LAST_SESSION.
2002-09-15 Hartmut BirrAdded support for IOCTL_CDROM_READ_TOC.
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-07-18 Eric KohlAdded IOCTL_DISK_SET_PARTITION_INFO.
2002-06-06 Eric KohlFixed broken handling of SCSI port capabilities.
2002-05-26 Eric KohlAlways update disk geometry.
2002-05-25 Eric KohlFixed timeout for unpopulated ide channels.
2002-04-10 Eric KohlImplemented IOCTL_CDROM_GET_DRIVE_GEOMETRY.
2002-03-25 Eric KohlStarted improving error handling and retries.
2002-03-22 Eric KohlDisabled debug output.
2002-03-22 Eric KohlAdded default disk geometry.
2002-03-20 Eric KohlTry to read disk capacity on startup.
2002-03-15 Eric KohlFixed device characteristics.
2002-03-08 Eric KohlRecognizes CD-ROM drives.
2002-01-31 Eric KohlAdded cdrom class driver skeleton.