Commit Graph

13 Commits

Author SHA1 Message Date
Alexandre Julliard a304358e7b mountmgr: Store the device name in the mount point structure. 2008-10-17 20:09:50 +02:00
Alexandre Julliard 1680ba67ef mountmgr: Store mount points as a list instead of an array. 2008-10-17 20:09:31 +02:00
Alexandre Julliard a12789e97e mountmgr: Enforce a minimal length for the mount point id. 2008-10-17 19:57:43 +02:00
Alexandre Julliard 7b51cf49fc mountmgr: Return the drive unique id in IOCTL_MOUNTMGR_QUERY_POINTS. 2008-10-15 20:12:49 +02:00
H. Verbeet 5ab440e398 mountmgr: Include the terminating NULL in mount ids.
Some "protection" schemes expect these to be at least 2 bytes long.
2008-08-21 11:38:32 +02:00
Maarten Lankhorst 9c02e01dcb explorer/mountmgr.sys: Move device hotplug code over to mount manager. 2008-04-22 12:37:02 +02:00
Alexandre Julliard 4003457ff3 mountmgr.sys: Fix values returned for IOCTL_STORAGE_GET_DEVICE_NUMBER on emulated disks. 2008-01-16 15:23:10 +01:00
Alexandre Julliard d179665035 mountmgr.sys: Implemented IOCTL_DISK_GET_DRIVE_GEOMETRY and IOCTL_STORAGE_GET_DEVICE_NUMBER. 2008-01-09 13:38:03 +01:00
Alexandre Julliard 838f12539b mountmgr.sys: Implemented the IOCTL_MOUNTMGR_QUERY_POINTS request. 2008-01-04 14:28:47 +01:00
Alexandre Julliard 6befc98dba mountmgr.sys: Add devices to the MountedDevices registry key. 2008-01-04 14:27:53 +01:00
Alexandre Julliard 2143dee78a mountmgr.sys: Create disk devices for all configured drives. 2008-01-04 14:24:59 +01:00
Alexandre Julliard 07e92a7dad mountmgr.sys: Create a hard disk device for PhysicalDrive0. 2008-01-04 14:21:27 +01:00
Alexandre Julliard 43dc80e623 mountmgr.sys: Added initial stub for the mount point manager device. 2008-01-04 13:07:05 +01:00