diff options
author | Roland McGrath <roland@gnu.org> | 2000-03-18 08:25:32 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2000-03-18 08:25:32 +0000 |
commit | a5733c28449fd19f81f382160d6544e55a78aa7b (patch) | |
tree | 514240b48b7f9a7596d00c8a32516f16ac322f79 | |
parent | 024c4ccba69bca8006929f5e079e56a595069b7c (diff) | |
download | glibc-a5733c28449fd19f81f382160d6544e55a78aa7b.tar.gz glibc-a5733c28449fd19f81f382160d6544e55a78aa7b.tar.xz glibc-a5733c28449fd19f81f382160d6544e55a78aa7b.zip |
* hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): For MACH_SEND_INTERRUPTED
and other errors that indicate a pseudo-receive happened, grok through the message buffer for port rights that need references fixed up.
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 54419fc6e9..0dc9fbe718 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-03-18 Roland McGrath <roland@baalperazim.frob.com> + + * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): For MACH_SEND_INTERRUPTED + and other errors that indicate a pseudo-receive happened, grok through + the message buffer for port rights that need references fixed up. + 2000-03-16 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/syscalls.list: Added madvise and mincore. @@ -26,7 +32,7 @@ * nis/nss_nis/nis-rpc.c: Likewise. * nis/nss_nis/nis-service.c: Likewise. * nis/ypclnt.c: Likewise. - + 2000-03-16 Andreas Jaeger <aj@suse.de> * manual/Makefile: MAKEINFO is set to `:' from configure if it |