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