diff options
author | Jim Meyering <jim@meyering.net> | 2007-08-28 00:14:20 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-08-28 00:14:20 +0200 |
commit | cbdbbc4a58970b514bbefcf926d5ff0b785e376a (patch) | |
tree | 78b67124e5d988bbf5933f627a46a95b8ba3e620 /ChangeLog | |
parent | 505eee2f38169d5f3ae3fd2a71a6c78c53030b64 (diff) | |
download | coreutils-cbdbbc4a58970b514bbefcf926d5ff0b785e376a.tar.xz |
Add file system type names and magic numbers from "man 2 statfs".
* src/stat.c (human_fstype): Also handle BEFS, BFS, BINFMT_MISC,
FUSECTL, HUGETLBFS, NFSD and OPENPROM.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2007-08-28 Jim Meyering <jim@meyering.net> + + Add file system type names and magic numbers from "man 2 statfs". + * src/stat.c (human_fstype): Also handle BEFS, BFS, BINFMT_MISC, + FUSECTL, HUGETLBFS, NFSD and OPENPROM. + 2007-08-27 Jim Meyering <jim@meyering.net> Add some file system type names and magic numbers from glibc. |