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