diff options
author | Roland McGrath <roland@gnu.org> | 1999-03-08 21:02:22 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-03-08 21:02:22 +0000 |
commit | 1d67062e53fe823c5b9f803b082cccef47e1e729 (patch) | |
tree | 34d94f0494a3c8a8383dda180074804dd1f26620 /ChangeLog | |
parent | e4419715172bda2b260daa9afd757eca861cb90e (diff) | |
download | glibc-1d67062e53fe823c5b9f803b082cccef47e1e729.tar.gz glibc-1d67062e53fe823c5b9f803b082cccef47e1e729.tar.xz glibc-1d67062e53fe823c5b9f803b082cccef47e1e729.zip |
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-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0dd0a10c9f..5dbcd4d226 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 |