summaryrefslogtreecommitdiff
path: root/pfinet
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2000-02-07 02:26:45 +0000
committerRoland McGrath <roland@gnu.org>2000-02-07 02:26:45 +0000
commit08787a35d51e5c59b4406e21b9dc8ea7ab143b41 (patch)
treebaeb821e1184c1340495755ac056f45e3ca82179 /pfinet
parenteee4d4133d6f7ccbda6bbddfabf7746054ad36d1 (diff)
.
Diffstat (limited to 'pfinet')
-rw-r--r--pfinet/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/pfinet/ChangeLog b/pfinet/ChangeLog
index a7ba685f..e07574cb 100644
--- a/pfinet/ChangeLog
+++ b/pfinet/ChangeLog
@@ -1,3 +1,17 @@
+2000-02-06 Roland McGrath <roland@baalperazim.frob.com>
+
+ * socket.c (make_sock_user): Take new argument CONSUME.
+ * pfinet.h: Update decl.
+ * io-ops.c (S_io_reauthenticate, S_io_restrict_auth, S_io_duplicate):
+ Callers changed, these all pass false.
+ * socket-ops.c (S_socket_create, S_socket_accept): Callers changed,
+ these ones pass true.
+
+ * glue-include/linux/socket.h (memcpy_fromiovec): Update *IOV to
+ consume bytes copied from the available buffer.
+ (memcpy_tokerneliovec): Likewise.
+ (memcpy_toiovec): Just call memcpy_tokerneliovec.
+
2000-02-05 Roland McGrath <roland@baalperazim.frob.com>
* linux-src (many files): Merge Linux 2.2.13 and 2.2.14 code.