diff options
author | Roland McGrath <roland@gnu.org> | 2002-01-02 10:23:33 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-01-02 10:23:33 +0000 |
commit | 7595ddb8f97e4262b38e6e2a3c211204581171cc (patch) | |
tree | 6251a7cc722edc97d19aa7efe5e64eb91a0b4f3c /ChangeLog | |
parent | f58f41f1f479e299a8e61235934befc014992609 (diff) | |
download | glibc-7595ddb8f97e4262b38e6e2a3c211204581171cc.zip glibc-7595ddb8f97e4262b38e6e2a3c211204581171cc.tar.gz glibc-7595ddb8f97e4262b38e6e2a3c211204581171cc.tar.bz2 |
* hurd/hurdinit.c (_hurd_ports_use): Return error _hurd_ports is null.
* hurd/hurdsig.c (_hurdsig_init): Conditionalize exception port setup
for old CMU and new OSF Mach interface flavors.
* hurd/hurdfault.c (_hurdsig_fault_init): Likewise.
* sysdeps/mach/hurd/fork.c (__fork): Likewise.
* hurd/hurdsig.c (_hurd_internal_post_signal): Leave msgh_seqno unset.
* sysdeps/mach/hurd/spawni.c (__spawni) [KERN_INVALID_LEDGER]:
Pass extra arguments to task_create for OSF variant.
* sysdeps/mach/hurd/fork.c (__fork): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,5 +1,18 @@ 2002-01-02 Roland McGrath <roland@frob.com> + * hurd/hurdinit.c (_hurd_ports_use): Return error _hurd_ports is null. + + * hurd/hurdsig.c (_hurdsig_init): Conditionalize exception port setup + for old CMU and new OSF Mach interface flavors. + * hurd/hurdfault.c (_hurdsig_fault_init): Likewise. + * sysdeps/mach/hurd/fork.c (__fork): Likewise. + + * hurd/hurdsig.c (_hurd_internal_post_signal): Leave msgh_seqno unset. + + * sysdeps/mach/hurd/spawni.c (__spawni) [KERN_INVALID_LEDGER]: + Pass extra arguments to task_create for OSF variant. + * sysdeps/mach/hurd/fork.c (__fork): Likewise. + * sysdeps/powerpc/elf/libc-start.c: Make AUXVEC diddling code conditional on [HAVE_AUX_VECTOR]. |