Tue Nov 21 14:12:13 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>cvs/libc-951122
commit1a3a58fd763828c347baa92c378e2498efc12a9e
authorRoland McGrath <roland@gnu.org>
Wed, 22 Nov 1995 10:00:23 +0000 (22 10:00 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 22 Nov 1995 10:00:23 +0000 (22 10:00 +0000)
treeea33cd3a194cf9474e025d81c4619575096927f0
parent91c7b85dc8fc310d4dcbe205861735a6748fecb4
Tue Nov 21 14:12:13 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>

* malloc/malloc.c (align): Don't check contiguity and call abort.

* hurd/hurdsig.c (post_reply): Function removed.
(abort_thread, abort_all_rpcs, _hurdsig_abort_rpcs): Don't call it.
Take single callback fn arg instead of reply port and type.
(_hurd_internal_post_signal): Callers changed.
Cache reply stub fn ptr in local var before UNTRACED might be changed.

* sysdeps/mach/hurd/mmap.c: Cope with a null write memobj for
PROT_READ|PROT_WRITE copy mapping.  Pass a proper vm_inherit_t to
vm_map.

* elf/rtld.c (_dl_start): For --list, do output and exit before
relocating.
ChangeLog
elf/rtld.c
hurd/hurdsig.c
sysdeps/mach/hurd/mmap.c