diff options
-rw-r--r-- | hurd/ChangeLog | 4 | ||||
-rw-r--r-- | libdiskfs/ChangeLog | 6 | ||||
-rw-r--r-- | utils/ChangeLog | 7 |
3 files changed, 17 insertions, 0 deletions
diff --git a/hurd/ChangeLog b/hurd/ChangeLog index e11429c5..e982145f 100644 --- a/hurd/ChangeLog +++ b/hurd/ChangeLog @@ -1,3 +1,7 @@ +2001-06-15 Neal H Walfield <neal@cs.uml.edu> + + * hurd_types.h: New macro, FS_TRANS_ORPHAN. + 2001-05-01 Neal H Walfield <neal@cs.uml.edu> * hurd_types.defs (startup_t): Fix typo. diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog index c971b639..7cdbc754 100644 --- a/libdiskfs/ChangeLog +++ b/libdiskfs/ChangeLog @@ -1,3 +1,9 @@ +2001-06-15 Neal H Walfield <neal@cs.uml.edu> + + * file-set-trans.c (diskfs_S_file_set_translator): If + FS_TRANS_ORPHAN is set, do not ask the active translator to go + away, just disconnect it. + 2001-06-15 Roland McGrath <roland@frob.com> * Makefile (FSSRCS): Last change got botched in merging. diff --git a/utils/ChangeLog b/utils/ChangeLog index b259e8bd..3704fecd 100644 --- a/utils/ChangeLog +++ b/utils/ChangeLog @@ -1,3 +1,10 @@ +2001-06-15 Neal H Walfield <neal@cs.uml.edu> + + * settrans.c (options): New option `--orphan'. + Fix other comments to aviod confusion. + (main): Add FS_TRANS_ORPHAN to ACTIVE_FLAGS if `--orphan' is + specified. + 2001-06-06 Roland McGrath <roland@frob.com> * rpctrace.c (trace_and_forward): Assert that INFO has the same port |