diff options
-rw-r--r-- | sutils/ChangeLog | 2 | ||||
-rw-r--r-- | tmpfs/ChangeLog | 3 |
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. |