diff options
author | Roland McGrath <roland@gnu.org> | 2001-07-03 01:11:52 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-07-03 01:11:52 +0000 |
commit | 312f376bdd88d1dd82aae1ced6c7581ab88fd260 (patch) | |
tree | ceba2c2a2cebee6afd888bc61be70b8c8e0b2368 | |
parent | 49a2c9d930156814d5bcf34fd8e2126780ab6ef9 (diff) |
.
-rw-r--r-- | libdiskfs/ChangeLog | 10 | ||||
-rw-r--r-- | libfshelp/ChangeLog | 8 | ||||
-rw-r--r-- | libnetfs/ChangeLog | 6 |
3 files changed, 23 insertions, 1 deletions
diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog index 99237c1d..9fc06762 100644 --- a/libdiskfs/ChangeLog +++ b/libdiskfs/ChangeLog @@ -1,3 +1,13 @@ +2001-06-21 Neal H Walfield <neal@cs.uml.edu> + + * file-getcontrol.c (diskfs_S_file_getcontrol): When checking + if we can give the control port out, use fshelp_iscontroller + rather than doing the check by hand. + +2001-06-19 Roland McGrath <roland@frob.com> + + * dir-lookup.c (diskfs_S_dir_lookup): Handle symlinks to "". + 2001-06-16 Roland McGrath <roland@frob.com> * file-set-trans.c (diskfs_S_file_set_translator): Add some parens. diff --git a/libfshelp/ChangeLog b/libfshelp/ChangeLog index 15cbf690..067e2d5b 100644 --- a/libfshelp/ChangeLog +++ b/libfshelp/ChangeLog @@ -1,8 +1,14 @@ +2001-06-21 Neal H Walfield <neal@cs.uml.edu> + + * fshelp.h (fshelp_iscontroller): Declare new function. + * perms-iscontroller.c: New file. + * Makefile (SRCS): Add it. + 2001-01-17 Neal H Walfield <neal@cs.uml.edu> * fshelp.h: Add two new parameters to fshelp_open_fn_t: a port to the new task and a cookie. - Add a new parameter, cookie, to fshelp_start_translator and + Add a new parameter, cookie, to fshelp_start_translator and fshelp_start_translator_long that will be passed to fshelp_open_fn_t. diff --git a/libnetfs/ChangeLog b/libnetfs/ChangeLog index 5ca485e2..752eacee 100644 --- a/libnetfs/ChangeLog +++ b/libnetfs/ChangeLog @@ -1,3 +1,9 @@ +2001-06-21 Neal H Walfield <neal@cs.uml.edu> + + * file-getcontrol.c (netfs_S_file_getcontrol): When checking if + we can give the control port out, use fshelp_iscontroller rather + than doing the check by hand. + 2001-04-01 Neal H Walfield <neal@cs.uml.edu> * dir-lookup.c (netfs_S_dir_lookup): Use |