summaryrefslogtreecommitdiff
path: root/term
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-03-23 02:40:03 +0000
committerRoland McGrath <roland@gnu.org>1999-03-23 02:40:03 +0000
commit3654dab7f7bb7d91ebfc101761366ca59636f0fd (patch)
tree9b90880802cc467214478e3611447533f423c3ce /term
parent6dc46af35526f99743bc1ca3cbcdeb92c0f8fc3c (diff)
.
Diffstat (limited to 'term')
-rw-r--r--term/ChangeLog12
1 files changed, 8 insertions, 4 deletions
diff --git a/term/ChangeLog b/term/ChangeLog
index d602d2ac..b9bb1f68 100644
--- a/term/ChangeLog
+++ b/term/ChangeLog
@@ -1,3 +1,7 @@
+1999-03-22 Roland McGrath <roland@baalperazim.frob.com>
+
+ * devio.c (initial_open): Fix typos.
+
Wed Mar 17 16:32:05 1999 Thomas Bushnell, BSG <tb@mit.edu>
* users.c (S_term_get_peername): Compare BOTTOM against the
@@ -5,12 +9,12 @@ Wed Mar 17 16:32:05 1999 Thomas Bushnell, BSG <tb@mit.edu>
Reported by Yamashita TAKAO (az207@epa.go.jp).
* devio.c (devio_desert_dtr): Cast &BITS correctly in call to
- device_set_status.
+ device_set_status.
(device_open_reply): Alwas clean open_pending no matter what. Use
ERR instead of ERRNO. On fake opens, close the device before
deallocating the port.
Reported by Mark Kettenis (kettenis@gnu.org).
-
+
Tue Mar 16 01:04:06 1999 Thomas Bushnell, BSG <tb@mit.edu>
* devio.c (open_pending): Make an enum.
@@ -28,9 +32,9 @@ Tue Mar 16 01:04:06 1999 Thomas Bushnell, BSG <tb@mit.edu>
Mon Mar 15 14:58:33 1999 Thomas Bushnell, BSG <tb@mit.edu>
* users.c (S_term_get_peername): Implement new RPC.
-
+
* users.c (S_term_get_nodename): Return ENOENT if the name is not
- set.
+ set.
1999-03-13 Mark Kettenis <kettenis@gnu.org>