This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
This patch implements some new ioctls for hard disks. This means you can run
fdisk under Cygwin.
Chris
--- cygwin
2002-10-24 Christopher January <chris@atomice.net>
* include/cygwin/fs.h: New file.
* include/cygwin/hdreg.h: New file.
* fhandler_floppy.cc (fhandler_floppy::ioctl): Add implementation for
for HDIO_GETGEO, BLKGETSIZE, BLKGETSIZE64, BLKRRPART and BLKSSZGET
ioctls.
--- w32api
2002-10-24 Christopher January <chris@atomice.net>
* include/winioctl.h: Add definition for
IOCTL_DISK_UPDATE_DRIVE_SIZE.
---
Attachment:
hd_ioctl.ChangeLog
Description: Binary data
Attachment:
hd_ioctl.patch
Description: Binary data
Attachment:
fs.h
Description: Text document
Attachment:
hdreg.h
Description: Text document
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |