diff options
author | Miles Bader <miles@gnu.org> | 1997-02-20 04:27:02 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-02-20 04:27:02 +0000 |
commit | 65d463fd15851db5b60ea51ce85bbc979ee9e88c (patch) | |
tree | 6cb158ec4c6def16212a10c9a8dab3fc53e2e6ee | |
parent | 0f0a8a12c4ec6927e0e025f2e80715470bc2a619 (diff) |
.
-rw-r--r-- | libtrivfs/ChangeLog | 29 |
1 files changed, 29 insertions, 0 deletions
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 <miles@gnu.ai.mit.edu> + + * cntl-create.c (trivfs_create_control): Put the actual port + creation call back in! + +Fri Feb 14 02:10:50 1997 Miles Bader <miles@gnu.ai.mit.edu> + + * 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 <miles@gnu.ai.mit.edu> * trivfs.h (trivfs_getroot_hook): New declaration. |