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