ntdll: Avoid heap allocations during thread creation.
[wine] / dlls / ntdll / cdrom.c
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...
2003-05-19  Yorick HardyAdded the implementation for CDROM_GetIdeInterface...
2003-04-02  Eric PouechFixed a few FormatCode entries.
2003-03-20  Eric PouechFixed some unneeded unix to Win32 error mapping.
2003-02-25  Gerald PfeiferDefine CD_SECS and CD_FRAMES also on non-Linux systems...
2003-02-19  Waldeck Schutzer- Some systems/drives are very slow to read the TOC...
2003-01-23  Alexandre JulliardAdded -Wpointer-arith gcc flag, and fixed the resulting...
2003-01-21  Gerald PfeiferOnly declare variables we actually need.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-12-12  Alex PasadynFix return from IOCTL_CDROM_CHECK_VERIFY.
2002-09-13  Alexandre JulliardHandle special registry root keys directly in advapi32...
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-08-26  Patrik StridvallMSVC compatibility fixes.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-07-28  Rafael KitoverMinor fix for ide-scsi cdroms.
2002-06-13  Alexandre JulliardDon't try to open CDROM device if none was specified.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-30  Alexandre JulliardPortability fixes.
2002-05-24  James JuranAdd missing \n to output messages.
2002-05-19  Andreas Mohr- Improve error messages.
2002-05-14  Alexandre JulliardPortability fixes.
2002-05-01  Rizsanyi ZsoltImplemented IOCTL_SCSI_GET_ADDRESS for non true scsi...
2002-05-01  Laurent PinchartImplementation of IOCTL_SCSI_PASS_THROUGH and
2002-04-02  Gerald PfeiferUse ENOMEDIUM errno code only when defined.
2002-04-01  Francois GougetFix warnings for Linux, FreeBSD and Solaris.
2002-03-29  Andreas MohrAdded mapping for errno ENOMEDIUM to STATUS_NO_MEDIA_IN...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-18  Bang Jun-YoungFix NetBSD compile errors; CDIOCREADAUDIO is not availa...
2002-01-14  Francois GougetFix compilation errors on FreeBSD.
2002-01-13  Eric PouechChanged the Wine internal cdrom interface to the NT...