summaryrefslogtreecommitdiff
path: root/nfs/ChangeLog
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1996-10-03 22:48:16 +0000
committerThomas Bushnell <thomas@gnu.org>1996-10-03 22:48:16 +0000
commitfd91b45a7f75948ab760d89ee917485919b97c5d (patch)
tree3e2e14d58ada631220f7d50c159ea1f16dff4995 /nfs/ChangeLog
parentb920112acdbe47b538695e0532b2036223446853 (diff)
*** empty log message ***
Diffstat (limited to 'nfs/ChangeLog')
-rw-r--r--nfs/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/nfs/ChangeLog b/nfs/ChangeLog
index 6bc6fad2..dcb10cc8 100644
--- a/nfs/ChangeLog
+++ b/nfs/ChangeLog
@@ -1,9 +1,21 @@
+Thu Oct 3 12:04:36 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
+
+ * ops.c (netfs_attempt_write): If we get EINTR after having
+ already written something, return a short count.
+
+ * ops.c (netfs_attempt_create_file): If verify_nonexistent returns
+ an error, bother to properly unlock NP before returning.
+
Mon Sep 30 15:45:31 1996 Miles Bader <miles@gnu.ai.mit.edu>
* main.c (OPT_RSIZE): Changed to 'R'.
(OPT_WSIZE): Changed to 'W'.
(doc): Add general description.
+Thu Sep 26 14:03:07 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
+
+ * nfs.h (enum_t): New decl.
+
Wed Sep 18 13:03:22 1996 Miles Bader <miles@gnu.ai.mit.edu>
* main.c (netfs_append_args): Renamed from netfs_get_options.