Release 1.5.29.
[wine] / dlls / ntdll / cdrom.c
2013-01-08  Alexandre Julliardntdll: Make the page_size variable global.
2012-10-30  Alexandre Julliardntdll: Avoid using Low/HighPart of a large integer...
2012-09-13  Michael Stefaniucntdll: IOCTL_DISK_GET_MEDIA_TYPES is the same as IOCTL_...
2012-09-12  Michael Stefaniucntdll: Always set a valid SUB_Q_HEADER AudioStatus...
2012-07-17  Alexandre Goujonkernel32/tests: Add a IOCTL_DVD_READ_STRUCTURE (DvdManu...
2012-07-12  Alexandre Goujonkernel32/tests: Add a IOCTL_DVD_READ_STRUCTURE (DvdCopy...
2012-07-12  Alexandre Goujonkernel32/tests: Add a IOCTL_DVD_READ_STRUCTURE (DvdPhys...
2012-06-15  André Hentschelntdll: Check for NetBSD in CDROM_Verify.
2012-06-13  André Hentschelntdll: Enhance FreeBSD checks for cdrom code to also...
2012-02-14  Charles Davisntdll: Zero reserved fields of the request structure...
2012-02-14  Dan Kegelntdll: Fix endianness of three fields in DVD_LAYER_DESC...
2012-02-07  Austin Englishkernel32: Add support for IOCTL_STORAGE_CHECK_VERIFY2.
2011-03-02  Charles Davisntdll: Implement CDROM_GetInterfaceInfo() on Mac OS.
2011-02-21  Charles Davisntdll: Fix IOCTL_CDROM_RAW_READ on Mac OS.
2011-01-25  Loïc Mauryntdll : Implement CDROM_Verify to work on Mac OS X.
2010-08-19  Austin Englishntdll: Check for __FreeBSD_kernel__, remove redundant...
2010-05-31  Austin Englishntdll: Add stub implementation of IOCTL_STORAGE_GET_MED...
2010-05-17  Alexandre Julliardntdll: Avoid a compiler warning on NetBSD.
2010-05-05  Charles Davisntdll: Implement IOCTL_SCSI_PASS_THROUGH(_DIRECT) on...
2009-10-20  Charles Davisntdll: Finish implementation of DVD_ReadKey() with...
2009-10-20  Charles Davisntdll: Implement DVD_GetRegion() on both Linux and...
2009-10-20  Charles Davisntdll: Implement CDROM_ScsiGetCaps() on Mac OS.
2009-10-20  Charles Davisntdll: Partially implement CDROM_GetControl() on Mac OS.
2009-10-19  Charles Davisntdll: Implement DVD_ReadStructure() on Mac OS.
2009-10-19  Charles Davisntdll: Implement DVD_ReadKey() on Mac OS.
2009-10-19  Charles Davisntdll: Implement DVD_SendKey() on Mac OS.
2009-10-19  Charles Davisntdll: Implement DVD_EndSession() on Mac OS.
2009-10-19  Charles Davisntdll: Implement DVD_StartSession() on Mac OS.
2009-10-15  Charles Davisntdll: Shorten an ERR message and change it to a FIXME.
2009-10-15  Charles Davisntdll: Use the parent device for everything when proces...
2009-10-14  Charles Davisntdll: Implement CDROM_RawRead() on Mac OS.
2009-10-13  Charles Davisntdll: Implement CDROM_ReadQChannel() on Mac OS.
2009-04-01  Alexandre Julliardntdll: Define dvd_struct ourselves since it's not consi...
2009-03-23  Michael Stefaniucntdll: Remove superfluous pointer casts.
2008-10-24  Andrew Talbotntdll: Sign-compare warnings fix.
2008-07-11  Andrew Talbotntdll: Remove unneeded address-of operators from array...
2008-04-23  Andrew Talbotntdll: Remove unused variables.
2008-03-05  Eric Pouechntdll: Removed conflict for FAILED (defined both in...
2008-01-16  Alexandre Julliardntdll: Fall back to a server device ioctl for files...
2007-08-29  Alexandre Julliardntdll: On Mac OS, close the CDROM device before opening...
2007-08-22  Alexandre Julliardntdll: Flesh out the stub for IOCTL_STORAGE_GET_DEVICE_...
2007-08-08  Tijl Coosemansntdll: Implement CDROM_Verify for FreeBSD.
2007-07-19  Michael Stefaniucntdll: Don't produce unreachable code during conditiona...
2007-06-26  Andrew Talbotntdll: Constify some variables.
2007-06-15  Alexandre Julliardntdll: Implemented reading of the CDROM TOC on Mac OS.
2006-12-21  Alexandre Julliardntdll: Added support for physically ejecting devices...
2006-11-20  Alexandre Julliardntdll: Store the fd type in the cache and return it...
2006-11-03  Alexandre Julliardntdll: Added a server_get_unix_fd function that avoids...
2006-10-18  Hans Leidekkerntdll: Win64 printf format warning fixes.
2006-09-20  Paul Vriensntdll: Don't do DVD_READ_STRUCTURE when inbuffer or...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-08  Troy Rollontdll: Fix DVD_ReadStructure's layout of layer information.
2006-03-29  Petr Tesarikntdll: Fix CDROM raw reads.
2006-02-11  Troy Rollontdll: Implement DVD_ReadStructure.
2005-12-01  Alexandre JulliardFixed some compiler warnings on Darwin.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-28  Vitaliy MargolenHandle IOCTL_DISK_CHECK_VERIFY which is synonym for
2005-10-26  Peter BeutnerProper implementation of IOCTL_{STORAGE,CDROM}_CHECK_VE...
2005-09-12  Alexandre JulliardFixed some traces to use the right printf format and...
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-09-02  Mike McCormackFix gcc 4.0 warnings.
2005-08-18  Vitaliy MargolenAdd trace to IOCTL_CDROM_RAW_READ.
2005-08-12  Francois GougetAssorted spelling fixes.
2005-08-08  Tobias GruetzmacherReverse the direction of raw SCSI commands.
2005-08-03  Vitaliy MargolenImplement IOCTL_SCSI_GET_INQUIRY_DATA.
2005-08-01  Vitaliy MargolenFixed IOCTL_SCSI_GET_ADDRESS.
2005-07-20  Vitaliy MargolenFix IOCTL_CDROM_RAW_READ ioctl.
2005-07-10  Gerald PfeiferAdd a configure check for struct request_sense. Use...
2005-07-01  Phil KrylovFixed dlls/ntdll/cdrom.c compilation in Darwin by addin...
2005-06-30  Gerald PfeiferAvoid unused variable warnings in CDROM_ScsiPassThrough...
2005-06-29  Mike HearnFix GCC4 warning.
2005-06-29  Dmitry TimoshkovA workaround for missing struct request_sense on FreeBSD.
2005-06-27  Dmitry TimoshkovAdd a check for sg_io_hdr_t and (not tested) check...
2005-06-25  Mike McCormackUse RTL_CRITICAL_SECTION instead of CRITICAL_SECTION.
2005-06-21  Mike McCormackDon't include winbase.h or winerror.h when not necessary.
2005-06-17  Mike McCormackUse HANDLE instead of HKEY in the NT API.
2005-06-14  Ivan Leo PuotiReimplement IOCTL_SCSI_PASS_THROUGH_DIRECT and
2005-05-06  Francois GougetFix nativeapi.pm so it knows about AC_HEADER_STAT().
2005-03-02  Alexandre JulliardAvoid spaces before preprocessor directives, that's...
2005-01-07  Robert Shearman- Add a complete, sorted listed of IOCTLS implemented...
2004-08-18  Alexandre JulliardFd type is no longer used, get rid of it.
2004-08-13  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-06-16  Gerald PfeiferRemove incorrect support for FreeBSD and NetBSD in
2004-06-15  Uwe BonnesSupport for reading encrypted DVDs.
2004-04-29  Alexandre JulliardAdded auto-detection of DOS drive devices based on...
2004-04-23  Alexandre JulliardMoved creation of the CDROM registry keys into the...
2004-03-05  Alexandre JulliardDo not store the Unix file descriptor in the cache...
2004-03-04  Alexandre JulliardOpen a real file handle for drive devices, and get...
2004-01-23  Ge van GeldorpRename LARGE_INTEGER and ULARGE_INTEGER members "s...
2003-12-15  Marcus MeissnerFixed potentially uninitialised sz.
2003-11-04  Gerald PfeiferThe CDDA case of CDROM_RawRead() no longer works on...
2003-10-08  Alexandre JulliardPass the cdrom device path in CDROM_InitRegistry so...
2003-10-07  Rein KlazesAdded a check for <scsi/scsi.h> and include it in dlls...
2003-10-03  Alexandre JulliardAvoid closing the cdrom if we failed to open it.
2003-10-03  Pavel RoskinAdd support for SCSI CD-ROMs to CDROM_GetInterfaceInfo().
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-24  Eric Pouech- started implementing ntdll.NtDeviceIoControlFile...
2003-06-13  Eric PouechAdded support for overlapped ioctl requests (and a...
2003-06-04  Yorick HardyImprove CDROM_GetIdeInterface (becomes CDROM_GetInterfa...
2003-05-20  Yorick HardyImplement CDROM_ScsiPassThrough and CDROM_ScsiPassThrou...
next