From 65d463fd15851db5b60ea51ce85bbc979ee9e88c Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Thu, 20 Feb 1997 04:27:02 +0000 Subject: . --- libtrivfs/ChangeLog | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'libtrivfs') diff --git a/libtrivfs/ChangeLog b/libtrivfs/ChangeLog index dad59533..98181dbf 100644 --- a/libtrivfs/ChangeLog +++ b/libtrivfs/ChangeLog @@ -1,3 +1,32 @@ +Tue Feb 18 19:47:16 1997 Miles Bader + + * cntl-create.c (trivfs_create_control): Put the actual port + creation call back in! + +Fri Feb 14 02:10:50 1997 Miles Bader + + * dyn-classes.c: New file. + * cntl-create.c (trivfs_create_control): Possibly allocate and add + the port classes/buckets to the list of ones recognized by trivfs. + * migsupport.c + (trivfs_begin_using_protid): Support dynamic protid port classes. + (trivfs_begin_using_control): Support dynamic control port classes. + * cntl-clean.c (trivfs_clean_cntl): Clean up dynamic port + classes/buckets. + * trivfs.h (trivfs_add_control_port_class, + trivfs_add_protid_port_class, trivfs_add_port_bucket, + trivfs_remove_control_port_class, trivfs_remove_protid_port_class, + trivfs_remove_port_bucket): New declarations. + Doc fixes. + * priv.h (trivfs_dynamic_protid_port_classes, + trivfs_num_dynamic_protid_port_classes, + trivfs_dynamic_control_port_classes, + trivfs_num_dynamic_control_port_classes, + trivfs_dynamic_port_buckets, trivfs_num_dynamic_port_buckets): + New declarations. + * Makefile (OTHERSRCS): Add dyn-classes.c, protid-classes.c, & + cntl-classes.c. + Thu Feb 13 18:30:45 1997 Miles Bader * trivfs.h (trivfs_getroot_hook): New declaration. -- cgit v1.2.3