[PATCH] implement /proc/filesystems

Yaakov (Cygwin/X) yselkowitz@users.sourceforge.net
Mon Aug 9 06:22:00 GMT 2010


This patch implements /proc/filesystems:

$ cat /proc/filesystems
        vfat
        ntfs
nodev   smbfs
nodev   nfs
nodev   netapp
        iso9660
        udf
nodev   csc-cache
nodev   sunwnfs
nodev   unixfs
nodev   mvfs
nodev   cifs
nodev   nwfs

(Actual indentation is tabs, not spaces, as on Linux.)

"nodev" is meant to indicate that the filesystem does not represent a
block device[1].  While I tried to base this on Linux as best I could
figure out from web searches, it's very possible that I misjudged some
of these FS types.

I'll follow up with a patch to new-features.sgml later (my pending
CLOCK_MONOTONIC patch currently conflicts with that).


Yaakov

[1]
http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/en-US/Reference_Guide/s2-proc-filesystems.html

-------------- next part --------------
A non-text attachment was scrubbed...
Name: winsup-proc-filesystems.patch
Type: text/x-patch
Size: 4197 bytes
Desc: not available
URL: <http://cygwin.com/pipermail/cygwin-patches/attachments/20100809/81b13970/attachment.bin>


More information about the Cygwin-patches mailing list