summaryrefslogtreecommitdiff
path: root/tmpfs
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-03-24 02:51:44 +0000
committerRoland McGrath <roland@gnu.org>2002-03-24 02:51:44 +0000
commit59c44966394a8d4bb814dc830b390aaf9287bdf5 (patch)
tree8b21e4e70d2d8d4a05ac6d3d9a314146dc48893b /tmpfs
parent213c5f063a984e6309fa6f2258a0610de1656a9d (diff)
.
Diffstat (limited to 'tmpfs')
-rw-r--r--tmpfs/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/tmpfs/ChangeLog b/tmpfs/ChangeLog
index a9644af5..c83500eb 100644
--- a/tmpfs/ChangeLog
+++ b/tmpfs/ChangeLog
@@ -1,5 +1,13 @@
2002-03-23 Roland McGrath <roland@frob.com>
+ * tmpfs.c (options): New static const variable. Add --mode/-m.
+ (struct option_values): New type.
+ (parse_opt): Use that for VALUES. Grok -m to set VALUES->mode.
+ Grok ARGP_KEY_FINI and free our data structure.
+ (tmpfs_root_mode): New variable, set by -m.
+ (main): If -m was given, use that instead of underlying node's
+ permissions.
+
* tmpfs.c (main): Don't release REALNODE.
* node.c: Include "default_pager_U.h", not <mach/default_pager.h>.