diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2001-10-16 20:17:23 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2001-10-16 20:17:23 +0000 |
commit | 081be67e75e5bb721606cbaff9a4b77e9489dba3 (patch) | |
tree | fce8c1154fb0f1c61df0cb6715992956c2220d67 /winsup/cygwin/ChangeLog | |
parent | 2de2be2235c402d7b527de29e7b74185e8028cf3 (diff) | |
download | cygnal-081be67e75e5bb721606cbaff9a4b77e9489dba3.tar.gz cygnal-081be67e75e5bb721606cbaff9a4b77e9489dba3.tar.bz2 cygnal-081be67e75e5bb721606cbaff9a4b77e9489dba3.zip |
* fhandler_raw.cc (fhandler_dev_raw::open): Eliminate compatibility
code since no Win32 device names are used anymore.
* fhandler_tape.cc (fhandler_dev_tape::tape_set_blocksize): Allow
0 as blocksize to indicate variable blocksize.
* path.cc (win32_device_name): Generate NT internal device names
using upper/lower case names for readability.
Generate \DosDevices\<letter>: device name for mount table
compatibility devices.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 5bfab9ffb..93e70cef3 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,16 @@ 2001-10-16 Corinna Vinschen <corinna@vinschen.de> + * fhandler_raw.cc (fhandler_dev_raw::open): Eliminate compatibility + code since no Win32 device names are used anymore. + * fhandler_tape.cc (fhandler_dev_tape::tape_set_blocksize): Allow + 0 as blocksize to indicate variable blocksize. + * path.cc (win32_device_name): Generate NT internal device names + using upper/lower case names for readability. + Generate \DosDevices\<letter>: device name for mount table + compatibility devices. + +2001-10-16 Corinna Vinschen <corinna@vinschen.de> + * fhandler_tape.cc (fhandler_dev_tape::tape_status): Report EOTWarningZoneSize in get->mt_eotwarningzonesize. * include/cygwin/mtio.h: Define DEFTAPE. |