summaryrefslogtreecommitdiff
path: root/tmpfs/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'tmpfs/ChangeLog')
-rw-r--r--tmpfs/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/tmpfs/ChangeLog b/tmpfs/ChangeLog
index c83500eb..1bd66fd0 100644
--- a/tmpfs/ChangeLog
+++ b/tmpfs/ChangeLog
@@ -1,5 +1,8 @@
2002-03-23 Roland McGrath <roland@frob.com>
+ * tmpfs.c (parse_opt): Grok % suffix on number to mean percentage
+ of the machine's RAM.
+
* 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.