Frédéric Delanoy
|
86fdca6750
|
ntdll: Use BOOL type where appropriate.
|
2013-10-30 09:45:20 +01:00 |
Alexandre Julliard
|
90e90e3b6a
|
ntdll: Make the page_size variable global.
|
2013-01-08 16:35:30 +01:00 |
Alexandre Julliard
|
aacc450955
|
ntdll: Avoid using Low/HighPart of a large integer when not necessary.
|
2012-10-30 18:08:05 +01:00 |
Michael Stefaniuc
|
3fa6bd0ced
|
ntdll: IOCTL_DISK_GET_MEDIA_TYPES is the same as IOCTL_STORAGE_GET_MEDIA_TYPES.
|
2012-09-13 10:21:46 +02:00 |
Michael Stefaniuc
|
3454bdc07c
|
ntdll: Always set a valid SUB_Q_HEADER AudioStatus for CD-ROMs.
|
2012-09-12 12:45:46 +02:00 |
Alexandre Goujon
|
5feea8ce1a
|
kernel32/tests: Add a IOCTL_DVD_READ_STRUCTURE (DvdManufacturerDescriptor) test.
|
2012-07-17 11:55:52 +02:00 |
Alexandre Goujon
|
9fce6a37ec
|
kernel32/tests: Add a IOCTL_DVD_READ_STRUCTURE (DvdCopyrightDescriptor) test.
|
2012-07-12 16:13:49 -05:00 |
Alexandre Goujon
|
a3b5dd2dff
|
kernel32/tests: Add a IOCTL_DVD_READ_STRUCTURE (DvdPhysicalDescriptor) test.
|
2012-07-12 16:13:35 -05:00 |
André Hentschel
|
4f08dc0a7b
|
ntdll: Check for NetBSD in CDROM_Verify.
|
2012-06-15 10:30:42 +02:00 |
André Hentschel
|
a8139f0ba1
|
ntdll: Enhance FreeBSD checks for cdrom code to also check for DragonFly BSD when appropriate.
|
2012-06-13 12:10:23 +02:00 |
Charles Davis
|
454467dc93
|
ntdll: Zero reserved fields of the request structure in DVD_ReadDescriptor().
|
2012-02-14 17:59:28 +01:00 |
Dan Kegel
|
6077b623f2
|
ntdll: Fix endianness of three fields in DVD_LAYER_DESCRIPTOR.
|
2012-02-14 17:59:28 +01:00 |
Austin English
|
93ed8a062d
|
kernel32: Add support for IOCTL_STORAGE_CHECK_VERIFY2.
|
2012-02-07 14:03:30 -06:00 |
Charles Davis
|
f082eac97c
|
ntdll: Implement CDROM_GetInterfaceInfo() on Mac OS.
|
2011-03-02 12:29:28 +01:00 |
Charles Davis
|
03c29bf7f5
|
ntdll: Fix IOCTL_CDROM_RAW_READ on Mac OS.
|
2011-02-21 12:44:08 +01:00 |
Loïc Maury
|
1b767a5948
|
ntdll : Implement CDROM_Verify to work on Mac OS X.
|
2011-01-25 14:47:14 +01:00 |
Austin English
|
f7c1978548
|
ntdll: Check for __FreeBSD_kernel__, remove redundant ifdef's, make FIXME's consistent.
|
2010-08-19 11:30:58 +02:00 |
Austin English
|
84179f4e1d
|
ntdll: Add stub implementation of IOCTL_STORAGE_GET_MEDIA_TYPES/IOCTL_STORAGE_GET_MEDIA_TYPES_EX.
|
2010-05-31 12:46:08 +02:00 |
Alexandre Julliard
|
d0093f0055
|
ntdll: Avoid a compiler warning on NetBSD.
|
2010-05-17 12:42:32 +02:00 |
Charles Davis
|
1e0cee6d3c
|
ntdll: Implement IOCTL_SCSI_PASS_THROUGH(_DIRECT) on Mac OS.
|
2010-05-05 10:46:36 +02:00 |
Charles Davis
|
e3823e14ce
|
ntdll: Finish implementation of DVD_ReadKey() with key type DvdGetRpcKey on Linux.
|
2009-10-20 14:53:02 +02:00 |
Charles Davis
|
ca786887a2
|
ntdll: Implement DVD_GetRegion() on both Linux and Mac OS.
|
2009-10-20 14:52:53 +02:00 |
Charles Davis
|
816a78b0cf
|
ntdll: Implement CDROM_ScsiGetCaps() on Mac OS.
|
2009-10-20 14:52:39 +02:00 |
Charles Davis
|
d22abc20a3
|
ntdll: Partially implement CDROM_GetControl() on Mac OS.
Only the speed is returned.
|
2009-10-20 14:49:59 +02:00 |
Charles Davis
|
192a838cd0
|
ntdll: Implement DVD_ReadStructure() on Mac OS.
|
2009-10-19 15:01:30 +02:00 |
Charles Davis
|
71f430e740
|
ntdll: Implement DVD_ReadKey() on Mac OS.
|
2009-10-19 15:00:41 +02:00 |
Charles Davis
|
7b0ba554ef
|
ntdll: Implement DVD_SendKey() on Mac OS.
|
2009-10-19 14:59:46 +02:00 |
Charles Davis
|
df2bf3e3e5
|
ntdll: Implement DVD_EndSession() on Mac OS.
|
2009-10-19 14:59:42 +02:00 |
Charles Davis
|
05acaeb0f1
|
ntdll: Implement DVD_StartSession() on Mac OS.
|
2009-10-19 14:59:33 +02:00 |
Charles Davis
|
a54ba8712f
|
ntdll: Shorten an ERR message and change it to a FIXME.
|
2009-10-15 12:06:23 +02:00 |
Charles Davis
|
895be2b0f8
|
ntdll: Use the parent device for everything when processing a storage IOCTL request on Mac OS.
|
2009-10-15 12:06:22 +02:00 |
Charles Davis
|
6368dbbd59
|
ntdll: Implement CDROM_RawRead() on Mac OS.
|
2009-10-14 11:46:43 +02:00 |
Charles Davis
|
c7992a8d26
|
ntdll: Implement CDROM_ReadQChannel() on Mac OS.
|
2009-10-13 12:41:30 +02:00 |
Alexandre Julliard
|
c5dadf4739
|
ntdll: Define dvd_struct ourselves since it's not consistent across platforms.
|
2009-04-01 12:37:32 +02:00 |
Michael Stefaniuc
|
d2f6f56873
|
ntdll: Remove superfluous pointer casts.
|
2009-03-23 12:40:53 +01:00 |
Andrew Talbot
|
a63749cce0
|
ntdll: Sign-compare warnings fix.
|
2008-10-24 14:25:00 +02:00 |
Andrew Talbot
|
741b65c200
|
ntdll: Remove unneeded address-of operators from array names.
|
2008-07-11 14:06:27 +02:00 |
Andrew Talbot
|
664349eacc
|
ntdll: Remove unused variables.
|
2008-04-23 12:23:29 +02:00 |
Eric Pouech
|
2bbb39d601
|
ntdll: Removed conflict for FAILED (defined both in our winerror.h and in linux/scsi.h).
|
2008-03-05 11:20:10 +01:00 |
Alexandre Julliard
|
5b71d645f0
|
ntdll: Fall back to a server device ioctl for files with no associated fd.
|
2008-01-16 14:57:20 +01:00 |
Alexandre Julliard
|
572771ebfa
|
ntdll: On Mac OS, close the CDROM device before opening the parent.
This is needed to allow ejecting DVD disks.
|
2007-08-29 16:44:16 +02:00 |
Alexandre Julliard
|
ac1d912fb0
|
ntdll: Flesh out the stub for IOCTL_STORAGE_GET_DEVICE_NUMBER.
|
2007-08-22 12:19:00 +02:00 |
Tijl Coosemans
|
5fb1c16276
|
ntdll: Implement CDROM_Verify for FreeBSD.
|
2007-08-08 15:32:01 +02:00 |
Michael Stefaniuc
|
0f14b3a574
|
ntdll: Don't produce unreachable code during conditional compilation. Found by Smatch.
|
2007-07-19 11:57:23 +02:00 |
Andrew Talbot
|
bd15feab4a
|
ntdll: Constify some variables.
|
2007-06-26 12:54:33 +02:00 |
Alexandre Julliard
|
e6ce0da2f9
|
ntdll: Implemented reading of the CDROM TOC on Mac OS.
|
2007-06-15 12:42:06 +02:00 |
Alexandre Julliard
|
9ff161860c
|
ntdll: Added support for physically ejecting devices on Mac OS.
|
2006-12-21 14:14:20 +01:00 |
Alexandre Julliard
|
83ce958793
|
ntdll: Store the fd type in the cache and return it in server_get_unix_fd.
|
2006-11-20 14:15:06 +01:00 |
Alexandre Julliard
|
9ddb9294da
|
ntdll: Added a server_get_unix_fd function that avoids doing a dup() of the fd when not required.
|
2006-11-03 11:38:44 +01:00 |
Hans Leidekker
|
f7b0ba7aa7
|
ntdll: Win64 printf format warning fixes.
|
2006-10-18 12:35:26 +02:00 |