*** empty log message ***
This commit is contained in:
parent
1db937e986
commit
ced85f053e
|
@ -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:
|
||||
-------------
|
||||
|
|
Loading…
Reference in New Issue