summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--exec/ChangeLog4
-rw-r--r--libdiskfs/ChangeLog16
-rw-r--r--libiohelp/ChangeLog18
-rw-r--r--libnetfs/ChangeLog22
-rw-r--r--libtrivfs/ChangeLog13
-rw-r--r--term/ChangeLog4
-rw-r--r--trans/ChangeLog5
7 files changed, 81 insertions, 1 deletions
diff --git a/exec/ChangeLog b/exec/ChangeLog
index 2ed11f80..3812a397 100644
--- a/exec/ChangeLog
+++ b/exec/ChangeLog
@@ -1,3 +1,7 @@
+2001-04-01 Neal H Walfield <neal@cs.uml.edu>
+
+ * main.c (S_exec_init): Use iohelp_create_empty_iouser.
+
2001-06-15 Roland McGrath <roland@frob.com>
* exec.c (do_exec: user_fd): Add a user ref to returned port.
diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog
index 7cdbc754..eaff1e98 100644
--- a/libdiskfs/ChangeLog
+++ b/libdiskfs/ChangeLog
@@ -1,3 +1,19 @@
+2001-04-01 Neal H Walfield <neal@cs.uml.edu>
+
+ * dir-lookup.c (diskfs_S_dir_lookup): Use
+ iohelp_create_empty_iouser.
+ * fsys-getfile.c (diskfs_S_fsys_getfile): Use
+ iohelp_create_complex_iouser.
+ * io-reauthenticate.c (diskfs_S_io_reauthenticate): Use
+ new iohelp_reauth semantics.
+ * io-restrict-auth.c (diskfs_S_io_restrict_auth): Use
+ new iohelp_create_iouser semantics.
+ * protid-make.c (diskfs_finish_protid): Use
+ iohelp_create_simple_iouser and new iohelp_dup_iouse
+ semantics.
+ * trans-callback.c (_diskfs_translator_callback2_fn):
+ Use iohelp_create_simple_iouser.
+
2001-06-15 Neal H Walfield <neal@cs.uml.edu>
* file-set-trans.c (diskfs_S_file_set_translator): If
diff --git a/libiohelp/ChangeLog b/libiohelp/ChangeLog
index 0388b756..50026606 100644
--- a/libiohelp/ChangeLog
+++ b/libiohelp/ChangeLog
@@ -1,9 +1,25 @@
+2001-04-21 Neal H Walfield <neal@cs.uml.edu>
+
+ * iohelp.h (iohelp_create_iouser): Change declaration
+ such that as error_t is now returned and the iouser is
+ a parameter.
+ (iohelp_create_empty_iouser): New funtion.
+ (iohelp_create_simple_iouser): New function.
+ (iohelp_create_complex_iouser): New funtion.
+ * iouser-create.c (iohelp_create_iouser): Implement new
+ semantics.
+ (iohelp_create_empty_iouser): Implement new function.
+ (iohelp_create_simple_iouser): Implement new function.
+ (iohelp_create_complex_iouser): Implement new function.
+ * iouser-dup.c (iohelp_dup_iouser): Implement new semantics.
+ * iouser-reauth.c (iohelp_reauth): Implement new semantics.
+
1999-07-11 Thomas Bushnell, BSG <tb@mit.edu>
* return-buffer.c: Include <sys/mman.h>.
* iouser-reauth.c (iohelp_reauth): Cast first arg to munmap
- correctly.
+ correctly.
1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
diff --git a/libnetfs/ChangeLog b/libnetfs/ChangeLog
index 898fee74..1d635b47 100644
--- a/libnetfs/ChangeLog
+++ b/libnetfs/ChangeLog
@@ -1,3 +1,25 @@
+2001-04-01 Neal H Walfield <neal@cs.uml.edu>
+
+ * dir-lookup.c (netfs_S_dir_lookup): Use
+ iohelp_create_empty_iouser. Use iohelp_dup_iouser
+ as per the new semantics.
+ * dir-mkfile.c (netfs_S_dir_mkfile): Use iohelp_dup_iouser
+ as per the new semantics.
+ * file-exec.c (netfs_S_file_exec): Likewise.
+ * file-reparent.c (netfs_S_file_reparent): Likewise.
+ * fsys-getroot.c (netfs_S_fsys_getroot): Use
+ iohelp_create_complex_iouser.
+ * fsys-syncfs.c (netfs_S_fsys_syncfs): Use
+ iohelp_create_simple_iouser.
+ * io-duplicate.c (netfs_S_io_duplicate): Use iohelp_dup_iouser
+ as per the new semantics.
+ * io-reauthenticate.c (netfs_S_io_reauthenticate): Use
+ iohelp_reauth as per the new semantics.
+ * io-restric-auth.c (netfs_S_io_restric_auth): Use
+ iohelp_create_complex_iouser. Check return values.
+ * trans-callback.c (_netfs_transcallback2_fn): Use
+ iohelp_create_simple_iouser.
+
2001-06-15 Neal H Walfield <neal@cs.uml.edu>
* file-set-translator.c (netfs_S_file_set_translator): If
diff --git a/libtrivfs/ChangeLog b/libtrivfs/ChangeLog
index ea5c641b..5e01116c 100644
--- a/libtrivfs/ChangeLog
+++ b/libtrivfs/ChangeLog
@@ -1,3 +1,16 @@
+2001-04-01 Neal H Walfield <neal@cs.uml.edu>
+
+ * dir-lookup.c (trivfs_S_dir_lookup): Use
+ iohelp_dup_iouser as per the new semantics.
+ * fsys-getroot.c (trivfs_S_fsys_getroot): Use
+ iohelp_create_complex_iouser.
+ * io-reauthenticate.c (trivfs_S_io_reauthenticate):
+ Use iohelp_reauth as per the new semantics.
+ * io-restrict-auth.c (trivfs_S_io_restrict_auth):
+ Use iohelp_create_complex_iouser. Check return values.
+ * trivfs_protid_dup (trivfs_protid_dup): Use iohelp_dup_iouser
+ as per the new semantics.
+
2001-06-10 Neal H Walfield <neal@cs.uml.edu>
* file-inv.c: Remove this file, function no longer exists.
diff --git a/term/ChangeLog b/term/ChangeLog
index 886947a8..548b20bf 100644
--- a/term/ChangeLog
+++ b/term/ChangeLog
@@ -1,3 +1,7 @@
+2001-04-01 Neal H Walfield <neal@cs.uml.edu>
+
+ * users.c (S_termctty_open_terminal): Use iohelp_create_empty_iouser.
+
2001-06-01 Roland McGrath <roland@frob.com>
* users.c (trivfs_S_io_select): Fix typo in last change.
diff --git a/trans/ChangeLog b/trans/ChangeLog
index b30d470d..47f85475 100644
--- a/trans/ChangeLog
+++ b/trans/ChangeLog
@@ -1,3 +1,8 @@
+2001-04-01 Neal H Walfield <neal@cs.uml.edu>
+
+ * magic.c (trivfs_S_dir_lookup): Use iohelp_dup_iouser
+ as per the new semantics.
+
2001-02-28 Roland McGrath <roland@frob.com>
* streamio.c (trivfs_modify_stat): Fix inverted sense of tests