summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-03-24 03:19:56 +0000
committerRoland McGrath <roland@gnu.org>2002-03-24 03:19:56 +0000
commit22f7683bf780785e3c29231d3d51fe9a77786c44 (patch)
treeb4d37385a71c2f76906283fe6c9045eb1ea758b1
parent70d79ff2e685d8aa479d580f4a889a5f437ec1e5 (diff)
.
-rw-r--r--sutils/ChangeLog2
-rw-r--r--tmpfs/ChangeLog3
2 files changed, 5 insertions, 0 deletions
diff --git a/sutils/ChangeLog b/sutils/ChangeLog
index 6af580bb..f00d42b6 100644
--- a/sutils/ChangeLog
+++ b/sutils/ChangeLog
@@ -1,5 +1,7 @@
2002-03-23 Roland McGrath <roland@frob.com>
+ * MAKEDEV.sh (mkdev: shm): Change tmpfs size argument to 50%.
+
* MAKEDEV.sh (mkdev: shm): Give the file mode 644 and pass
options to tmpfs: -m 1777 512M.
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.