summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2014-10-17 08:33:37 +0000
committerCorinna Vinschen <corinna@vinschen.de>2014-10-17 08:33:37 +0000
commitced85f053e140d1fa2417db1cb8eb4268f02ea16 (patch)
tree910b1b5de9a9f8f1665ab04cf2b227d15312958a
parent1db937e9866e6b4cfa8b0b8a2e2ed908ec0eb194 (diff)
downloadcygnal-ced85f053e140d1fa2417db1cb8eb4268f02ea16.tar.gz
cygnal-ced85f053e140d1fa2417db1cb8eb4268f02ea16.tar.bz2
cygnal-ced85f053e140d1fa2417db1cb8eb4268f02ea16.zip
*** empty log message ***
-rw-r--r--winsup/cygwin/release/1.7.338
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/cygwin/release/1.7.33 b/winsup/cygwin/release/1.7.33
index a6b590735..4260240ec 100644
--- a/winsup/cygwin/release/1.7.33
+++ b/winsup/cygwin/release/1.7.33
@@ -9,6 +9,14 @@ What's new:
can be utilized in scripts to access paths via cygdrive prefix, even if the
cygdrive prefix has been changed by the user.
+- Extend /proc/partitions to print the windows mount points the device is
+ mounted on. This allows to recognize the underlying Windows devices of the
+ Cygwin raw device names.
+
+- New API: quotactl, designed after the Linux/BSD function, but severly
+ restricted: Windows only supports user block quotas on NTFS, no group
+ quotas, no inode quotas, no time constraints.
+
What changed:
-------------