diff options
author | Roland McGrath <roland@gnu.org> | 2001-02-26 04:18:20 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-02-26 04:18:20 +0000 |
commit | d46d0726fb7a48723ed128e1ca8366b58b7ba5d0 (patch) | |
tree | da29f44bb3c358f4b474209d4109147a89e5bb56 /tmpfs | |
parent | 480aa674aaed66f581decc4e9f17bf058dab121b (diff) |
.
Diffstat (limited to 'tmpfs')
-rw-r--r-- | tmpfs/ChangeLog | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/tmpfs/ChangeLog b/tmpfs/ChangeLog index 16d3ba0c..c90fd886 100644 --- a/tmpfs/ChangeLog +++ b/tmpfs/ChangeLog @@ -1,3 +1,15 @@ +2001-02-25 Roland McGrath <roland@frob.com> + + * pager-stubs.c: New file. + * Makefile (SRCS): Add it. + + * node.c (diskfs_S_file_get_storage_info): New function. + * tmpfs.c (diskfs_synchronous): New variable. + + * dir.c (diskfs_lookup_hard): Look up .. disknode's in-core node. + + * node.c: #include <mach/default_pager.h>. + 2000-12-30 Marcus Brinkmann <marcus@gnu.org> * dir.c: Include <stddef.h>, <unistd.h>, <sys/mman.h> @@ -23,7 +35,7 @@ Some of the above were also reported by Alexey Dejneka <adejneka@comail.ru>. - + 2000-12-28 Roland McGrath <roland@frob.com> * node.c (recompute_blocks): New function, broken out of ... |