diff options
author | Roland McGrath <roland@gnu.org> | 2002-03-24 02:51:44 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-03-24 02:51:44 +0000 |
commit | 59c44966394a8d4bb814dc830b390aaf9287bdf5 (patch) | |
tree | 8b21e4e70d2d8d4a05ac6d3d9a314146dc48893b | |
parent | 213c5f063a984e6309fa6f2258a0610de1656a9d (diff) |
.
-rw-r--r-- | sutils/ChangeLog | 3 | ||||
-rw-r--r-- | tmpfs/ChangeLog | 8 |
2 files changed, 11 insertions, 0 deletions
diff --git a/sutils/ChangeLog b/sutils/ChangeLog index 97737f39..6af580bb 100644 --- a/sutils/ChangeLog +++ b/sutils/ChangeLog @@ -1,5 +1,8 @@ 2002-03-23 Roland McGrath <roland@frob.com> + * MAKEDEV.sh (mkdev: shm): Give the file mode 644 and pass + options to tmpfs: -m 1777 512M. + * MAKEDEV.sh (mkdev: shm): New, uses /hurd/tmpfs filesystem. (mkdev: std): Add shm to the standard list. 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>. |