f13404a203ed77b6770a52c66606989f5d293ef8
[platform/upstream/glibc.git] / ChangeLog
1 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
2
3         * include/rpc/key_prot.h: Maek all _internal functions as hidden.
4
5         * include/rpc/auth.h: Mark xdr_des_block_internal and
6         xdr_opaque_auth_internal as hidden.
7
8         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
9         hidden.
10
11         * include/rpc/xdr.h: Make all _internal functions as hidden.
12
13         * sunrpc/pmap_rmt.c: Declare xdr_rmtcall_args_internal as hidden.
14
15         * misc/getusershell.c (okshells): Don't use static initializers,
16         do it dynamically.
17
18         * stdlib/fmtmsg.c (keywords): Change type of len element to
19         uint32_t to not waste space on 64bit machines.
20
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.
29
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.
35
36 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
37
38         * resolv/res_debug.c (loc_ntoa): Make error const.
39
40 2006-05-14  Andreas Schwab  <schwab@suse.de>
41
42         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
43
44 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
45
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).
49
50 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
51
52         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
53
54         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
55
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.
58
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.
61
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.
65
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.
69
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.
72
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.
75
76         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
77         * include/rpcsvc/nis_callback.h: New file.
78
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.
81
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.
84
85         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
86         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
87
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.
90
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.
94
95         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
96         __BEGIN_DECLS and __END_DECLS, the header is not installed.
97
98         * nis/nis_error.c: Remove table of strings.  Use position
99         independent mechanism.
100         * nis/nis_error.h: New file.
101
102 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
103
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"".
106
107 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
108
109         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
110         results if the call was succesful.
111
112         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
113
114         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
115         as hidden.
116
117 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
118
119         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
120
121 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
122
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]
126
127 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
128
129         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
130         calls.
131
132         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
133         [Coverity CID 229, 230]
134
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]
138
139         * string/argz-replace.c (__argz_replace): Unconditionally call
140         free on SRC.  [Coverity CID 225]
141
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]
145
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.
151
152         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
153         we must clear the variable before calling __nisfind_server.
154
155         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
156         nis_getnames.  [Coverity CID 223]
157
158         * locale/programs/locfile.c (locfile_read): Use alloca instead of
159         xmalloc to allocate local repertoire name.  [Coverity CID 222]
160
161         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
162         allocate memory for the input to add_bytes.  [Coverity CID 221]
163
164         * posix/wordexp.c (w_addword): Free word if realloc fails and it
165         was allocated here.  [Coverity CID 219, 220]
166
167         * posix/getconf.c (print_all): Free confstr data after printing.
168         [Coverity CID 218]
169
170         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
171         list allocation fails.  [Coverity CID 215]
172
173         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
174         [Coverity CID 213]
175
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.
180
181         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
182         end of string.
183         * stdlib/canonicalize.c (__realpath): Likewise.
184
185         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
186         pointer.  [Coverity CID 206]
187
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]
193
194         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
195         dgettext calls. [Coverity CID 204]
196
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.
202
203         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
204         assumed to always be != NULL. [Coverity CID 202]
205
206         * argp/argp-help.c (hol_entry_help): Remove some dead code
207         [Coverity CID 200].
208
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.
212
213 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
214
215         * sysdeps/generic/ldsodefs.h: Remove support for non-core
216         architectures.
217
218         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
219         that unused memory passed to sendto is nevertheless initialized.
220
221         [BZ #2499]
222         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
223         possibly unaligned memory accesses.
224
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.
229
230         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
231
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.
235
236         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
237
238         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
239         instead of ns_get16.
240         (res_queriesmatch): Likewise.  Minor optimization.
241
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.
246
247 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
248
249         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
250         some branch prediction hints.
251
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.
260
261 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
262
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.
266
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.
270
271 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
272
273         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
274         malloc&bzero.
275
276         * sunrpc/svc_udp.c (BZERO): Remove definition.
277         (CALLOC): Define.
278         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
279
280         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
281         (des_SPtrans): Use uint32_t type.
282         (des_skb): Likewise.
283
284         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
285
286 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
287
288         [BZ #2509]
289         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
290         on 32-bit arches.
291
292 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
293
294         * locale/programs/ld-address.c (address_finish): Fix one more
295         place where the iso639 array might be accessed beyond the limits.
296
297 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
298
299         * nis/nis_table.c (nis_list): Avoid clearing res twice before
300         filling it for the first time.
301
302         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
303         Adjust all callers.
304         Free res object content before returning.
305
306         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
307
308         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
309         client->cl_auth.
310
311         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
312         cleanup for initial thread, just the free call on TVP.
313
314         * nscd/gai.c (__getline): Define.
315
316
317 See ChangeLog.16 for earlier changes.