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