[BZ #2499]
[glibc.git] / ChangeLog
blob3d8a63fc71beb545804ab1778499f9b8fbc42be5
1 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
3         [BZ #2499]
4         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
5         __libc_res_nsend might reallocate the buffer for the answer.  In
6         this case we have to reload the HP pointer.
8 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
10         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
11         some branch prediction hints.
13         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
14         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
15         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
16         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
17         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
18         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
19         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
20         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
22 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
24         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
25         by a GOT relocation to make Scrt1.o position independent.
26         * sysdeps/s390/s390-64/elf/start.S: Likewise.
28         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
29         six system call parameters.
30         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
32 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
34         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
35         malloc&bzero.
37         * sunrpc/svc_udp.c (BZERO): Remove definition.
38         (CALLOC): Define.
39         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
41         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
42         (des_SPtrans): Use uint32_t type.
43         (des_skb): Likewise.
45         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
47 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
49         [BZ #2509]
50         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
51         on 32-bit arches.
53 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
55         * locale/programs/ld-address.c (address_finish): Fix one more
56         place where the iso639 array might be accessed beyond the limits.
58 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
60         * nis/nis_table.c (nis_list): Avoid clearing res twice before
61         filling it for the first time.
63         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
64         Adjust all callers.
65         Free res object content before returning.
67         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
69         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
70         client->cl_auth.
72         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
73         cleanup for initial thread, just the free call on TVP.
75         * nscd/gai.c (__getline): Define.
78 See ChangeLog.16 for earlier changes.