diff options
author | Roland McGrath <roland@gnu.org> | 2005-10-23 01:08:22 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-10-23 01:08:22 +0000 |
commit | 9b16810f81b294f4f174440b0787e0b792f8b955 (patch) | |
tree | cd81bbdd6b837d00e641e778d3fb81f475b0d69a | |
parent | ee4d7fb8274f922830cbcd1f65679de169e17f2f (diff) | |
download | glibc-9b16810f81b294f4f174440b0787e0b792f8b955.tar.gz glibc-9b16810f81b294f4f174440b0787e0b792f8b955.tar.xz glibc-9b16810f81b294f4f174440b0787e0b792f8b955.zip |
.
-rw-r--r-- | ChangeLog | 67 |
1 files changed, 54 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog index 74dbb2e31d..122c4f5deb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,17 +1,43 @@ -2004-11-11 Richard Sandiford <rsandifo@redhat.com> +2005-10-22 Roland McGrath <roland@frob.com> - [BZ #758] - * sysdeps/unix/sysv/linux/mips/configure.in (asm-unistd.h): Only - preprocess <asm/unistd.h> if it defines ABI-prefixed syscall names - like __NR_N32_open. Just include <asm/unistd.h> otherwise. - * sysdeps/unix/sysv/linux/mips/configure: Regenerate. - * sysdeps/unix/sysv/linux/mips/mips32/kern64/sysdep.h: Delete - * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (SYS_ify): Use the - standard __NR prefix. - * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h (SYS_ify): Likewise. - * sysdeps/unix/sysv/linux/mips/Makefile (syscall-%.h): Rework so that - the output file is compatible with both pre-2.6 and 2.6 kernel headers. - Extract separate syscall lists for each ABI. + [BZ #1254] + * sysdeps/mach/hurd/getpeername.c (__getpeername): Fix last change. + From Samuel Thibault <samuel.thibault@ens-lyon.org>. + +2005-10-17 Thomas Schwinge <tschwinge@gnu.org> + + [BZ #1252] + * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Don't use ?: as lvalue. + * sysdeps/mach/hurd/ioctl.c (__ioctl): Likewise. + +2005-08-23 GOTO Masanori <gotom@debian.or.jp> + + [BZ #1498] + * sysdeps/alpha/remqu.S: Return the correct result when the same + dividend and divisor are provided, and they're negative numbers. + * sysdeps/alpha/divqu.S: Likewise. + +2005-10-16 Roland McGrath <roland@frob.com> + + [BZ #1254] + * sysdeps/mach/hurd/getpeername.c (__getpeername): Respect *LEN + byte limit when setting ADDR->sa_family. + Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>. + + [BZ #1253] + * sysdeps/mach/hurd/dl-sysdep.h + [SHARED] (DL_ARGV_NOT_RELRO): New macro. + + [BZ #1253] + * sysdeps/mach/hurd/i386/init-first.c (init): Make cast kosher. + (_hurd_stack_setup): Don't declare with arguments and ellipsis. + Use __builtin_frame_address and __builtin_return_address. + (_dl_init_first): Likewise. + + [BZ #1249] + * sysdeps/mach/hurd/i386/init-first.c (_cthread_init_routine): Declare + as weak extern. + (init): Check for it being undefined. 2005-08-05 Alfred M. Szmidt <ams@gnu.org> @@ -989,6 +1015,21 @@ * malloc/arena.c: #include <stdbool.h> outside of [SHARED && USE_TLS && !USE___THREAD]. +2004-11-11 Richard Sandiford <rsandifo@redhat.com> + + [BZ #758] + * sysdeps/unix/sysv/linux/mips/configure.in (asm-unistd.h): Only + preprocess <asm/unistd.h> if it defines ABI-prefixed syscall names + like __NR_N32_open. Just include <asm/unistd.h> otherwise. + * sysdeps/unix/sysv/linux/mips/configure: Regenerate. + * sysdeps/unix/sysv/linux/mips/mips32/kern64/sysdep.h: Delete + * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (SYS_ify): Use the + standard __NR prefix. + * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h (SYS_ify): Likewise. + * sysdeps/unix/sysv/linux/mips/Makefile (syscall-%.h): Rework so that + the output file is compatible with both pre-2.6 and 2.6 kernel headers. + Extract separate syscall lists for each ABI. + 2005-02-23 Ulrich Drepper <drepper@redhat.com> [BZ #719] |