* include/rpc/key_prot.h: Maek all _internal functions as hidden.
[glibc.git] / ChangeLog
blobf13404a203ed77b6770a52c66606989f5d293ef8
1 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
3         * include/rpc/key_prot.h: Maek all _internal functions as hidden.
5         * include/rpc/auth.h: Mark xdr_des_block_internal and
6         xdr_opaque_auth_internal as hidden.
8         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
9         hidden.
11         * include/rpc/xdr.h: Make all _internal functions as hidden.
13         * sunrpc/pmap_rmt.c: Declare xdr_rmtcall_args_internal as hidden.
15         * misc/getusershell.c (okshells): Don't use static initializers,
16         do it dynamically.
18         * stdlib/fmtmsg.c (keywords): Change type of len element to
19         uint32_t to not waste space on 64bit machines.
21         * locale/setlocale.c: Change _nl_category_names into a string.
22         Add new _nl_category_name_idxs.  Change all users.
23         * locale/localeinfo.h: Adjust declaration of _nl_category_names.
24         Declare _nl_category_name_idxs.
25         * locale/findlocale.c: Adjust for _nl_category_names change.
26         * locale/loadlocale.c: Likewise.
27         * locale/newlocale.c: Likewise.
28         * intl/dcigettext.c: Likewise.
30         * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
31         (add_alias2): ...here.  New function.
32         (__gconv_read_conf): Simplify builtin alias handling.
33         (builtin_aliases): Convert to string to avoid relocations.
34         * iconv/gconv_builtin.h: Add comment about correct formatting.
36 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
38         * resolv/res_debug.c (loc_ntoa): Make error const.
40 2006-05-14  Andreas Schwab  <schwab@suse.de>
42         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
44 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
46         * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
47         (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
48         sizeof (cpu_set_t).
50 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
52         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
54         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
56         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
57         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
59         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
60         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
62         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
63         * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
64         xdr_cback_data.
66         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
67         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
68         xdr_ypupdate_args.
70         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
71         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
73         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
74         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
76         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
77         * include/rpcsvc/nis_callback.h: New file.
79         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
80         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
82         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
83         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
85         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
86         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
88         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
89         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
91         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
92         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
93         xdr_ypdelete_args.
95         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
96         __BEGIN_DECLS and __END_DECLS, the header is not installed.
98         * nis/nis_error.c: Remove table of strings.  Use position
99         independent mechanism.
100         * nis/nis_error.h: New file.
102 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
104         * locale/programs/ld-time.c (time_finish): If wide era name or
105         format aren't provided, set both wname and wformat to L"".
107 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
109         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
110         results if the call was succesful.
112         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
114         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
115         as hidden.
117 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
119         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
121 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
123         * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
124         caller makes sure this is not the case.
125         (wordexp): Simplify ifs_white creation.  [Coverity CID 231]
127 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
129         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
130         calls.
132         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
133         [Coverity CID 229, 230]
135         * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
136         DGETTEXT calls.
137         (hol_help): Likewise.  [Coverity CID 226, 227]
139         * string/argz-replace.c (__argz_replace): Unconditionally call
140         free on SRC.  [Coverity CID 225]
142         * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
143         the return value of __nis_default_owner and __nis_default_group,
144         it has been especially allocated.  [Coverity CID 224]
146         * nis/nis_defaults.c (searchXYX): New functions.  Used by both
147         searchgroup and searchowner.  Significantly simplified.
148         (__nis_default_owner): Remove duplication.  Do not locally copy the
149         string before duplicating it.
150         (__nis_default_group): Likewise.
152         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
153         we must clear the variable before calling __nisfind_server.
155         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
156         nis_getnames.  [Coverity CID 223]
158         * locale/programs/locfile.c (locfile_read): Use alloca instead of
159         xmalloc to allocate local repertoire name.  [Coverity CID 222]
161         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
162         allocate memory for the input to add_bytes.  [Coverity CID 221]
164         * posix/wordexp.c (w_addword): Free word if realloc fails and it
165         was allocated here.  [Coverity CID 219, 220]
167         * posix/getconf.c (print_all): Free confstr data after printing.
168         [Coverity CID 218]
170         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
171         list allocation fails.  [Coverity CID 215]
173         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
174         [Coverity CID 213]
176         * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
177         string is NULL.  [Coverity CID 212]
178         * argp/Makefile: Add rules to build and run bug-argp1.
179         * argp/bug-argp1.c: New file.
181         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
182         end of string.
183         * stdlib/canonicalize.c (__realpath): Likewise.
185         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
186         pointer.  [Coverity CID 206]
188         * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
189         in statically linked code.
190         * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
191         statically built code, be prepared to have no link map.
192         [Coverity CID 205]
194         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
195         dgettext calls. [Coverity CID 204]
197         * argp/argp-help.c (struct uparams): Remove valid member.  Change
198         the one user.
199         (uparam_names): Reduce size.  Avoid relative relocations.
200         Moved to read-only segment.
201         (fill_in_uparams): Update for new layout.
203         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
204         assumed to always be != NULL. [Coverity CID 202]
206         * argp/argp-help.c (hol_entry_help): Remove some dead code
207         [Coverity CID 200].
209         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
210         away a few more unconditional yperr2nss calls.
211         (_nss_nis_getservbyname_r): Likewise.
213 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
215         * sysdeps/generic/ldsodefs.h: Remove support for non-core
216         architectures.
218         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
219         that unused memory passed to sendto is nevertheless initialized.
221         [BZ #2499]
222         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
223         possibly unaligned memory accesses.
225         * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
226         * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
227         and __putlong respectively.  Correct buffer overflow check for
228         NS_NOTIFY_OP.
230         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
232         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
233         (send_dg): Rewrite error handling to be more compact and avoid
234         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
236         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
238         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
239         instead of ns_get16.
240         (res_queriesmatch): Likewise.  Minor optimization.
242         [BZ #2499]
243         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
244         __libc_res_nsend might reallocate the buffer for the answer.  In
245         this case we have to reload the HP pointer.
247 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
249         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
250         some branch prediction hints.
252         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
253         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
254         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
255         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
256         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
257         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
258         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
259         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
261 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
263         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
264         by a GOT relocation to make Scrt1.o position independent.
265         * sysdeps/s390/s390-64/elf/start.S: Likewise.
267         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
268         six system call parameters.
269         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
271 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
273         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
274         malloc&bzero.
276         * sunrpc/svc_udp.c (BZERO): Remove definition.
277         (CALLOC): Define.
278         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
280         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
281         (des_SPtrans): Use uint32_t type.
282         (des_skb): Likewise.
284         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
286 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
288         [BZ #2509]
289         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
290         on 32-bit arches.
292 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
294         * locale/programs/ld-address.c (address_finish): Fix one more
295         place where the iso639 array might be accessed beyond the limits.
297 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
299         * nis/nis_table.c (nis_list): Avoid clearing res twice before
300         filling it for the first time.
302         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
303         Adjust all callers.
304         Free res object content before returning.
306         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
308         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
309         client->cl_auth.
311         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
312         cleanup for initial thread, just the free call on TVP.
314         * nscd/gai.c (__getline): Define.
317 See ChangeLog.16 for earlier changes.