* resolv/res_send.c (res_queriesmatch): Fix typo in comment.
[glibc.git] / ChangeLog
blob0bba553cfc28d0d3cdb00bf60e39f7991f984911
1 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
3         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
4         (send_dg): Rewrite error handling to be more compact and avoid
5         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
7         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
9         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
10         instead of ns_get16.
11         (res_queriesmatch): Likewise.  Minor optimization.
13         [BZ #2499]
14         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
15         __libc_res_nsend might reallocate the buffer for the answer.  In
16         this case we have to reload the HP pointer.
18 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
20         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
21         some branch prediction hints.
23         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
24         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
25         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
26         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
27         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
28         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
29         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
30         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
32 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
34         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
35         by a GOT relocation to make Scrt1.o position independent.
36         * sysdeps/s390/s390-64/elf/start.S: Likewise.
38         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
39         six system call parameters.
40         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
42 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
44         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
45         malloc&bzero.
47         * sunrpc/svc_udp.c (BZERO): Remove definition.
48         (CALLOC): Define.
49         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
51         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
52         (des_SPtrans): Use uint32_t type.
53         (des_skb): Likewise.
55         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
57 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
59         [BZ #2509]
60         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
61         on 32-bit arches.
63 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
65         * locale/programs/ld-address.c (address_finish): Fix one more
66         place where the iso639 array might be accessed beyond the limits.
68 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
70         * nis/nis_table.c (nis_list): Avoid clearing res twice before
71         filling it for the first time.
73         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
74         Adjust all callers.
75         Free res object content before returning.
77         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
79         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
80         client->cl_auth.
82         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
83         cleanup for initial thread, just the free call on TVP.
85         * nscd/gai.c (__getline): Define.
88 See ChangeLog.16 for earlier changes.