Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2014-10-17 12:33:37 +0400
committerCorinna Vinschen <corinna@vinschen.de>2014-10-17 12:33:37 +0400
commitced85f053e140d1fa2417db1cb8eb4268f02ea16 (patch)
tree910b1b5de9a9f8f1665ab04cf2b227d15312958a /winsup/cygwin
parent1db937e9866e6b4cfa8b0b8a2e2ed908ec0eb194 (diff)
*** empty log message ***
Diffstat (limited to 'winsup/cygwin')
-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:
-------------