summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-12-07 23:14:34 +0000
committerJim Meyering <jim@meyering.net>2012-12-15 12:31:42 -0800
commit40f82767840187c20051ca99385f75a42f92de99 (patch)
tree7def42f431adfb9a8c7092365e3cbf8261dbfc0c /ChangeLog
parent4a8c422f3139a9b4fb2c7ffae5aef3bea28bdc65 (diff)
downloadgnulib-40f82767840187c20051ca99385f75a42f92de99.tar.gz
mountlist: recognize more "dummy" file systems
* lib/mountlist.c (ME_DUMMY_0): Add these dummy FS names to the list: - "debugfs" virtual filesystem for kernel debugging - "devpts" PTY slave filesystem - "devtmpfs" device filesystem on top of tmpfs/ramfs - "fusectl" control filesystem for FUSE - "mqueue" enumerates POSIX message queues - "rpc_pipefs" kernel <-> userspace bridge for NFS - "sysfs" is for exporting kernel objects - "devfs" device filesystem for Linux 2.4 and FreeBSD
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 09f775381b..bdd4ad56f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2012-12-07 Eric Wong <normalperson@yhbt.net>
+
+ mountlist: recognize more "dummy" file systems
+ * lib/mountlist.c (ME_DUMMY_0):
+ Add these dummy FS names to the list:
+ - "debugfs" virtual filesystem for kernel debugging
+ - "devpts" PTY slave filesystem
+ - "devtmpfs" device filesystem on top of tmpfs/ramfs
+ - "fusectl" control filesystem for FUSE
+ - "mqueue" enumerates POSIX message queues
+ - "rpc_pipefs" kernel <-> userspace bridge for NFS
+ - "sysfs" is for exporting kernel objects
+ - "devfs" device filesystem for Linux 2.4 and FreeBSD
+
2012-12-11 Paul Eggert <eggert@cs.ucla.edu>
extern-inline: avoid incompatibility with Darwin Libc