From c18e8c1bcf2d19d6dcbc9501405890c346738c6d Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 6 May 2001 00:50:14 +0000 Subject: . --- libdiskfs/ChangeLog | 24 ++++++++++++++++++++++++ tmpfs/ChangeLog | 5 +++++ 2 files changed, 29 insertions(+) diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog index ac1b76a9..a332ea73 100644 --- a/libdiskfs/ChangeLog +++ b/libdiskfs/ChangeLog @@ -1,3 +1,27 @@ +2001-04-22 Neal H Walfield + + * Makefile (OTHERSRCS): Add extern-inline.c. + * diskfs.h (DISKFS_EXTERN_INLINE): New macro. + (diskfs_spawn_first_thread): Update prototype to include the + additional parameter, a demuxer. + (diskfs_begin_using_protid_port): Moved and renamed function + begin_using_protid_port from priv.h. + (diskfs_end_using_protid_port): Moved and renamed function + end_using_protid_port from priv.h. + * extern-inline.c: New file. + * fsmutations.h (FILE_INTRAN): Use new function name. + (FILE_DESTRUCTOR): Likewise. + (IO_INTRAN): Likewise. + (IO_DESTRUCTOR): Likewise. + * init-first.c: Include . + (master_thread_function): Unnamed parameter is now the demuxer. + Use that rather than diskfs_demuxer directly. + (diskfs_spawn_first_thread): New parameter DEMUXER. + * init-main.c (diskfs_init_main): Pass diskfs_demuxer to + diskfs_spawn_first_thread to conform to new semantics. + * priv.h (begin_using_protid_port): Moved to diskfs.h. + (end_using_protid_port): Likewise. + 2001-04-14 Neal H Walfield * node-create.c (diskfs_create_node): If we fail, set *NEWNODE diff --git a/tmpfs/ChangeLog b/tmpfs/ChangeLog index 450a349c..40783c09 100644 --- a/tmpfs/ChangeLog +++ b/tmpfs/ChangeLog @@ -1,3 +1,8 @@ +2001-04-23 Neal H Walfield + + * tmpfs.c (main): Pass diskfs_demuxer to + diskfs_spawn_first_thread to conform to new libdiskfs semantics. + 2001-05-05 Roland McGrath * node.c (diskfs_truncate): Set st_size before rounding it up, -- cgit v1.2.3