aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-03-08 21:02:22 +0000
committerRoland McGrath <roland@gnu.org>1999-03-08 21:02:22 +0000
commit1d67062e53fe823c5b9f803b082cccef47e1e729 (patch)
tree34d94f0494a3c8a8383dda180074804dd1f26620 /ChangeLog
parente4419715172bda2b260daa9afd757eca861cb90e (diff)
downloadglibc-1d67062e53fe823c5b9f803b082cccef47e1e729.zip
glibc-1d67062e53fe823c5b9f803b082cccef47e1e729.tar.gz
glibc-1d67062e53fe823c5b9f803b082cccef47e1e729.tar.bz2
1999-03-09 Roland McGrath <roland@baalperazim.frob.com>
* sysdeps/mach/hurd/ioctl.c (__ioctl): Move the marshalling of the arguments into the request message buffer inside `send_rpc' subfunction. We must repeat the marshalling when retrying the RPC after a SIGTTOU delivery. * hurd/ctty-input.c (_hurd_ctty_input): Use early short-circuit code path when there is no ctty port. * hurd/ctty-output.c (_hurd_ctty_output): Likewise. Move sigstate check inside loop so we recheck after handling a signal.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0dd0a10..5dbcd4d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+1999-03-09 Roland McGrath <roland@baalperazim.frob.com>
+
+ * sysdeps/mach/hurd/ioctl.c (__ioctl): Move the marshalling of the
+ arguments into the request message buffer inside `send_rpc'
+ subfunction. We must repeat the marshalling when retrying the RPC
+ after a SIGTTOU delivery.
+
+ * hurd/ctty-input.c (_hurd_ctty_input): Use early short-circuit code
+ path when there is no ctty port.
+ * hurd/ctty-output.c (_hurd_ctty_output): Likewise.
+ Move sigstate check inside loop so we recheck after handling a signal.
+
1999-03-05 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* manual/llio.texi (Open-time Flags): Clarify that O_SHLOCK and