diff options
-rw-r--r-- | libstore/ChangeLog | 6 | ||||
-rw-r--r-- | tmpfs/ChangeLog | 5 |
2 files changed, 11 insertions, 0 deletions
diff --git a/libstore/ChangeLog b/libstore/ChangeLog index 9f6efc55..2b8f2f63 100644 --- a/libstore/ChangeLog +++ b/libstore/ChangeLog @@ -1,3 +1,9 @@ +2001-09-30 Roland McGrath <roland@frob.com> + + * memobj.c: New file. + * Makefile (SRCS): Add it. + * store.h (store_memobj_class, store_memobj_create): Declare them. + 2001-09-29 Roland McGrath <roland@frob.com> * nbd.c (struct nbd_startup): Replace sizehi, sizelo with just size. diff --git a/tmpfs/ChangeLog b/tmpfs/ChangeLog index 40783c09..1e4ad11d 100644 --- a/tmpfs/ChangeLog +++ b/tmpfs/ChangeLog @@ -1,3 +1,8 @@ +2001-09-30 Roland McGrath <roland@frob.com> + + * node.c (diskfs_S_file_get_storage_info): Implement it to return + the memory object port with STORAGE_MEMORY. + 2001-04-23 Neal H Walfield <neal@cs.uml.edu> * tmpfs.c (main): Pass diskfs_demuxer to |