diff options
author | Roland McGrath <roland@gnu.org> | 2002-05-05 03:27:25 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-05-05 03:27:25 +0000 |
commit | 77d37fdfaafbfa2a6a2125da7525d754e77f8939 (patch) | |
tree | 33df46be7a1f9560415a0ab75b54a8f0f51a9e2f | |
parent | 01e94689a240dcd60b5e6dfbe8133894f9a9deba (diff) |
.
-rw-r--r-- | libdiskfs/ChangeLog | 9 | ||||
-rw-r--r-- | libiohelp/ChangeLog | 9 | ||||
-rw-r--r-- | libnetfs/ChangeLog | 5 | ||||
-rw-r--r-- | pfinet/ChangeLog | 6 |
4 files changed, 28 insertions, 1 deletions
diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog index dae8a933..d5b96c45 100644 --- a/libdiskfs/ChangeLog +++ b/libdiskfs/ChangeLog @@ -1,3 +1,12 @@ +2002-05-04 Roland McGrath <roland@frob.com> + + * io-restrict-auth.c (diskfs_S_io_restrict_auth): Use + iohelp_restrict_iouser. + +2002-04-02 Roland McGrath <roland@frob.com> + + * node-make.c (diskfs_make_node): Return early if malloc fails. + 2002-04-30 Marcus Brinkmann <marcus@gnu.org> * priv.h: Add OPT_NO_INHERIT_DIR_GROUP and OPT_INHERIT_DIR_GROUP. diff --git a/libiohelp/ChangeLog b/libiohelp/ChangeLog index 50026606..53c326ed 100644 --- a/libiohelp/ChangeLog +++ b/libiohelp/ChangeLog @@ -1,3 +1,12 @@ +2002-05-04 Roland McGrath <roland@frob.com> + + * iouser-create.c (iohelp_create_complex_iouser): Add const to args. + * iohelp.h: Update decl. + + * iouser-restrict.c: New file. + * Makefile (SRCS): Add it. + * iohelp.h: Declare iohelp_restrict_iouser. + 2001-04-21 Neal H Walfield <neal@cs.uml.edu> * iohelp.h (iohelp_create_iouser): Change declaration diff --git a/libnetfs/ChangeLog b/libnetfs/ChangeLog index f8fd5ecb..12ad79d1 100644 --- a/libnetfs/ChangeLog +++ b/libnetfs/ChangeLog @@ -1,3 +1,8 @@ +2002-05-04 Roland McGrath <roland@frob.com> + + * io-restrict-auth.c (netfs_S_io_restrict_auth): Use + iohelp_restrict_iouser. + 2002-03-9 James A. Morrison <ja2morri@uwaterloo.ca> * init-startup (netfs_startup): Use err, not errno. diff --git a/pfinet/ChangeLog b/pfinet/ChangeLog index fd018272..3eedcb73 100644 --- a/pfinet/ChangeLog +++ b/pfinet/ChangeLog @@ -1,3 +1,7 @@ +2002-05-03 Roland McGrath <roland@frob.com> + + * timer-emul.c (timer_function): Add a return stmt. + 2002-01-30 Marcus Brinkmann <marcus@gnu.org> * tunnel.c (trivfs_S_io_select): Remove IDTAG argument. @@ -23,7 +27,7 @@ correctly. If we are setting the peer on an IFF_POINTOPOINT link, force the netmask to 255.255.255.255. By Neal H Walfield <neal@cs.uml.edu>. - + 2001-07-13 Neal H Walfield <neal@cs.uml.edu> * options.c (parse_opt): In the cases where we hold global_lock |